| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add more regex rulesm, slightly refactor. (#224) | Ján Jančár | 2022-06-02 | 1 | -5/+7 |
| * | reorganize imports in examples, CLIs, notebooks | Adam Janovsky | 2022-05-13 | 1 | -8/+2 |
| * | populate __init__ for modules | Adam Janovsky | 2022-05-12 | 1 | -1/+1 |
| * | implement EAL-implied SARs inference | Adam Janovsky | 2022-05-10 | 1 | -4/+11 |
| * | delete debugging statement | Adam Janovsky | 2022-05-09 | 1 | -1/+0 |
| * | fix tests, new SAR tests | Adam Janovsky | 2022-05-09 | 1 | -0/+29 |
| * | test: Added tests for dependecy vulnerabilities | GeogeFI | 2022-04-09 | 1 | -0/+12 |
| * | Introduce references object. | J08nY | 2022-02-22 | 1 | -8/+9 |
| * | Rename "affect" -> "reference". | J08nY | 2022-02-22 | 1 | -8/+10 |
| * | Normalize generic CPE versions | Adam Janovsky | 2022-02-17 | 1 | -4/+5 |
| * | proper escaping when parsing CPEs | Adam Janovsky | 2022-02-17 | 1 | -0/+34 |
| * | refactor: Unified types among dependencies | GeogeFI | 2022-02-17 | 1 | -1/+1 |
| * | cpe matches list->set, heuristic type hints | Adam Janovsky | 2022-02-16 | 1 | -2/+2 |
| * | MyPy issue 1422 fixed with MyPy 0.920 | Adam Janovsky | 2022-02-10 | 1 | -1/+1 |
| * | Merge branch 'dev' into dependency-analysis | Adam Janovsky | 2021-12-19 | 1 | -77/+168 |
| |\ |
|
| | * | flake8 compliance | Adam Janovsky | 2021-12-19 | 1 | -2/+0 |
| | * | Fix MyPy errors | Adam Janovsky | 2021-12-18 | 1 | -4/+10 |
| | * | sort imports | Adam Janovsky | 2021-12-18 | 1 | -8/+8 |
| | * | Format code with black | Adam Janovsky | 2021-12-18 | 1 | -67/+154 |
| | * | quick fix tests | Adam Janovsky | 2021-12-18 | 1 | -7/+2 |
| | * | Fix CCHeuristics attribute lookup. | J08nY | 2021-12-16 | 1 | -4/+4 |
| | * | Fix argument error in test | Adam Janovsky | 2021-12-07 | 1 | -1/+1 |
| * | | test: Fixed tests for directly_affecting and indirectly_affecting | GeogeFI | 2021-12-12 | 1 | -2/+2 |
| * | | feat: Implemented ANSSI affecting BSI functionality, refactored tests | GeogeFI | 2021-12-09 | 1 | -7/+2 |
| * | | feat: Implemented basic analysis for cert dependencies, fixed tests | GeogeFI | 2021-11-27 | 1 | -8/+8 |
| |/ |
|
| * | start caching nist matching dict | Adam Janovsky | 2021-11-25 | 1 | -2/+2 |
| * | dont download cve matching dict from NIST during tests | Adam Janovsky | 2021-11-24 | 1 | -3/+3 |
| * | simplify tests | Adam Janovsky | 2021-11-15 | 1 | -4/+3 |
| * | Merge branch 'dev' into cve-matching | Adam Janovsky | 2021-11-15 | 1 | -0/+24 |
| |\ |
|
| | * | test: Finished tests for computing dependencies | GeogeFI | 2021-11-14 | 1 | -1/+14 |
| | * | fix: Fixed tests | GeogeFI | 2021-11-06 | 1 | -2/+2 |
| | * | test: Created simple test and structure for dataset dependencies. | GeogeFI | 2021-11-06 | 1 | -0/+11 |
| * | | improve serialization | Adam Janovsky | 2021-11-02 | 1 | -1/+1 |
| * | | Fix tests | Adam Janovsky | 2021-10-31 | 1 | -9/+6 |
| * | | minor commit :)) | Adam Janovsky | 2021-10-27 | 1 | -11/+12 |
| * | | cleanup old code | Adam Janovsky | 2021-10-22 | 1 | -1/+1 |
| * | | rename certificate -> sample and split cve,cpe dataset from sample | Adam Janovsky | 2021-10-19 | 1 | -5/+7 |
| * | | fix tests CVE description field | Adam Janovsky | 2021-09-21 | 1 | -2/+4 |
| |/ |
|
| * | fix tests | Adam Janovsky | 2021-09-14 | 1 | -3/+13 |
| * | add date to CVE, restrict list of shown CPEs | Adam Janovsky | 2021-05-28 | 1 | -16/+21 |
| * | cc fix state handleling, merge extract and heuristics public methods | Adam Janovsky | 2021-05-18 | 1 | -2/+2 |
| * | flatten keywords dictionary | Adam Janovsky | 2021-05-14 | 1 | -9/+6 |
| * | add test for txt processing | Adam Janovsky | 2021-05-13 | 1 | -2/+1 |
| * | now trying with __path__ | Adam Janovsky | 2021-05-13 | 1 | -1/+1 |
| * | inspect() -> sys.module[package].__file__ | Adam Janovsky | 2021-05-13 | 1 | -2/+2 |
| * | __file__ -> inspect.getfile() | Adam Janovsky | 2021-05-13 | 1 | -1/+2 |
| * | simplify json search process | Adam Janovsky | 2021-05-13 | 1 | -3/+1 |
| * | add simple PP test | Adam Janovsky | 2021-05-13 | 1 | -0/+11 |
| * | implement heuristics tests | Adam Janovsky | 2021-05-13 | 1 | -27/+59 |
| * | test improvements | Adam Janovsky | 2021-05-13 | 1 | -0/+83 |