aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix mypy false positive.J08nY2023-04-141-1/+1
| * | Add US scheme to enhanced download.J08nY2023-04-142-53/+117
| * | Enhance Singaporean CC scheme download.J08nY2023-04-141-9/+15
| * | Add Korea to enhanced CC scheme download.J08nY2023-04-142-16/+75
| * | Add Japan to enhanced scheme download.J08nY2023-04-141-10/+94
| * | Add artifact download to NL scheme.J08nY2023-04-141-3/+26
| * | Add Sweden to enhanced CC scheme download.J08nY2023-04-131-9/+64
| * | Add docs to CCSchemeDataset.J08nY2023-04-131-1/+163
| * | Add Norway extended scheme download.J08nY2023-04-132-22/+88
| * | Add DE scheme enhanced parsing.J08nY2023-04-131-10/+73
| * | Add enhanced download to French scheme.J08nY2023-04-131-11/+78
| * | Enhance Australian CC collection.J08nY2023-04-131-6/+43
| * | Use urljoin and make URLs absolute in CC scheme dataset.J08nY2023-04-132-61/+78
| * | Fix CC scheme downloads.J08nY2023-04-112-101/+110
| * | Move CC Scheme dataset to separate file.J08nY2023-04-114-763/+779
| * | Add computation of MIP Flows.J08nY2023-04-112-7/+63
| * | Process cert name and entry name the same.J08nY2023-04-112-5/+4
| * | Move cert name and vendor name normalization functions and share them.J08nY2023-04-114-60/+83
| * | Move snapshot maching code to matcher.J08nY2023-04-111-6/+48
| * | Add CC and FIPS matching classes.J08nY2023-04-115-1/+137
| |/
| * switch to pydantic in settings managementAdam Janovsky2023-03-2917-311/+153
| * Fix #323.J08nY2023-03-241-0/+6
* | Reference annotations: finalize prediction pipelineadamjanovsky2023-03-179-73/+74
* | wip reference annotator production pipelineAdam Janovsky2023-03-166-19/+74
* | Merge branch 'main' into reference-analysisAdam Janovsky2023-03-163-4/+40
|\|
| * delay and prune look-up dict build in CVEDatasetAdam Janovsky2023-03-163-4/+40
* | Merge branch 'main' into reference-analysisAdam Janovsky2023-03-107-98/+179
|\|
| * finalize cpe matching for on/with configurationsAdam Janovsky2023-03-104-135/+107
| * fix: Fixes in jupyter notebook and pandas utilsGeorgeFI2023-02-251-5/+4
| * refactor: Refactored match functionGeorgeFI2023-02-251-1/+1
| * merge: merged main into feature branchGeorgeFI2023-02-2033-405/+439
| |\
| * | format: manual fixes, black is complaining, but wont fix itGeogeFI2023-02-095-5/+0
| * | chore: Formating, fixed testsGeogeFI2022-12-252-3/+7
| * | refactor: Refactoring from notes of code reviewGeogeFI2022-12-253-6/+14
| * | refactor: Refactoring from code reviewGeogeFI2022-12-252-12/+9
| * | tests: Written tests for cpe configsGeogeFI2022-12-161-1/+2
| * | docs: Added documentation to the major methodsGeogeFI2022-12-163-0/+19
| * | feat: Representation of cpes in cpe configs as setGeogeFI2022-12-152-7/+5
| * | feat: Added method for filtering cves with cpe configsGeogeFI2022-12-151-1/+9
| * | fix: Fixed critical bug in recursion, fixed testsGeogeFI2022-12-152-4/+13
| * | feat: Implementation of cpe configs, not tested yetGeogeFI2022-12-154-43/+110
* | | minor improvementsadamjanovsky2023-03-093-15/+14
* | | WiP production-level reference annotationadamjanovsky2023-03-0310-137/+495
* | | move data to package, be more explicit about package_dataadamjanovsky2023-03-0332-0/+92253
* | | adjust pipeline to new annotation formatadamjanovsky2023-02-241-1/+1
* | | more work on PoC reference annotatoradamjanovsky2023-02-172-26/+77
* | | PoC reference annotatorAdam Janovsky2023-02-172-0/+93
| |/ |/|
* | introduce __bool__() on referencesAdam Janovsky2023-02-161-0/+3
* | delete DatasetInternalState __bool__()Adam Janovsky2023-02-161-3/+0
* | Fix typo auxillary -> auxiliary.J08nY2023-02-105-78/+78