aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change matcher API to not ref dataset.J08nY2023-04-173-18/+15
| * | Fix Korean scheme download.J08nY2023-04-151-4/+4
| * | Share code between FIPS and CC matching.J08nY2023-04-144-66/+70
| * | Ditch the __init__ package imports.J08nY2023-04-143-70/+0
| * | Remove indirect imports from __init__ from our code.J08nY2023-04-145-5/+8
| * | Fix bs warnings.J08nY2023-04-141-1/+1
| * | Add CC scheme matching for datasets.J08nY2023-04-143-22/+65
| * | Fix bs warnings.J08nY2023-04-141-1/+1
| * | 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