| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API | J08nY | 2023-04-21 | 3 | -5/+10 |
| |\ | |||||
| | * | Make CCSchemeDataset an actual dataset. | J08nY | 2023-04-18 | 3 | -5/+10 |
| | | | |||||
| * | | share some code in tests, use importlib.resources | Adam Janovsky | 2023-04-20 | 5 | -0/+0 |
| | | | |||||
| * | | tests for dataset builder | Adam Janovsky | 2023-04-20 | 1 | -0/+0 |
| | | | |||||
| * | | fix cc tests | Adam Janovsky | 2023-04-15 | 2 | -557/+0 |
| | | | |||||
| * | | fix fips tests | Adam Janovsky | 2023-04-15 | 5 | -14/+2499 |
| |/ | |||||
| * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 1 | -59/+1 |
| | | |||||
| * | finalize cpe matching for on/with configurations | Adam Janovsky | 2023-03-10 | 2 | -406/+476 |
| | | |||||
| * | test: Added my own dummy vulnerable cert | GeorgeFI | 2023-02-25 | 1 | -1/+56 |
| | | |||||
| * | merge: merged main into feature branch | GeorgeFI | 2023-02-20 | 9 | -28/+28 |
| |\ | |||||
| | * | Fix typo auxillary -> auxiliary. | J08nY | 2023-02-10 | 7 | -5/+5 |
| | | | |||||
| | * | Make FIPS cert_id an int. | J08nY | 2023-02-10 | 2 | -23/+23 |
| | | | |||||
| * | | test: Added test for CPE configurations | GeogeFI | 2023-01-31 | 1 | -0/+41 |
| | | | |||||
| * | | tests: Written tests for cpe configs | GeogeFI | 2022-12-16 | 1 | -0/+385 |
| | | | |||||
| * | | fix: fixed tests | GeogeFI | 2022-12-16 | 1 | -0/+2 |
| |/ | |||||
| * | rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdate | Adam Janovsky | 2022-12-10 | 1 | -1/+1 |
| | | |||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 7 | -53/+53 |
| | | |||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 7 | -59/+59 |
| | | |||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 34 | -615/+10905 |
| | | | | | | | | | | | * 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 | 1 | -0/+6 |
| | | |||||
| * | Add getters for MI and IUT snapshots. | J08nY | 2022-10-19 | 1 | -0/+6 |
| | | |||||
| * | Fix FIPS references. | J08nY | 2022-10-19 | 1 | -7/+15 |
| | | |||||
| * | Add new CC cert state attributes. | J08nY | 2022-10-04 | 2 | -18/+24 |
| | | |||||
| * | Merge branch 'main' into feat/temporal-trends-notebook-improvements | Adam Janovsky | 2022-09-27 | 3 | -4/+12 |
| |\ | |||||
| | * | Parse cert id out of filename. | J08nY | 2022-09-19 | 3 | -4/+12 |
| | | | |||||
| * | | start colleting EALs from PP dataset | Adam Janovsky | 2022-09-13 | 3 | -21/+32 |
| |/ | |||||
| * | FIPS: Reorganize FIPSAlgorithm dataset. | J08nY | 2022-07-11 | 1 | -510/+487 |
| | | | | | - Now conforms to the dataset API. | ||||
| * | Serialize fully qualified classnames instead of just the names. | J08nY | 2022-07-10 | 8 | -292/+292 |
| | | |||||
| * | Fix the test cert datasets. | J08nY | 2022-07-05 | 2 | -4933/+425 |
| | | |||||
| * | Update test datasets. | J08nY | 2022-07-05 | 2 | -1625/+5149 |
| | | |||||
| * | Fix issues except FIPS refs. | J08nY | 2022-07-05 | 1 | -1028/+4206 |
| | | |||||
| * | Fix most test issues caused by new changes. | J08nY | 2022-07-05 | 1 | -3/+0 |
| | | |||||
| * | fix CommonCriteriaCert.InternalState constructor | Adam Janovsky | 2022-06-22 | 2 | -3/+15 |
| | | |||||
| * | enhance vulnerability notebook with CWEs (#232) | adamjanovsky | 2022-06-14 | 1 | -3/+15 |
| | | | | | | * CVEs: start collecting CWE data * vuln notebook: CWE analysis | ||||
| * | Update location of CC MU dataset in settings. | J08nY | 2022-05-20 | 1 | -3/+3 |
| | | | | | This will work after todays nightly update. | ||||
| * | implement EAL-implied SARs inference | Adam Janovsky | 2022-05-10 | 4 | -67/+76 |
| | | |||||
| * | fix tests, new SAR tests | Adam Janovsky | 2022-05-09 | 2 | -249/+245 |
| | | |||||
| * | test: Added tests for dependecy vulnerabilities | GeogeFI | 2022-04-09 | 1 | -0/+2222 |
| | | |||||
| * | Merge branch 'main' into dependency-vulnerability | GeogeFI | 2022-04-07 | 2 | -275/+275 |
| |\ | |||||
| | * | Refactor/pdftotext as library (#183) | adamjanovsky | 2022-04-04 | 2 | -275/+275 |
| | | | | | | | | | | | | | | | - Update Docker Ubuntu to 22.04 - Test pipeline now installs fresh Poppler - Poppler-utils package no longer needed - Paragraph on project dependencies added to CONTRIBUTING.md - Pdftotext is no longer called with subprocess call, but API is leveraged instead | ||||
| * | | refactor: Fixing comments from code review | GeogeFI | 2022-04-02 | 2 | -6/+6 |
| | | | |||||
| * | | chore: Fixed tests, added support for indirect references | GeogeFI | 2022-03-19 | 2 | -0/+6 |
| |/ | |||||
| * | Introduce references object. | J08nY | 2022-02-22 | 2 | -206/+243 |
| | | |||||
| * | Rename "affect" -> "reference". | J08nY | 2022-02-22 | 2 | -12/+12 |
| | | | | | | | | We shouldn't use affecting to describe the relationship that we are describing here as we are only collecting references and can't say anything about whether the referenced certificates are truly affecting one another. | ||||
| * | fix of tests and pipeline | mmstanone | 2022-02-13 | 1 | -60/+60 |
| | | |||||
| * | fix tests | Adam Janovsky | 2022-02-12 | 2 | -25/+45 |
| | | |||||
| * | Fix from_dict ordering issue. | J08nY | 2022-01-05 | 3 | -11/+8 |
| | | |||||
| * | Add tests for FIPS IUT/MIP stuff. | J08nY | 2021-12-23 | 5 | -0/+12072 |
| | | |||||
| * | Merge pull request #143 from J08nY:fix/ccheuristics | adamjanovsky | 2021-12-18 | 1 | -3/+3 |
| |\ | | | | | Fix CCHeuristics attribute lookup. | ||||
| | * | Fix CCHeuristics attribute lookup. | J08nY | 2021-12-16 | 1 | -3/+3 |
| | | | |||||
