| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | share some code in tests, use importlib.resources | Adam Janovsky | 2023-04-20 | 18 | -144/+129 | |
| | | | | ||||||
| | * | | share some fixtures | Adam Janovsky | 2023-04-20 | 4 | -75/+22 | |
| | | | | ||||||
| | * | | tests for dataset builder | Adam Janovsky | 2023-04-20 | 3 | -3/+123 | |
| | | | | ||||||
| | * | | fix cpe tests again | Adam Janovsky | 2023-04-15 | 1 | -5/+4 | |
| | | | | ||||||
| | * | | fix cpe tests | Adam Janovsky | 2023-04-15 | 1 | -63/+14 | |
| | | | | ||||||
| | * | | fix cc tests | Adam Janovsky | 2023-04-15 | 3 | -677/+47 | |
| | | | | ||||||
| | * | | fix cve tests | Adam Janovsky | 2023-04-15 | 1 | -110/+44 | |
| | | | | ||||||
| | * | | fix fips tests | Adam Janovsky | 2023-04-15 | 6 | -142/+2530 | |
| | | | | ||||||
| | * | | fix cpe and cpe tests | Adam Janovsky | 2023-04-14 | 1 | -72/+30 | |
| | | | | ||||||
| | * | | fix typing problem in test_cve_matching.py | Adam Janovsky | 2023-04-14 | 1 | -2/+6 | |
| | | | | ||||||
| | * | | add end-to-end CVE matching test | Adam Janovsky | 2023-04-14 | 1 | -0/+62 | |
| | | | | ||||||
| | * | | fix pre-commit problems outside of tests | Adam Janovsky | 2023-04-13 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | WiP new cve and cpe dataset handling | Adam Janovsky | 2023-04-07 | 6 | -13/+33 | |
| | |/ | ||||||
| | * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 3 | -62/+73 | |
| | | | ||||||
| * | | Reference annotations: finalize prediction pipeline | adamjanovsky | 2023-03-17 | 7 | -7/+21 | |
| |/ | ||||||
| * | finalize cpe matching for on/with configurations | Adam Janovsky | 2023-03-10 | 6 | -570/+594 | |
| | | ||||||
| * | fix: Fixed the test for matching cpe | GeorgeFI | 2023-02-25 | 1 | -7/+8 | |
| | | ||||||
| * | test: Added my own dummy vulnerable cert | GeorgeFI | 2023-02-25 | 2 | -6/+60 | |
| | | ||||||
| * | refactor: Refactored test for CC | GeorgeFI | 2023-02-25 | 1 | -24/+8 | |
| | | ||||||
| * | merge: merged main into feature branch | GeorgeFI | 2023-02-20 | 22 | -55/+56 | |
| |\ | ||||||
| | * | Fix typo auxillary -> auxiliary. | J08nY | 2023-02-10 | 12 | -16/+16 | |
| | | | ||||||
| | * | Make FIPS cert_id an int. | J08nY | 2023-02-10 | 2 | -23/+23 | |
| | | | ||||||
| | * | Repair FIPS test. | J08nY | 2023-02-09 | 1 | -0/+1 | |
| | | | ||||||
| | * | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | adds some pylint checks to ruff | Adam Janovsky | 2023-01-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | replace isort with ruff | Adam Janovsky | 2023-01-27 | 10 | -10/+10 | |
| | | | ||||||
| * | | test: Refactored the test | GeorgeFI | 2023-02-18 | 1 | -10/+3 | |
| | | | ||||||
| * | | test: Added tests for fips, raw implementation | GeorgeFI | 2023-02-18 | 1 | -5/+20 | |
| | | | ||||||
| * | | test: Added tests for FIPS | GeogeFI | 2023-02-09 | 1 | -4/+54 | |
| | | | ||||||
| * | | format: formatting test file with black | GeogeFI | 2023-02-09 | 1 | -5/+6 | |
| | | | ||||||
| * | | tests: Fixing not passing tests | GeogeFI | 2023-02-09 | 1 | -2/+27 | |
| | | | ||||||
| * | | test: Added test for CPE configurations | GeogeFI | 2023-01-31 | 2 | -5/+72 | |
| | | | ||||||
| * | | test: Added test for cc, not passing yet | GeogeFI | 2023-01-29 | 1 | -1/+13 | |
| | | | ||||||
| * | | tests: Prepared fixture setup for cpe config match test | GeogeFI | 2022-12-27 | 2 | -1/+40 | |
| | | | ||||||
| * | | chore: Formating, fixed tests | GeogeFI | 2022-12-25 | 4 | -14/+14 | |
| | | | ||||||
| * | | tests: Written tests for cpe configs | GeogeFI | 2022-12-16 | 2 | -2/+453 | |
| | | | ||||||
| * | | docs: Added documentation to the major methods | GeogeFI | 2022-12-16 | 1 | -0/+1 | |
| | | | ||||||
| * | | fix: fixed tests | GeogeFI | 2022-12-16 | 1 | -0/+2 | |
| | | | ||||||
| * | | fix: Fixed critical bug in recursion, fixed tests | GeogeFI | 2022-12-15 | 3 | -0/+6 | |
| |/ | ||||||
| * | rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdate | Adam Janovsky | 2022-12-10 | 2 | -4/+4 | |
| | | ||||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 10 | -92/+92 | |
| | | ||||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 10 | -62/+62 | |
| | | ||||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 59 | -1909/+12518 | |
| | | | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints | |||||
| * | Add a way to get the full MIP and IUT datasets from web. | J08nY | 2022-10-19 | 3 | -0/+14 | |
| | | ||||||
| * | Add getters for MI and IUT snapshots. | J08nY | 2022-10-19 | 3 | -0/+14 | |
| | | ||||||
| * | Fix FIPS references. | J08nY | 2022-10-19 | 2 | -13/+15 | |
| | | ||||||
| * | Store OCR results into CC cert state. | J08nY | 2022-10-04 | 1 | -0/+5 | |
| | | ||||||
| * | Add new CC cert state attributes. | J08nY | 2022-10-04 | 2 | -18/+24 | |
| | | ||||||
| * | Merge pull request #259 from ↵ | adamjanovsky | 2022-09-30 | 5 | -26/+40 | |
| |\ | | | | | | | | | crocs-muni:feat/temporal-trends-notebook-improvements Temporal notebook iterative improvements | |||||
