aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/test_cc_oop
Commit message (Collapse)AuthorAgeFilesLines
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-086-2900/+0
| | | | | | | | | | * 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 new CC cert state attributes.J08nY2022-10-042-18/+24
|
* Merge branch 'main' into feat/temporal-trends-notebook-improvementsAdam Janovsky2022-09-272-3/+9
|\
| * Parse cert id out of filename.J08nY2022-09-192-3/+9
| |
* | start colleting EALs from PP datasetAdam Janovsky2022-09-132-20/+29
|/
* Serialize fully qualified classnames instead of just the names.J08nY2022-07-102-23/+23
|
* fix CommonCriteriaCert.InternalState constructorAdam Janovsky2022-06-222-3/+15
|
* implement EAL-implied SARs inferenceAdam Janovsky2022-05-102-3/+3
|
* fix tests, new SAR testsAdam Janovsky2022-05-092-249/+245
|
* 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 testsAdam Janovsky2022-02-122-25/+45
|
* Fix from_dict ordering issue.J08nY2022-01-051-4/+4
|
* Fix "maintainance" -> "maintenance".J08nY2021-12-092-8/+8
|
* simplify testsAdam Janovsky2021-11-151-1041/+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-012-3/+3
| |
| * 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-012-3/+0
| |
* | Rename heuristics to CCHeuristicsAdam Janovsky2021-11-012-3/+3
| | | | | | | | | | Just in case, problem is when deserializing multiple classes with same name from json. For this purpose, we explicitly differentiate CCHeuristics and FIPSHeuristics
* | rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-191-2/+2
|/
* cc fix state handleling, merge extract and heuristics public methodsAdam Janovsky2021-05-182-7/+6
|
* fix tests: delete maintenance updateAdam Janovsky2021-05-141-9/+1
|
* implements maintenance update processingAdam Janovsky2021-05-141-1/+9
|
* New API: delete src attribute of CC certAdam Janovsky2021-05-112-3/+0
|
* cc implement protection profiles datasetAdam Janovsky2021-05-112-2/+4
|
* cc links http -> httpsAdam Janovsky2021-05-112-14/+14
|
* fix serialization in toy dataset testAdam Janovsky2021-05-101-4/+0
|
* rename test -> testsAdam Janovsky2021-05-106-0/+2805