aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #333 from crocs-muni/release-demo-notebook-docs0.1.4adamjanovsky2023-05-101-0/+1
|\ | | | | release demo notebook in docs
| * release demo notebook in docsAdam Janovsky2023-05-101-0/+1
|/
* Merge pull request #332 from crocs-muni/est-demo-notebookadamjanovsky2023-05-103-0/+4769
|\ | | | | poc notebook
| * poc notebookAdam Janovsky2023-05-103-0/+4769
|/
* Move scheme data matching to heuristics.J08nY2023-04-272-13/+18
|
* Compute scheme data matches in heuristics, after cert_ids are computed.J08nY2023-04-271-12/+14
|
* Fix Turkey CC scheme NaNs.J08nY2023-04-261-9/+11
|
* Fix CVE and CPE dataset datetime load.J08nY2023-04-262-5/+10
|
* Fix Norway cert_id parsing in schemes.J08nY2023-04-253-5/+7
|
* Do not put the whole JSON into memory when writing it compressed.J08nY2023-04-251-8/+5
|
* Fix URLs of CVE/CPE/CPE-match datasets.J08nY2023-04-251-3/+3
|
* Fix CVE/CPE dataset default config paths.J08nY2023-04-251-3/+3
|
* Merge pull request #330 from crocs-muni/fix/yield-pathsJán Jančár2023-04-2510-21/+30
|\ | | | | Fix path fixtures yielding.
| * Fix path fixtures yielding.J08nY2023-04-2510-21/+30
|/
* Merge pull request #328 from ↵Ján Jančár2023-04-2452-2401/+3913
|\ | | | | | | | | crocs-muni/issue/324-Switch-from-NVD-data-feeds-to-API Switch from NVD json feeds to API
| * fix cwe parsing in cvedatasetAdam Janovsky2023-04-213-11/+13
| |
| * Fix black issue.J08nY2023-04-211-1/+0
| |
| * Fix test fixtures.J08nY2023-04-214-45/+46
| |
| * Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-2133-914/+2426
| |\
| * | fix typehintAdam Janovsky2023-04-201-2/+2
| | |
| * | some more cve/cpe testsAdam Janovsky2023-04-204-16/+33
| | |
| * | share some code in tests, use importlib.resourcesAdam Janovsky2023-04-2018-144/+129
| | |
| * | share some fixturesAdam Janovsky2023-04-205-76/+23
| | |
| * | tests for dataset builderAdam Janovsky2023-04-203-3/+123
| | |
| * | replace some ifs with dictionaray setdefaultAdam Janovsky2023-04-194-15/+6
| | |
| * | defer few importsAdam Janovsky2023-04-164-5/+15
| | |
| * | rename some attributes in nvd api handlerAdam Janovsky2023-04-161-26/+26
| | |
| * | fix cpe tests againAdam Janovsky2023-04-151-5/+4
| | |
| * | fix cpe testsAdam Janovsky2023-04-151-63/+14
| | |
| * | fix cc testsAdam Janovsky2023-04-153-677/+47
| | |
| * | fix cve testsAdam Janovsky2023-04-151-110/+44
| | |
| * | fix fips testsAdam Janovsky2023-04-159-163/+2555
| | |
| * | fix cpe and cpe testsAdam Janovsky2023-04-142-81/+38
| | |
| * | fix typing problem in test_cve_matching.pyAdam Janovsky2023-04-142-4/+16
| | |
| * | add end-to-end CVE matching testAdam Janovsky2023-04-141-0/+62
| | |
| * | fix key case in CVEDatasetAdam Janovsky2023-04-141-1/+1
| | |
| * | fix vulnerabilities notebookAdam Janovsky2023-04-141-309/+29
| | |
| * | fix references notebookAdam Janovsky2023-04-141-86/+20
| | |
| * | fix cpe eval notebookAdam Janovsky2023-04-142-10/+12
| | |
| * | fix some bugsAdam Janovsky2023-04-143-101/+43
| | |
| * | random fixesAdam Janovsky2023-04-144-11/+50
| | |
| * | fix pre-commit problems outside of testsAdam Janovsky2023-04-1310-178/+124
| | |
| * | update docsAdam Janovsky2023-04-132-0/+24
| | |
| * | WiP new cve and cpe dataset handlingAdam Janovsky2023-04-0717-348/+798
| | |
| * | add nist_api_key key in configAdam Janovsky2023-03-301-0/+1
| | |
* | | Assign scheme data to archived certs as well.J08nY2023-04-211-4/+8
| |/ |/|
* | Revert "Move FIPS test fixtures to conftest and share them."J08nY2023-04-216-20/+233
| | | | | | | | This reverts commit 98c4f06c6ced66beab6f0c576542acbf15212416.
* | Revert "Deduplicate some CC test fixtures into conftest."J08nY2023-04-215-37/+146
| | | | | | | | This reverts commit 295de0d238602022575580c8d159ab9df9817912.
* | Merge pull request #329 from crocs-muni/feat/cert-entry-mappingJán Jančár2023-04-2044-1299/+2784
|\ \ | |/ |/| Add CC scheme and FIPS IUT/MIP matching
| * Fix CC tests.J08nY2023-04-201-32/+32
| |