aboutsummaryrefslogtreecommitdiffhomepage
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-082-0/+33
| | | | | | | | | | * 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
* Merge branch 'main' into feat/eval-cpe-matchesAdam Janovsky2022-10-192-9/+12
|\
| * Update the final run notebooks and cert_id eval data.J08nY2022-10-102-9/+12
| |
* | move new CPE labeling, validation to proper dirsAdam Janovsky2022-10-194-11/+74655
| |
* | delete old CPE labeling notebooks, validation splitsAdam Janovsky2022-10-192-69748/+0
|/
* Update CPE evaluation datasetAdam Janovsky2022-10-091-101/+101
| | | | | | | - When improving CPE classifier dataset, some of the evaluation samples were used to steer the engineering choices. New dataset was sampled at random. - Also update notebook to prepare the evaluation
* Sample (6) missing digests (to have 100) for manual CPE evaluationAdam Janovsky2022-10-051-6/+6
|
* prepare code for CPE manual evaluationAdam Janovsky2022-10-041-0/+101
|
* Merge some ddesignations in manual reference eval data.J08nY2022-09-271-2/+2
|
* Add reference eval of random subset of certs.J08nY2022-09-262-1/+183
|
* Final evaluation changes.J08nY2022-09-224-175/+187
|
* Canonicalize before choosing cert_id, sort by length if same weight.J08nY2022-09-213-12/+13
|
* Normalize cert_id candidates to 0.0-1.0 range but without sum normalization.J08nY2022-09-212-7/+39
|
* Improve some cert_id rules and canonicalization.J08nY2022-09-213-18/+18
|
* Add ground truth analysis of cert ids.J08nY2022-09-211-0/+101
|
* Move notebooks around and fix imports.J08nY2022-09-193-460/+10
|
* Add cert_id_evalution notebook, improve cert-id heuristics.J08nY2022-09-194-281/+473
|
* Compute CC cert IDs based on schheme of certificate to avoid mismatch.J08nY2022-09-191-3/+3
|
* More mannual analysis of duuplicate cert_id dcs.J08nY2022-09-192-0/+491
|
* Add missing cert_id eval and fix some regexes.J08nY2022-09-191-0/+91
|
* update sar corr readmeAdam Janovsky2022-04-181-1/+3
|
* intermediate correlation results SARs CVEsAdam Janovsky2022-04-183-0/+67
|
* rename validaiton sets fipsAdam Janovsky2021-11-042-0/+0
|
* account for some changes in CPE database by NISTAdam Janovsky2021-11-041-4/+4
|
* fix filename typo cc.fips -> cc.jsonAdam Janovsky2021-11-041-0/+0
|
* move data readmeAdam Janovsky2021-11-041-2/+10
|
* add manually assigned CPE labelsAdam Janovsky2021-11-042-0/+69748
|
* add validation test split datasetAdam Janovsky2021-11-045-0/+8631