aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add more keyword rules.J08nY2021-12-161-1/+3
|/ | | | Fixes #128.
* Fix "maintainance" -> "maintenance".J08nY2021-12-094-12/+12
|
* move test config fileAdam Janovsky2021-11-251-0/+40
|
* simplify testsAdam Janovsky2021-11-155-0/+0
|
* Merge branch 'dev' into cve-matchingAdam Janovsky2021-11-153-3/+1056
|\
| * test: Finished tests for computing dependenciesGeogeFI2021-11-141-0/+1041
| |
| * test: Created simple test and structure for dataset dependencies.GeogeFI2021-11-061-0/+0
| |
| * fix typo in template test datasetAdam Janovsky2021-11-011-2/+2
| |
| * Rename Heuristics to FIPSHeuristics, CCHeuristicsAdam Janovsky2021-11-013-4/+4
| |
| * fix: Renamed properties in json files for testsGeogeFI2021-10-312-12/+12
| |
| * test: Passed 25 tests, 3 not fixed yet.GeogeFI2021-10-272-3/+15
| |
* | delete labeled attribute from CCHeuristicsAdam Janovsky2021-11-013-4/+0
| |
* | Rename heuristics to CCHeuristicsAdam Janovsky2021-11-013-4/+4
| | | | | | | | | | Just in case, problem is when deserializing multiple classes with same name from json. For this purpose, we explicitly differentiate CCHeuristics and FIPSHeuristics
* | Fix testsAdam Janovsky2021-10-311-8/+16
| |
* | minor commit :))Adam Janovsky2021-10-271-5/+34
| |