| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Add Norway extended scheme download. | J08nY | 2023-04-13 | 1 | -20/+85 | |
| | | | | ||||||
| | * | | Add DE scheme enhanced parsing. | J08nY | 2023-04-13 | 1 | -10/+73 | |
| | | | | ||||||
| | * | | Add enhanced download to French scheme. | J08nY | 2023-04-13 | 1 | -11/+78 | |
| | | | | ||||||
| | * | | Enhance Australian CC collection. | J08nY | 2023-04-13 | 1 | -6/+43 | |
| | | | | ||||||
| | * | | Use urljoin and make URLs absolute in CC scheme dataset. | J08nY | 2023-04-13 | 1 | -57/+71 | |
| | | | | ||||||
| | * | | Fix CC scheme downloads. | J08nY | 2023-04-11 | 1 | -93/+96 | |
| | | | | ||||||
| | * | | Move CC Scheme dataset to separate file. | J08nY | 2023-04-11 | 3 | -762/+769 | |
| | | | | ||||||
| | * | | Add computation of MIP Flows. | J08nY | 2023-04-11 | 1 | -1/+36 | |
| | |/ | ||||||
| | * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 6 | -6/+6 | |
| | | | ||||||
| * | | Reference annotations: finalize prediction pipeline | adamjanovsky | 2023-03-17 | 1 | -8/+30 | |
| | | | ||||||
| * | | wip reference annotator production pipeline | Adam Janovsky | 2023-03-16 | 1 | -4/+24 | |
| | | | ||||||
| * | | Merge branch 'main' into reference-analysis | Adam Janovsky | 2023-03-16 | 2 | -4/+37 | |
| |\| | ||||||
| | * | delay and prune look-up dict build in CVEDataset | Adam Janovsky | 2023-03-16 | 2 | -4/+37 | |
| | | | ||||||
| * | | Merge branch 'main' into reference-analysis | Adam Janovsky | 2023-03-10 | 2 | -22/+46 | |
| |\| | ||||||
| | * | finalize cpe matching for on/with configurations | Adam Janovsky | 2023-03-10 | 2 | -30/+23 | |
| | | | ||||||
| | * | merge: merged main into feature branch | GeorgeFI | 2023-02-20 | 8 | -174/+132 | |
| | |\ | ||||||
| | * | | 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 | -1/+1 | |
| | | | | ||||||
| | * | | refactor: Refactoring from notes of code review | GeogeFI | 2022-12-25 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | refactor: Refactoring from code review | GeogeFI | 2022-12-25 | 1 | -5/+4 | |
| | | | | ||||||
| | * | | docs: Added documentation to the major methods | GeogeFI | 2022-12-16 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | feat: Added method for filtering cves with cpe configs | GeogeFI | 2022-12-15 | 1 | -1/+9 | |
| | | | | ||||||
| | * | | feat: Implementation of cpe configs, not tested yet | GeogeFI | 2022-12-15 | 2 | -9/+27 | |
| | | | | ||||||
| * | | | WiP production-level reference annotation | adamjanovsky | 2023-03-03 | 2 | -4/+35 | |
| | |/ |/| | ||||||
| * | | delete DatasetInternalState __bool__() | Adam Janovsky | 2023-02-16 | 1 | -3/+0 | |
| | | | ||||||
| * | | Fix typo auxillary -> auxiliary. | J08nY | 2023-02-10 | 4 | -75/+75 | |
| | | | ||||||
| * | | Add serialize decorator to process_aux_dsets. | J08nY | 2023-02-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Make FIPS cert_id an int. | J08nY | 2023-02-10 | 1 | -4/+4 | |
| | | | ||||||
| * | | Fix some failing CC scheme downloads. | J08nY | 2023-02-09 | 1 | -11/+12 | |
| | | | ||||||
| * | | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 5 | -20/+9 | |
| | | | ||||||
| * | | pin linter versions, fix some lint problems | Adam Janovsky | 2023-02-03 | 1 | -1/+0 | |
| | | | ||||||
| * | | fix some return statements | Adam Janovsky | 2023-02-03 | 4 | -17/+9 | |
| | | | ||||||
| * | | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 6 | -17/+15 | |
| | | | ||||||
| * | | ruff enforce pathlib | Adam Janovsky | 2023-02-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | adds some pylint checks to ruff | Adam Janovsky | 2023-01-27 | 4 | -6/+6 | |
| | | | ||||||
| * | | Fix/pypdf and cli fixes (#306) | adamjanovsky | 2023-01-10 | 3 | -19/+0 | |
| |/ | | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1 | |||||
| * | rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdate | Adam Janovsky | 2022-12-10 | 1 | -9/+5 | |
| | | ||||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 2 | -30/+29 | |
| | | ||||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 2 | -2/+3 | |
| | | ||||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 11 | -0/+3441 | |
| - 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` | ||||||
