aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* delay and prune look-up dict build in CVEDatasetAdam Janovsky2023-03-163-4/+40
* 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
|\
| * 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
| * Drop inheritance from sklearn objects.J08nY2023-02-102-7/+7
| * Add serialize decorator to process_aux_dsets.J08nY2023-02-101-1/+1
| * Make FIPS cert_id an int.J08nY2023-02-102-8/+6
| * Fix FIPS parsing of algorithms from site.J08nY2023-02-091-4/+15
| * Fix some failing CC scheme downloads.J08nY2023-02-092-12/+16
| * fix json deserialization due to cert path handlingAdam Janovsky2023-02-052-11/+81
| * add flake8-simplify to ruffAdam Janovsky2023-02-0311-51/+29
| * pin linter versions, fix some lint problemsAdam Janovsky2023-02-035-5/+1
| * fix some return statementsAdam Janovsky2023-02-0314-59/+40
| * ruff enforce comprehensionsAdam Janovsky2023-02-0317-35/+33
| * ruff enforce pathlibAdam Janovsky2023-02-022-22/+25
| * adds some pylint checks to ruffAdam Janovsky2023-01-2712-24/+18
| * replace isort with ruffAdam Janovsky2023-01-272-4/+2
| * jsonschema: set min. value of n_threads = -1 (#307)0.1.3adamjanovsky2023-01-101-1/+1
| * Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-108-49/+42
| * Fix #304.J08nY2023-01-091-1/+2
| * Fix/cli arguments (#303)adamjanovsky2023-01-091-38/+43
* | 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