| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply ruff fixes. | J08nY | 2025-11-19 | 1 | -3/+3 |
| | | | | | Also needed a mypy ignore on the extract monstrosity. | ||||
| * | Update PP dataset URL. | J08nY | 2025-02-02 | 1 | -1/+1 |
| | | |||||
| * | replace from_web_latest() with from_web() | Adam Janovsky | 2025-02-01 | 1 | -8/+12 |
| | | |||||
| * | add aux dataset tests | Adam Janovsky | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | change PP snapshot urls | Adam Janovsky | 2025-02-01 | 1 | -2/+2 |
| | | |||||
| * | implement PP processing | Adam Janovsky | 2025-02-01 | 1 | -0/+4 |
| | | |||||
| * | Improve CC scheme extraction and matching. | J08nY | 2024-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | This significantly improves the CC scheme extraction by: - Fixing the extraction of several schemes that were mixing certified and archived entries by accident. - Improving the extraction of cert_ids from scheme sites. - Improving the matching heuristic to consider more attributes that are usually present in the site data. Also adds an evaluation notebook to see how this performs. | ||||
| * | Unify and add options to from_web_latest. | J08nY | 2024-10-18 | 1 | -13/+27 |
| | | |||||
| * | Add a way to download full dataset archive (including PDFs) from the web. | J08nY | 2024-10-17 | 1 | -0/+8 |
| | | |||||
| * | Allow for download through our caching proxy at sec-certs.org | J08nY | 2024-06-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | Recently, CCportal changed infra and enabled a rate limit. Our usual download procedure hits this rate limit and is able to download only a small subset of the artifacts. Thus a proxy is running at sec-certs.org that caches the artifacts. This commit makes it possible to use the proxy in the tool. By querying the proxy on the background, the server makes sure that the rate limit is not hit and the artifacts are available. | ||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 1 | -12/+12 |
| | | |||||
| * | Move __fields__ use to model_fields. | J08nY | 2024-02-01 | 1 | -3/+3 |
| | | |||||
| * | Move to model_validate in pydantic. | J08nY | 2024-02-01 | 1 | -1/+1 |
| | | |||||
| * | Use ConfigDict in pydantic. | J08nY | 2024-02-01 | 1 | -3/+2 |
| | | |||||
| * | continue refactoring the notebook | Adam Janovsky | 2023-11-14 | 1 | -1/+2 |
| | | |||||
| * | add .log suffix to default log filename | adamjanovsky | 2023-10-18 | 1 | -1/+1 |
| | | |||||
| * | Fix URLs of CVE/CPE/CPE-match datasets. | J08nY | 2023-04-25 | 1 | -3/+3 |
| | | |||||
| * | Fix CVE/CPE dataset default config paths. | J08nY | 2023-04-25 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API | J08nY | 2023-04-21 | 1 | -1/+12 |
| |\ | |||||
| | * | Add CC scheme matching for datasets. | J08nY | 2023-04-14 | 1 | -1/+6 |
| | | | |||||
| | * | Add CC and FIPS matching classes. | J08nY | 2023-04-11 | 1 | -0/+6 |
| | | | |||||
| * | | WiP new cve and cpe dataset handling | Adam Janovsky | 2023-04-07 | 1 | -2/+18 |
| | | | |||||
| * | | add nist_api_key key in config | Adam Janovsky | 2023-03-30 | 1 | -0/+1 |
| |/ | |||||
| * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 1 | -0/+128 |
