| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: Added tests for dependecy vulnerabilities | GeogeFI | 2022-04-09 | 2 | -0/+2234 |
| | | |||||
| * | Merge branch 'main' into dependency-vulnerability | GeogeFI | 2022-04-07 | 3 | -277/+277 |
| |\ | |||||
| | * | Refactor/pdftotext as library (#183) | adamjanovsky | 2022-04-04 | 3 | -277/+277 |
| | | | | | | | | | | | | | | | - 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 review | GeogeFI | 2022-04-02 | 2 | -6/+6 |
| | | | |||||
| * | | chore: Fixed tests, added support for indirect references | GeogeFI | 2022-03-19 | 2 | -0/+6 |
| |/ | |||||
| * | Adapt FIPS tests to new reference API. | J08nY | 2022-03-04 | 1 | -62/+208 |
| | | |||||
| * | Introduce references object. | J08nY | 2022-02-22 | 3 | -214/+252 |
| | | |||||
| * | Rename "affect" -> "reference". | J08nY | 2022-02-22 | 3 | -20/+22 |
| | | | | | | | | 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. | ||||
| * | 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 |
| | | |||||
| * | fix of tests and pipeline | mmstanone | 2022-02-13 | 1 | -60/+60 |
| | | |||||
| * | fix tests | Adam Janovsky | 2022-02-12 | 3 | -30/+50 |
| | | |||||
| * | MyPy issue 1422 fixed with MyPy 0.920 | Adam Janovsky | 2022-02-10 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'dev' into dependency-analysis | Adam Janovsky | 2022-01-29 | 14 | -75/+12276 |
| |\ | |||||
| | * | fix assert in test | Adam Janovsky | 2022-01-05 | 1 | -1/+1 |
| | | | |||||
| | * | Fix from_dict ordering issue. | J08nY | 2022-01-05 | 4 | -15/+14 |
| | | | |||||
| | * | Fix broken serialization of CVE and CPE objects. | J08nY | 2022-01-03 | 2 | -0/+41 |
| | | | |||||
| | * | Add CPE dataset test. | J08nY | 2021-12-26 | 1 | -0/+16 |
| | | | |||||
| | * | Add pytest-monitor and pytest-profiling to dev deps. | J08nY | 2021-12-26 | 1 | -3/+2 |
| | | | |||||
| | * | Add slots to CVE and CPE objects. | J08nY | 2021-12-26 | 1 | -0/+14 |
| | | | | | | | | | | | | | Fixes #109. Also adds a test loading the CVE database from the web. | ||||
| | * | Merge pull request #45 from J08nY/feat/in-process | adamjanovsky | 2021-12-26 | 7 | -0/+12120 |
| | |\ | | | | | | | Add parsing of FIPS MIP and IUT lists | ||||
| | | * | Fix typehints and naming. | J08nY | 2021-12-25 | 2 | -6/+6 |
| | | | | |||||
| | | * | Add tests for FIPS IUT/MIP stuff. | J08nY | 2021-12-23 | 7 | -0/+12120 |
| | | | | |||||
| | * | | Add regression test for #125. | J08nY | 2021-12-23 | 1 | -0/+7 |
| | | | | |||||
| | * | | Use dgst field for FIPS instead of cert_id. | J08nY | 2021-12-23 | 1 | -60/+65 |
| | |/ | | | | | | | Fixes #125. | ||||
| * | | Merge branch 'dev' into dependency-analysis | Adam Janovsky | 2021-12-19 | 10 | -311/+513 |
| |\| | |||||
| | * | flake8 compliance | Adam Janovsky | 2021-12-19 | 4 | -6/+3 |
| | | | |||||
| | * | Fix MyPy errors | Adam Janovsky | 2021-12-18 | 3 | -9/+17 |
| | | | |||||
| | * | sort imports | Adam Janovsky | 2021-12-18 | 5 | -28/+27 |
| | | | |||||
| | * | Format code with black | Adam Janovsky | 2021-12-18 | 5 | -262/+458 |
| | | | |||||
| | * | quick fix tests | Adam Janovsky | 2021-12-18 | 1 | -7/+2 |
| | | | |||||
| | * | Merge pull request #143 from J08nY:fix/ccheuristics | adamjanovsky | 2021-12-18 | 2 | -7/+7 |
| | |\ | | | | | | | Fix CCHeuristics attribute lookup. | ||||
| | | * | Fix CCHeuristics attribute lookup. | J08nY | 2021-12-16 | 2 | -7/+7 |
| | | | | |||||
| | * | | Add more keyword rules. | J08nY | 2021-12-16 | 1 | -1/+3 |
| | |/ | | | | | | | Fixes #128. | ||||
| | * | (the real commit) | mmstanone | 2021-12-13 | 1 | -3/+3 |
| | | | |||||
| | * | Fix "maintainance" -> "maintenance". | J08nY | 2021-12-09 | 5 | -13/+13 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | chore: Hopefully resolved merge conflict | GeogeFI | 2021-12-09 | 1 | -6/+5 |
| |\| | |||||
| | * | Fix argument error in test | Adam Janovsky | 2021-12-07 | 1 | -1/+1 |
| | | | |||||
| | * | fix fips tests | Adam Janovsky | 2021-11-30 | 1 | -1/+1 |
| | | | |||||
| * | | feat: Dependencies on archived certs, BSI certs affecting ANSSI certs | GeogeFI | 2021-11-28 | 1 | -5/+6 |
| | | | |||||
| * | | feat: Implemented basic analysis for cert dependencies, fixed tests | GeogeFI | 2021-11-27 | 2 | -11/+11 |
| |/ | |||||
| * | fix caching nist dict | Adam Janovsky | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | start caching nist matching dict | Adam Janovsky | 2021-11-25 | 1 | -2/+2 |
| | | |||||
| * | refactor FIPS tests | Adam Janovsky | 2021-11-25 | 1 | -31/+38 |
| | | |||||
| * | move test config file | Adam Janovsky | 2021-11-25 | 1 | -0/+0 |
| | | |||||
| * | dont download cve matching dict from NIST during tests | Adam Janovsky | 2021-11-24 | 1 | -3/+3 |
| | | |||||
