aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Move scheme data matching to heuristics.J08nY2023-04-271-1/+2
|
* Fix path fixtures yielding.J08nY2023-04-2510-21/+30
|
* fix cwe parsing in cvedatasetAdam Janovsky2023-04-211-7/+7
|
* Fix test fixtures.J08nY2023-04-214-45/+46
|
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-2110-63/+242
|\
| * 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.
| * Fix CC tests.J08nY2023-04-201-32/+32
| |
| * Add match filtering based on validation date.J08nY2023-04-182-0/+4
| |
| * Make CCSchemeDataset an actual dataset.J08nY2023-04-184-5/+15
| |
| * Move scheme dataset matching test into fixture.J08nY2023-04-171-8/+11
| |
| * Ditch pytest-monitor marks.J08nY2023-04-152-2/+0
| |
| * Share code between FIPS and CC matching.J08nY2023-04-141-3/+0
| |
| * Remove indirect imports from __init__ from our code.J08nY2023-04-1412-21/+28
| |
| * Add CC scheme matching for datasets.J08nY2023-04-142-2/+35
| |
| * Deduplicate some CC test fixtures into conftest.J08nY2023-04-146-145/+127
| |
| * Add US scheme to enhanced download.J08nY2023-04-141-0/+3
| |
| * Add Japan to enhanced scheme download.J08nY2023-04-141-1/+1
| |
| * Add Norway extended scheme download.J08nY2023-04-131-3/+1
| |
| * Add DE scheme enhanced parsing.J08nY2023-04-131-0/+3
| |
| * Add enhanced download to French scheme.J08nY2023-04-131-0/+1
| |
| * Use urljoin and make URLs absolute in CC scheme dataset.J08nY2023-04-131-48/+121
| |
| * Add computation of MIP Flows.J08nY2023-04-111-2/+3
| |
| * Fix annotations import.J08nY2023-04-115-0/+10
| |
| * Add tests for IUT/MIP matching.J08nY2023-04-112-6/+47
| |
| * Move FIPS test fixtures to conftest and share them.J08nY2023-04-117-233/+220
| |
* | fix typehintAdam Janovsky2023-04-201-2/+2
| |
* | some more cve/cpe testsAdam Janovsky2023-04-202-13/+29
| |
* | share some code in tests, use importlib.resourcesAdam Janovsky2023-04-2018-144/+129
| |
* | share some fixturesAdam Janovsky2023-04-204-75/+22
| |
* | tests for dataset builderAdam Janovsky2023-04-203-3/+123
| |
* | 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-156-142/+2530
| |
* | fix cpe and cpe testsAdam Janovsky2023-04-141-72/+30
| |
* | fix typing problem in test_cve_matching.pyAdam Janovsky2023-04-141-2/+6
| |
* | add end-to-end CVE matching testAdam Janovsky2023-04-141-0/+62
| |
* | fix pre-commit problems outside of testsAdam Janovsky2023-04-131-1/+1
| |
* | WiP new cve and cpe dataset handlingAdam Janovsky2023-04-076-13/+33
|/
* switch to pydantic in settings managementAdam Janovsky2023-03-293-62/+73
|
* finalize cpe matching for on/with configurationsAdam Janovsky2023-03-106-570/+594
|
* fix: Fixed the test for matching cpeGeorgeFI2023-02-251-7/+8
|
* test: Added my own dummy vulnerable certGeorgeFI2023-02-252-6/+60
|
* refactor: Refactored test for CCGeorgeFI2023-02-251-24/+8
|
* merge: merged main into feature branchGeorgeFI2023-02-2022-55/+56
|\
| * Fix typo auxillary -> auxiliary.J08nY2023-02-1012-16/+16
| |
| * Make FIPS cert_id an int.J08nY2023-02-102-23/+23
| |
| * Repair FIPS test.J08nY2023-02-091-0/+1
| |