aboutsummaryrefslogtreecommitdiffhomepage
path: root/notebooks/fips
Commit message (Collapse)AuthorAgeFilesLines
* replace from_web_latest() with from_web()Adam Janovsky2025-02-015-60/+64
|
* fix notebooksAdam Janovsky2025-02-011-13/+9
|
* Cleanup of documentation.J08nY2024-10-193-0/+17
| | | | 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
|
* add notebook with icmc 2024 presentation plotsAdam Janovsky2024-09-191-0/+168
|
* Merge branch 'main' into feat-fips-referencesGeorgeFI2023-09-011-39/+53
|\
| * Fix pandas dtypes in fips/in_process notebook.J08nY2023-08-241-39/+53
| |
* | fix: Fixed the renamed functions in analysisGeorgeFI2023-08-271-133/+103
| |
* | refactor: Refactored graph building functionsGeorgeFI2023-08-251-134/+92
| |
* | chore: Renaming titles, refactoringGeorgeFI2023-08-251-176/+212
| |
* | refactor: Finish of FIPS reference analysisGeorgeFI2023-08-201-118/+967
| |
* | refactor: General refactoring of complete notebookGeorgeFI2023-08-121-980/+159
| |
* | refactor: Refactoring of EDA sectionGeorgeFI2023-08-121-207/+194
| |
* | feat: Added histograms for certs with at least 1 CVEGeorgeFI2023-08-111-165/+244
| |
* | fix: Added percentages to pie chartsGeorgeFI2023-08-111-207/+211
| |
* | chore: Renaming titlesGeorgeFI2023-07-271-302/+104
| |
* | fix: Added missing years in temporal ref analysisGeorgeFI2023-07-261-106/+303
| |
* | feat: Added CVE, status analysis for referencing, no referenced by certsGeorgeFI2023-07-221-16/+130
| |
* | feat: Analysis of referenced by, not referencing certsGeorgeFI2023-07-221-63/+123
| |
* | feat: Added temporal evolution of references in percentagesGeorgeFI2023-07-221-130/+165
| |
* | feat: Added temporal evolution of references per yearGeorgeFI2023-07-201-6/+5
| |
* | refactor: General refactoring of the networkx graphsGeorgeFI2023-07-201-24/+23
| |
* | feat: Added graph of references for most referencing certificateGeorgeFI2023-07-201-28/+44
| |
* | feat: Added graph for the most referenced certificateGeorgeFI2023-07-201-111/+162
| |
* | feat: Added colors for digraph, added detailed info, refactoringGeorgeFI2023-07-191-120/+211
| |
* | feat: Added certificate overviewGeorgeFI2023-07-191-12/+353
| |
* | feat: EDA about CVE distributionGeorgeFI2023-07-191-9/+96
| |
* | refactor: General refactoring of level referencesGeorgeFI2023-07-191-132/+112
| |
* | feat: added algorithm for potential vulnerable active certsGeorgeFI2023-07-181-15/+83
| |
* | feat: Added eda statistics for cert vulnerability refsGeorgeFI2023-07-181-35/+402
| |
* | feat: Added pie charts to references edaGeorgeFI2023-07-171-16/+101
| |
* | feat: Added barplots for cert type and embodimentGeorgeFI2023-07-171-63/+84
| |
* | chore: Removed EDA analysis, added matplotlib configsGeorgeFI2023-07-171-1629/+45
| |
* | feat: Added cross references across fips modulesGeorgeFI2023-07-171-112/+267
| |
* | refactor: General refactoring of functionsGeorgeFI2023-07-041-133/+124
| |
* | feat: Added references across different cert typesGeorgeFI2023-07-041-120/+191
| |
* | feat: Added analysis of embodiment referencesGeorgeFI2023-07-031-13/+104
| |
* | feat: EDA of direct and indirect fips refsGeorgeFI2023-07-031-110/+229
| |
* | refactor: General refactoring of level referencesGeorgeFI2023-06-281-939/+155
| |
* | feat: Initial implementation of across levels referencesGeorgeFI2023-06-281-3/+912
| |
* | refactor: Refactoring of active cert refs historicalGeorgeFI2023-06-281-415/+19
| |
* | feat: Active certificates referencing historical oneGeorgeFI2023-06-281-456/+923
| |
* | feat: EDA on cpes/cve matchesGeorgeFI2023-06-251-38/+970
| |
* | feat: EDA most common CVEs, crypto algsGeorgeFI2023-06-251-19/+155
| |
* | feat: histograms for exploratory data analysisGeorgeFI2023-06-251-44/+524
|/
* Move snapshot maching code to matcher.J08nY2023-04-111-759/+62
|
* Add CC and FIPS matching classes.J08nY2023-04-111-47/+816
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-083-914/+117
| | | | | | | | | | * 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