aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/model
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Move CC Scheme dataset to separate file.J08nY2023-04-111-1/+10
| | |
| | * 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-113-60/+40
| | |
| | * Move snapshot maching code to matcher.J08nY2023-04-111-6/+48
| | |
| | * Add CC and FIPS matching classes.J08nY2023-04-113-1/+123
| | |
| * | replace some ifs with dictionaray setdefaultAdam Janovsky2023-04-191-4/+1
| | |
| * | defer few importsAdam Janovsky2023-04-161-1/+2
| |/
* | Reference annotations: finalize prediction pipelineadamjanovsky2023-03-173-46/+35
| |
* | wip reference annotator production pipelineAdam Janovsky2023-03-161-11/+0
| |
* | minor improvementsadamjanovsky2023-03-093-15/+14
| |
* | WiP production-level reference annotationadamjanovsky2023-03-036-133/+434
| |
* | adjust pipeline to new annotation formatadamjanovsky2023-02-241-1/+1
| |
* | more work on PoC reference annotatoradamjanovsky2023-02-171-23/+69
| |
* | PoC reference annotatorAdam Janovsky2023-02-171-0/+85
|/
* Drop inheritance from sklearn objects.J08nY2023-02-102-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 ruffAdam Janovsky2023-02-031-1/+1
|
* pin linter versions, fix some lint problemsAdam Janovsky2023-02-032-2/+1
|
* fix some return statementsAdam Janovsky2023-02-031-7/+5
|
* ruff enforce comprehensionsAdam Janovsky2023-02-033-4/+4
|
* adds some pylint checks to ruffAdam Janovsky2023-01-271-1/+1
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-102-16/+16
|
* rename common_criteria modules to ccAdam Janovsky2022-12-092-2/+2
|
* flat -> src layout (#294)adamjanovsky2022-12-096-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`