aboutsummaryrefslogtreecommitdiffhomepage
path: root/notebooks/fips/vulnerabilities.ipynb
Commit message (Collapse)AuthorAgeFilesLines
* replace from_web_latest() with from_web()Adam Janovsky2025-02-011-1/+1
|
* fix notebooksAdam Janovsky2025-02-011-13/+9
|
* Cleanup of documentation.J08nY2024-10-191-0/+6
| | | | It is now very nice and clean!
* Fixup notebooks wrt dataset loading.J08nY2024-10-181-454/+27
|
* Avoid double serialization in CVE and CPE dataset load.J08nY2024-10-181-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.J08nY2024-10-181-12/+34
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-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.J08nY2022-10-211-0/+590