aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-213-5/+10
|\
| * Make CCSchemeDataset an actual dataset.J08nY2023-04-183-5/+10
| |
* | share some code in tests, use importlib.resourcesAdam Janovsky2023-04-205-0/+0
| |
* | tests for dataset builderAdam Janovsky2023-04-201-0/+0
| |
* | fix cc testsAdam Janovsky2023-04-152-557/+0
| |
* | fix fips testsAdam Janovsky2023-04-155-14/+2499
|/
* switch to pydantic in settings managementAdam Janovsky2023-03-291-59/+1
|
* finalize cpe matching for on/with configurationsAdam Janovsky2023-03-102-406/+476
|
* test: Added my own dummy vulnerable certGeorgeFI2023-02-251-1/+56
|
* merge: merged main into feature branchGeorgeFI2023-02-209-28/+28
|\
| * Fix typo auxillary -> auxiliary.J08nY2023-02-107-5/+5
| |
| * Make FIPS cert_id an int.J08nY2023-02-102-23/+23
| |
* | test: Added test for CPE configurationsGeogeFI2023-01-311-0/+41
| |
* | tests: Written tests for cpe configsGeogeFI2022-12-161-0/+385
| |
* | fix: fixed testsGeogeFI2022-12-161-0/+2
|/
* rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdateAdam Janovsky2022-12-101-1/+1
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-107-53/+53
|
* rename common_criteria modules to ccAdam Janovsky2022-12-097-59/+59
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-0834-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.J08nY2022-10-191-0/+6
|
* Add getters for MI and IUT snapshots.J08nY2022-10-191-0/+6
|
* Fix FIPS references.J08nY2022-10-191-7/+15
|
* Add new CC cert state attributes.J08nY2022-10-042-18/+24
|
* Merge branch 'main' into feat/temporal-trends-notebook-improvementsAdam Janovsky2022-09-273-4/+12
|\
| * Parse cert id out of filename.J08nY2022-09-193-4/+12
| |
* | start colleting EALs from PP datasetAdam Janovsky2022-09-133-21/+32
|/
* FIPS: Reorganize FIPSAlgorithm dataset.J08nY2022-07-111-510/+487
| | | | - Now conforms to the dataset API.
* Serialize fully qualified classnames instead of just the names.J08nY2022-07-108-292/+292
|
* Fix the test cert datasets.J08nY2022-07-052-4933/+425
|
* Update test datasets.J08nY2022-07-052-1625/+5149
|
* Fix issues except FIPS refs.J08nY2022-07-051-1028/+4206
|
* Fix most test issues caused by new changes.J08nY2022-07-051-3/+0
|
* fix CommonCriteriaCert.InternalState constructorAdam Janovsky2022-06-222-3/+15
|
* enhance vulnerability notebook with CWEs (#232)adamjanovsky2022-06-141-3/+15
| | | | | * CVEs: start collecting CWE data * vuln notebook: CWE analysis
* Update location of CC MU dataset in settings.J08nY2022-05-201-3/+3
| | | | This will work after todays nightly update.
* implement EAL-implied SARs inferenceAdam Janovsky2022-05-104-67/+76
|
* fix tests, new SAR testsAdam Janovsky2022-05-092-249/+245
|
* test: Added tests for dependecy vulnerabilitiesGeogeFI2022-04-091-0/+2222
|
* Merge branch 'main' into dependency-vulnerabilityGeogeFI2022-04-072-275/+275
|\
| * Refactor/pdftotext as library (#183)adamjanovsky2022-04-042-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 reviewGeogeFI2022-04-022-6/+6
| |
* | chore: Fixed tests, added support for indirect referencesGeogeFI2022-03-192-0/+6
|/
* Introduce references object.J08nY2022-02-222-206/+243
|
* Rename "affect" -> "reference".J08nY2022-02-222-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 pipelinemmstanone2022-02-131-60/+60
|
* fix testsAdam Janovsky2022-02-122-25/+45
|
* Fix from_dict ordering issue.J08nY2022-01-053-11/+8
|
* Add tests for FIPS IUT/MIP stuff.J08nY2021-12-235-0/+12072
|
* Merge pull request #143 from J08nY:fix/ccheuristicsadamjanovsky2021-12-181-3/+3
|\ | | | | Fix CCHeuristics attribute lookup.
| * Fix CCHeuristics attribute lookup.J08nY2021-12-161-3/+3
| |