| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Norway cert_id parsing in schemes. | J08nY | 2023-04-25 | 1 | -1/+3 |
| | | |||||
| * | Fix black issue. | J08nY | 2023-04-21 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API | J08nY | 2023-04-21 | 5 | -44/+259 |
| |\ | |||||
| | * | More comments in matching. | J08nY | 2023-04-18 | 2 | -0/+12 |
| | | | |||||
| | * | Add match filtering based on validation date. | J08nY | 2023-04-18 | 1 | -4/+12 |
| | | | |||||
| | * | Fix annotations import. | J08nY | 2023-04-18 | 1 | -3/+4 |
| | | | |||||
| | * | Make CCSchemeDataset an actual dataset. | J08nY | 2023-04-18 | 3 | -9/+12 |
| | | | |||||
| | * | Abstract out matching scores. | J08nY | 2023-04-18 | 3 | -30/+29 |
| | | | |||||
| | * | Fix FIPSmatcher iterable. | J08nY | 2023-04-17 | 1 | -1/+2 |
| | | | |||||
| | * | Revert "Ditch the __init__ package imports." | J08nY | 2023-04-17 | 1 | -0/+16 |
| | | | | | | | | | This reverts commit 89b3d880088b5c30fa10036f280e73b1c1aee05e. | ||||
| | * | Change matcher API to not ref dataset. | J08nY | 2023-04-17 | 3 | -18/+15 |
| | | | |||||
| | * | Share code between FIPS and CC matching. | J08nY | 2023-04-14 | 3 | -64/+68 |
| | | | |||||
| | * | Ditch the __init__ package imports. | J08nY | 2023-04-14 | 1 | -16/+0 |
| | | | |||||
| | * | Remove indirect imports from __init__ from our code. | J08nY | 2023-04-14 | 1 | -3/+3 |
| | | | |||||
| | * | Add CC scheme matching for datasets. | J08nY | 2023-04-14 | 1 | -17/+55 |
| | | | |||||
| | * | Move CC Scheme dataset to separate file. | J08nY | 2023-04-11 | 1 | -1/+10 |
| | | | |||||
| | * | Process cert name and entry name the same. | J08nY | 2023-04-11 | 2 | -5/+4 |
| | | | |||||
| | * | Move cert name and vendor name normalization functions and share them. | J08nY | 2023-04-11 | 3 | -60/+40 |
| | | | |||||
| | * | Move snapshot maching code to matcher. | J08nY | 2023-04-11 | 1 | -6/+48 |
| | | | |||||
| | * | Add CC and FIPS matching classes. | J08nY | 2023-04-11 | 3 | -1/+123 |
| | | | |||||
| * | | replace some ifs with dictionaray setdefault | Adam Janovsky | 2023-04-19 | 1 | -4/+1 |
| | | | |||||
| * | | defer few imports | Adam Janovsky | 2023-04-16 | 1 | -1/+2 |
| |/ | |||||
| * | Drop inheritance from sklearn objects. | J08nY | 2023-02-10 | 2 | -7/+7 |
| | | | | | | | | | It is unused and causes big memory usag spikes on their import due to their inefficient import practice: https://github.com/scikit-learn/scikit-learn/issues/25590 We don't actually use their API anywhere (afaik). | ||||
| * | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 1 | -1/+1 |
| | | |||||
| * | pin linter versions, fix some lint problems | Adam Janovsky | 2023-02-03 | 2 | -2/+1 |
| | | |||||
| * | fix some return statements | Adam Janovsky | 2023-02-03 | 1 | -7/+5 |
| | | |||||
| * | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 3 | -4/+4 |
| | | |||||
| * | adds some pylint checks to ruff | Adam Janovsky | 2023-01-27 | 1 | -1/+1 |
| | | |||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 2 | -16/+16 |
| | | |||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 2 | -2/+2 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 6 | -0/+1047 |
| - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml` | |||||
