| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 1 | -185/+0 |
| | | | | | | | - 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` | ||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 1 | -20/+18 |
| | | | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints | ||||
| * | CVE configurations: Ignore nodes with AND operator | Adam Janovsky | 2022-07-25 | 1 | -9/+19 |
| | | |||||
| * | enhance vulnerability notebook with CWEs (#232) | adamjanovsky | 2022-06-14 | 1 | -4/+17 |
| | | | | | | * CVEs: start collecting CWE data * vuln notebook: CWE analysis | ||||
| * | finish typing for auxilarry sample clases | Adam Janovsky | 2022-02-11 | 1 | -8/+9 |
| | | |||||
| * | Complexity of functions | mmstanone | 2022-01-14 | 1 | -20/+27 |
| | | |||||
| * | Fix CVE loading from dict. | J08nY | 2022-01-04 | 1 | -1/+1 |
| | | |||||
| * | Fix broken serialization of CVE and CPE objects. | J08nY | 2022-01-03 | 1 | -0/+8 |
| | | |||||
| * | Cache CPE in CVE and CPE datasets. | J08nY | 2021-12-26 | 1 | -2/+2 |
| | | | | | Reduces memory usage by over 40% for CVEDataset.from_web. | ||||
| * | Add slots to CVE and CPE objects. | J08nY | 2021-12-26 | 1 | -2/+7 |
| | | | | | | | Fixes #109. Also adds a test loading the CVE database from the web. | ||||
| * | flake8 compliance | Adam Janovsky | 2021-12-19 | 1 | -1/+1 |
| | | |||||
| * | sort imports | Adam Janovsky | 2021-12-18 | 1 | -2/+2 |
| | | |||||
| * | Format code with black | Adam Janovsky | 2021-12-18 | 1 | -39/+62 |
| | | |||||
| * | minor refactoring of types | Adam Janovsky | 2021-12-15 | 1 | -2/+2 |
| | | |||||
| * | (the real commit) | mmstanone | 2021-12-13 | 1 | -2/+3 |
| | | |||||
| * | unify pandas interface | Adam Janovsky | 2021-11-23 | 1 | -9/+11 |
| | | |||||
| * | Rename fips heuristics class to FIPSHeuristics | Adam Janovsky | 2021-10-31 | 1 | -2/+2 |
| | | |||||
| * | Fix tests | Adam Janovsky | 2021-10-31 | 1 | -2/+0 |
| | | |||||
| * | cleanup old code | Adam Janovsky | 2021-10-22 | 1 | -32/+12 |
| | | |||||
| * | enhance cpe with start and end versions | Adam Janovsky | 2021-10-19 | 1 | -4/+21 |
| | | |||||
| * | rename certificate -> sample and split cve,cpe dataset from sample | Adam Janovsky | 2021-10-19 | 1 | -0/+122 |
