aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_cc_heuristics.py
Commit message (Expand)AuthorAgeFilesLines
* Introduce references object.J08nY2022-02-221-8/+9
* Rename "affect" -> "reference".J08nY2022-02-221-8/+10
* Normalize generic CPE versionsAdam Janovsky2022-02-171-4/+5
* proper escaping when parsing CPEsAdam Janovsky2022-02-171-0/+34
* refactor: Unified types among dependenciesGeogeFI2022-02-171-1/+1
* cpe matches list->set, heuristic type hintsAdam Janovsky2022-02-161-2/+2
* MyPy issue 1422 fixed with MyPy 0.920Adam Janovsky2022-02-101-1/+1
* Merge branch 'dev' into dependency-analysisAdam Janovsky2021-12-191-77/+168
|\
| * flake8 complianceAdam Janovsky2021-12-191-2/+0
| * Fix MyPy errorsAdam Janovsky2021-12-181-4/+10
| * sort importsAdam Janovsky2021-12-181-8/+8
| * Format code with blackAdam Janovsky2021-12-181-67/+154
| * quick fix testsAdam Janovsky2021-12-181-7/+2
| * Fix CCHeuristics attribute lookup.J08nY2021-12-161-4/+4
| * Fix argument error in testAdam Janovsky2021-12-071-1/+1
* | test: Fixed tests for directly_affecting and indirectly_affectingGeogeFI2021-12-121-2/+2
* | feat: Implemented ANSSI affecting BSI functionality, refactored testsGeogeFI2021-12-091-7/+2
* | feat: Implemented basic analysis for cert dependencies, fixed testsGeogeFI2021-11-271-8/+8
|/
* start caching nist matching dictAdam Janovsky2021-11-251-2/+2
* dont download cve matching dict from NIST during testsAdam Janovsky2021-11-241-3/+3
* simplify testsAdam Janovsky2021-11-151-4/+3
* Merge branch 'dev' into cve-matchingAdam Janovsky2021-11-151-0/+24
|\
| * test: Finished tests for computing dependenciesGeogeFI2021-11-141-1/+14
| * fix: Fixed testsGeogeFI2021-11-061-2/+2
| * test: Created simple test and structure for dataset dependencies.GeogeFI2021-11-061-0/+11
* | improve serializationAdam Janovsky2021-11-021-1/+1
* | Fix testsAdam Janovsky2021-10-311-9/+6
* | minor commit :))Adam Janovsky2021-10-271-11/+12
* | cleanup old codeAdam Janovsky2021-10-221-1/+1
* | rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-191-5/+7
* | fix tests CVE description fieldAdam Janovsky2021-09-211-2/+4
|/
* fix testsAdam Janovsky2021-09-141-3/+13
* add date to CVE, restrict list of shown CPEsAdam Janovsky2021-05-281-16/+21
* cc fix state handleling, merge extract and heuristics public methodsAdam Janovsky2021-05-181-2/+2
* flatten keywords dictionaryAdam Janovsky2021-05-141-9/+6
* add test for txt processingAdam Janovsky2021-05-131-2/+1
* now trying with __path__Adam Janovsky2021-05-131-1/+1
* inspect() -> sys.module[package].__file__Adam Janovsky2021-05-131-2/+2
* __file__ -> inspect.getfile()Adam Janovsky2021-05-131-1/+2
* simplify json search processAdam Janovsky2021-05-131-3/+1
* add simple PP testAdam Janovsky2021-05-131-0/+11
* implement heuristics testsAdam Janovsky2021-05-131-27/+59
* test improvementsAdam Janovsky2021-05-131-0/+83