aboutsummaryrefslogtreecommitdiffhomepage
path: root/notebooks
Commit message (Collapse)AuthorAgeFilesLines
...
* | minor tweaks in reference notebookAdam Janovsky2023-06-151-80/+166
| |
* | more plots to references notebookAdam Janovsky2023-06-151-4/+100
| |
* | add more plots to reference notebookAdam Janovsky2023-06-141-1/+155
| |
* | refactor reference notebookAdam Janovsky2023-06-082-479/+480
| |
* | merge mainAdam Janovsky2023-06-079-432/+4990
|\|
| * Update cert_id_eval notebook.J08nY2023-05-251-14/+12
| |
| * new LaTeX commands vuln. notebookAdam Janovsky2023-05-241-18/+52
| |
| * add some latex commands previously missed from notebooksAdam Janovsky2023-05-241-2/+31
| |
| * poc notebookAdam Janovsky2023-05-103-0/+4769
| |
| * Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-211-6/+78
| |\
| | * Move snapshot maching code to matcher.J08nY2023-04-111-759/+62
| | |
| | * Add CC and FIPS matching classes.J08nY2023-04-111-47/+816
| | |
| * | fix vulnerabilities notebookAdam Janovsky2023-04-141-309/+29
| | |
| * | fix references notebookAdam Janovsky2023-04-141-86/+20
| | |
| * | fix cpe eval notebookAdam Janovsky2023-04-141-9/+11
| |/
* | Reference annotations: finalize prediction pipelineadamjanovsky2023-03-171-236/+171
| |
* | Merge branch 'main' into reference-analysisAdam Janovsky2023-03-101-21/+308
|\|
| * fix: Fixes in jupyter notebook and pandas utilsGeorgeFI2023-02-251-21/+308
| |
* | WiP production-level reference annotationadamjanovsky2023-03-032-363/+71
| |
* | reference-analysis: add language detectionadamjanovsky2023-03-022-113/+212
| |
* | adjust pipeline to new annotation formatadamjanovsky2023-02-242-296/+168
| |
* | add reference annotation methodologyadamjanovsky2023-02-231-14/+17
| |
* | tweak references pre-processing pipelineadamjanovsky2023-02-211-60/+83
| |
* | fix error in ref. annot data preprocessingadamjanovsky2023-02-191-63/+12
| |
* | reference annotations: better treatment of label noise detectionadamjanovsky2023-02-171-23/+114
| |
* | more work on PoC reference annotatoradamjanovsky2023-02-172-556/+220
| |
* | PoC reference annotatorAdam Janovsky2023-02-173-0/+1059
|/
* train/valid/test split for reference annotationsAdam Janovsky2023-02-101-0/+81
|
* rename notebook common_criteria -> ccAdam Janovsky2022-12-101-0/+0
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-101-7/+10
|
* rename common_criteria modules to ccAdam Janovsky2022-12-093-10/+12
|
* flat -> src layout (#294)adamjanovsky2022-12-093-9/+19
| | | | | | - 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)adamjanovsky2022-12-0811-113936/+584
| | | | | | | | | | * 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 results to notebooks to make them nice on GitHub.J08nY2022-10-253-105/+1006
|
* Add vulnerabilities notebook to FIPS.J08nY2022-10-213-1/+705
|
* Unify some CVE/CPE-help pandas functions and use them in FIPS.J08nY2022-10-212-3474/+43468
|
* Add temporal analysis of FIPS algorithms.J08nY2022-10-211-4/+38
|
* Add more fields to FIPS pandas dataframe.J08nY2022-10-211-1/+14
|
* Add MIP and IUT notebook for FIPS.J08nY2022-10-211-0/+372
|
* Add temporal trends notebook to FIPS.J08nY2022-10-212-19/+70037
|
* Merge branch 'main' into feat/eval-cpe-matchesAdam Janovsky2022-10-196-1591/+2538
|\
| * merge fresh mainAdam Janovsky2022-10-195-359/+971
| |\
| | * Add modified sankey algo to references notebook.J08nY2022-10-191-80/+450
| | |
| | * Update the final run notebooks and cert_id eval data.J08nY2022-10-103-62/+111
| | |
| | * Update final run notebook with *the* final run.J08nY2022-10-101-24/+657
| | |
| | * Add git commit hash to final run notebook.J08nY2022-10-091-620/+32
| | |
| * | finalize plotting and vuln notebook, add networkx depAdam Janovsky2022-10-193-1074/+377
| | |
| * | plotting of tablesAdam Janovsky2022-10-101-201/+756
| | |
| * | rework vuln. notebookAdam Janovsky2022-10-101-710/+879
| | |
| * | introduce scipy dependencyAdam Janovsky2022-10-051-248/+17
| | |