| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | Add CC scheme matching for datasets. | J08nY | 2023-04-14 | 1 | -4/+4 | |
| | | | | ||||||
| | | * | Fix bs warnings. | J08nY | 2023-04-14 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Add computation of MIP Flows. | J08nY | 2023-04-11 | 1 | -6/+27 | |
| | | | | ||||||
| | | * | Add CC and FIPS matching classes. | J08nY | 2023-04-11 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | some more cve/cpe tests | Adam Janovsky | 2023-04-20 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | defer few imports | Adam Janovsky | 2023-04-16 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | fix fips tests | Adam Janovsky | 2023-04-15 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | fix cpe and cpe tests | Adam Janovsky | 2023-04-14 | 1 | -9/+8 | |
| | | | | ||||||
| | * | | fix typing problem in test_cve_matching.py | Adam Janovsky | 2023-04-14 | 1 | -2/+10 | |
| | | | | ||||||
| | * | | random fixes | Adam Janovsky | 2023-04-14 | 2 | -10/+37 | |
| | | | | ||||||
| | * | | fix pre-commit problems outside of tests | Adam Janovsky | 2023-04-13 | 2 | -55/+30 | |
| | | | | ||||||
| | * | | WiP new cve and cpe dataset handling | Adam Janovsky | 2023-04-07 | 2 | -110/+169 | |
| | |/ | ||||||
| | * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 3 | -3/+3 | |
| | | | ||||||
| | * | Fix #323. | J08nY | 2023-03-24 | 1 | -0/+6 | |
| | | | ||||||
| * | | Reference annotations: finalize prediction pipeline | adamjanovsky | 2023-03-17 | 1 | -10/+2 | |
| | | | ||||||
| * | | wip reference annotator production pipeline | Adam Janovsky | 2023-03-16 | 2 | -2/+12 | |
| | | | ||||||
| * | | Merge branch 'main' into reference-analysis | Adam Janovsky | 2023-03-16 | 1 | -0/+3 | |
| |\| | ||||||
| | * | delay and prune look-up dict build in CVEDataset | Adam Janovsky | 2023-03-16 | 1 | -0/+3 | |
| | | | ||||||
| * | | Merge branch 'main' into reference-analysis | Adam Janovsky | 2023-03-10 | 3 | -70/+128 | |
| |\| | ||||||
| | * | finalize cpe matching for on/with configurations | Adam Janovsky | 2023-03-10 | 2 | -105/+84 | |
| | | | ||||||
| | * | refactor: Refactored match function | GeorgeFI | 2023-02-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | merge: merged main into feature branch | GeorgeFI | 2023-02-20 | 8 | -68/+140 | |
| | |\ | ||||||
| | * | | format: manual fixes, black is complaining, but wont fix it | GeogeFI | 2023-02-09 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | chore: Formating, fixed tests | GeogeFI | 2022-12-25 | 1 | -2/+6 | |
| | | | | ||||||
| | * | | refactor: Refactoring from notes of code review | GeogeFI | 2022-12-25 | 2 | -6/+13 | |
| | | | | ||||||
| | * | | refactor: Refactoring from code review | GeogeFI | 2022-12-25 | 1 | -7/+5 | |
| | | | | ||||||
| | * | | tests: Written tests for cpe configs | GeogeFI | 2022-12-16 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | docs: Added documentation to the major methods | GeogeFI | 2022-12-16 | 2 | -0/+14 | |
| | | | | ||||||
| | * | | feat: Representation of cpes in cpe configs as set | GeogeFI | 2022-12-15 | 2 | -7/+5 | |
| | | | | ||||||
| | * | | fix: Fixed critical bug in recursion, fixed tests | GeogeFI | 2022-12-15 | 2 | -4/+13 | |
| | | | | ||||||
| | * | | feat: Implementation of cpe configs, not tested yet | GeogeFI | 2022-12-15 | 2 | -34/+83 | |
| | | | | ||||||
| * | | | WiP production-level reference annotation | adamjanovsky | 2023-03-03 | 1 | -0/+2 | |
| | |/ |/| | ||||||
| * | | introduce __bool__() on references | Adam Janovsky | 2023-02-16 | 1 | -0/+3 | |
| | | | ||||||
| * | | Make FIPS cert_id an int. | J08nY | 2023-02-10 | 1 | -4/+2 | |
| | | | ||||||
| * | | Fix FIPS parsing of algorithms from site. | J08nY | 2023-02-09 | 1 | -4/+15 | |
| | | | | | | | | | | | Some newer certs have different format of algo listing: https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4392 | |||||
| * | | fix json deserialization due to cert path handling | Adam Janovsky | 2023-02-05 | 2 | -11/+81 | |
| | | | ||||||
| * | | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 2 | -11/+10 | |
| | | | ||||||
| * | | fix some return statements | Adam Janovsky | 2023-02-03 | 2 | -9/+7 | |
| | | | ||||||
| * | | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 5 | -10/+10 | |
| | | | ||||||
| * | | adds some pylint checks to ruff | Adam Janovsky | 2023-01-27 | 4 | -14/+8 | |
| | | | ||||||
| * | | replace isort with ruff | Adam Janovsky | 2023-01-27 | 2 | -4/+2 | |
| | | | ||||||
| * | | Fix #304. | J08nY | 2023-01-09 | 1 | -1/+2 | |
| |/ | ||||||
| * | rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdate | Adam Janovsky | 2022-12-10 | 2 | -6/+6 | |
| | | ||||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 3 | -70/+68 | |
| | | ||||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 3 | -2/+2 | |
| | | ||||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 13 | -0/+2870 | |
| - 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` | ||||||
