| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(dataset): formatting and version warning logic for dataset version tracking | Ján Jančár | 2025-06-12 | 1 | -3/+7 |
| | | |||||
| * | feat(dataset): add version warning and comparison for dataset and package ↵ | Ján Jančár | 2025-06-12 | 1 | -1/+38 |
| | | | | | version in from_dict | ||||
| * | Document the backed status of datasets. | J08nY | 2025-02-17 | 1 | -7/+7 |
| | | |||||
| * | Get rid of DUMMY_NONEXISTING_PATH. | J08nY | 2025-02-15 | 1 | -8/+35 |
| | | |||||
| * | Ditch unused (and unimplemented) sha256_digest. | J08nY | 2025-02-14 | 1 | -3/+1 |
| | | |||||
| * | Actually use Dataset.__init__. | J08nY | 2025-02-14 | 1 | -2/+2 |
| | | |||||
| * | Fix mutable default state. | J08nY | 2025-02-14 | 1 | -6/+10 |
| | | |||||
| * | Get rid of all the RETURNCODEs. | J08nY | 2025-02-14 | 1 | -1/+2 |
| | | | | | | # Conflicts: # src/sec_certs/utils/helpers.py | ||||
| * | Use tmpdir with enough free space. | J08nY | 2025-02-14 | 1 | -3/+5 |
| | | |||||
| * | fix dataset download description class name | Adam Janovsky | 2025-02-13 | 1 | -1/+1 |
| | | |||||
| * | Add docs about dataset layout. | J08nY | 2025-02-02 | 1 | -0/+2 |
| | | |||||
| * | replace from_web_latest() with from_web() | Adam Janovsky | 2025-02-01 | 1 | -7/+18 |
| | | |||||
| * | implement PP processing | Adam Janovsky | 2025-02-01 | 1 | -3/+9 |
| | | |||||
| * | refactor auxiliary dataset handling, heuristics computation | Adam Janovsky | 2025-02-01 | 1 | -352/+24 |
| | | |||||
| * | Fix tests. | J08nY | 2024-11-20 | 1 | -1/+1 |
| | | |||||
| * | update deps, linter versions | Adam Janovsky | 2024-11-19 | 1 | -3/+1 |
| | | |||||
| * | Cleanup of documentation. | J08nY | 2024-10-19 | 1 | -3/+2 |
| | | | | | It is now very nice and clean! | ||||
| * | Avoid double serialization in CVE and CPE dataset load. | J08nY | 2024-10-18 | 1 | -2/+2 |
| | | | | | | The CVE/CPEDataset.from_web method already serializes to the path, so move the serialization call to the other branch. | ||||
| * | Unify and add options to from_web_latest. | J08nY | 2024-10-18 | 1 | -14/+92 |
| | | |||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 1 | -3/+3 |
| | | |||||
| * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 1 | -1/+2 |
| | | |||||
| * | fix new ruff errors | Adam Janovsky | 2023-11-10 | 1 | -2/+2 |
| | | |||||
| * | Revert "feat: Initial implementation of tool/dataset version check" | GeorgeFI | 2023-10-22 | 1 | -8/+0 |
| | | | | | This reverts commit ef9b405f9e9319d0464fc64acca313251973ef49. | ||||
| * | feat: Initial implementation of tool/dataset version check | GeorgeFI | 2023-10-22 | 1 | -0/+8 |
| | | |||||
| * | style: Fix of mypy typing - calling methods on potential None object | GeorgeFI | 2023-09-01 | 1 | -0/+7 |
| | | |||||
| * | Add rudimentary profiling. | J08nY | 2023-08-24 | 1 | -2/+6 |
| | | | | | Fixes #288. | ||||
| * | Do not rerun pdf to text conversion, it is pointless. | J08nY | 2023-08-24 | 1 | -2/+0 |
| | | | | | | Either it works the first time or not, this just wastes time. | ||||
| * | fix fips tests | Adam Janovsky | 2023-04-15 | 1 | -4/+4 |
| | | |||||
| * | fix cpe eval notebook | Adam Janovsky | 2023-04-14 | 1 | -1/+1 |
| | | |||||
| * | fix some bugs | Adam Janovsky | 2023-04-14 | 1 | -7/+15 |
| | | |||||
| * | random fixes | Adam Janovsky | 2023-04-14 | 1 | -0/+2 |
| | | |||||
| * | fix pre-commit problems outside of tests | Adam Janovsky | 2023-04-13 | 1 | -33/+27 |
| | | |||||
| * | WiP new cve and cpe dataset handling | Adam Janovsky | 2023-04-07 | 1 | -42/+90 |
| | | |||||
| * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 1 | -1/+1 |
| | | |||||
| * | delay and prune look-up dict build in CVEDataset | Adam Janovsky | 2023-03-16 | 1 | -3/+23 |
| | | |||||
| * | finalize cpe matching for on/with configurations | Adam Janovsky | 2023-03-10 | 1 | -10/+5 |
| | | |||||
| * | merge: merged main into feature branch | GeorgeFI | 2023-02-20 | 1 | -53/+48 |
| |\ | |||||
| | * | delete DatasetInternalState __bool__() | Adam Janovsky | 2023-02-16 | 1 | -3/+0 |
| | | | |||||
| | * | Fix typo auxillary -> auxiliary. | J08nY | 2023-02-10 | 1 | -41/+41 |
| | | | |||||
| | * | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 1 | -3/+1 |
| | | | |||||
| | * | fix some return statements | Adam Janovsky | 2023-02-03 | 1 | -3/+3 |
| | | | |||||
| | * | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 1 | -1/+1 |
| | | | |||||
| | * | adds some pylint checks to ruff | Adam Janovsky | 2023-01-27 | 1 | -2/+2 |
| | | | |||||
| * | | feat: Implementation of cpe configs, not tested yet | GeogeFI | 2022-12-15 | 1 | -7/+3 |
| |/ | |||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 1 | -1/+1 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 1 | -0/+572 |
| - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml` | |||||
