| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | replace from_web_latest() with from_web() | Adam Janovsky | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | fix notebooks | Adam Janovsky | 2025-02-01 | 1 | -13/+9 |
| | | |||||
| * | Cleanup of documentation. | J08nY | 2024-10-19 | 1 | -0/+6 |
| | | | | | It is now very nice and clean! | ||||
| * | Fixup notebooks wrt dataset loading. | J08nY | 2024-10-18 | 1 | -454/+27 |
| | | |||||
| * | Avoid double serialization in CVE and CPE dataset load. | J08nY | 2024-10-18 | 1 | -6/+30 |
| | | | | | | 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 | -12/+34 |
| | | |||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 1 | -9/+14 |
| | | | | | | | | | | | * 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 | ||||
| * | Add vulnerabilities notebook to FIPS. | J08nY | 2022-10-21 | 1 | -0/+590 |
