aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | Revert "Deduplicate some CC test fixtures into conftest."J08nY2023-04-215-37/+146
* | | Merge pull request #329 from crocs-muni/feat/cert-entry-mappingJán Jančár2023-04-2044-1299/+2784
|\ \ \ | |/ / |/| |
| * | Fix CC tests.J08nY2023-04-201-32/+32
| * | Move CC scheme classes to sample file.J08nY2023-04-203-1523/+1536
| * | Introduce CC Scheme sample class.J08nY2023-04-203-17/+52
| * | Fix Ruff error.J08nY2023-04-181-2/+1
| * | More comments in matching.J08nY2023-04-182-0/+12
| * | Add match filtering based on validation date.J08nY2023-04-184-4/+17
| * | Fix annotations import.J08nY2023-04-181-3/+4
| * | Make CCSchemeDataset an actual dataset.J08nY2023-04-1810-21/+189
| * | Abstract out matching scores.J08nY2023-04-183-30/+29
| * | Fix FIPSmatcher iterable.J08nY2023-04-171-1/+2
| * | Move scheme dataset matching test into fixture.J08nY2023-04-171-8/+11
| * | Revert "Ditch the __init__ package imports."J08nY2023-04-173-0/+70
| * | Change matcher API to not ref dataset.J08nY2023-04-173-18/+15
| * | Ditch pytest-monitor marks.J08nY2023-04-152-2/+0
| * | Fix Korean scheme download.J08nY2023-04-151-4/+4
| * | Share code between FIPS and CC matching.J08nY2023-04-145-69/+70
| * | Ditch the __init__ package imports.J08nY2023-04-143-70/+0
| * | Remove indirect imports from __init__ from our code.J08nY2023-04-1418-28/+38
| * | Fix bs warnings.J08nY2023-04-141-1/+1
| * | Add CC scheme matching for datasets.J08nY2023-04-145-24/+100
| * | Cache dependencies in github test workflow.J08nY2023-04-141-0/+4
| * | Deduplicate some CC test fixtures into conftest.J08nY2023-04-146-145/+127
| * | 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-143-53/+120
| * | 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-142-11/+95