| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #159 from crocs-muni/complex_functions | adamjanovsky | 2022-01-29 | 1 | -5/+11 |
| |\ | |||||
| | * | Complexity of functions | mmstanone | 2022-01-14 | 1 | -5/+11 |
| * | | fips: Download algorithm pages first to abort early. | J08nY | 2022-01-28 | 1 | -3/+3 |
| |/ | |||||
| * | FIPS - datetime, validation dates and dgsts (#154) | Stanislav BoboĊ | 2022-01-03 | 1 | -17/+7 |
| * | Cache CPE in CVE and CPE datasets. | J08nY | 2021-12-26 | 2 | -5/+5 |
| * | Merge pull request #45 from J08nY/feat/in-process | adamjanovsky | 2021-12-26 | 2 | -0/+82 |
| |\ | |||||
| | * | Fix typehints and naming. | J08nY | 2021-12-25 | 2 | -6/+6 |
| | * | Fix IUT/MIP errors on full dumps. | J08nY | 2021-12-23 | 2 | -6/+16 |
| | * | Refactor IUT and MIP stuff into modern interface. | J08nY | 2021-12-23 | 2 | -137/+14 |
| | * | Split sample and dataset stuff in IUT and MIP. | J08nY | 2021-12-23 | 2 | -0/+195 |
| * | | Use dgst field for FIPS instead of cert_id. | J08nY | 2021-12-23 | 1 | -24/+30 |
| |/ | |||||
| * | flake8 compliance | Adam Janovsky | 2021-12-19 | 3 | -7/+8 |
| * | isort and black | Adam Janovsky | 2021-12-18 | 2 | -4/+9 |
| * | Fix MyPy errors | Adam Janovsky | 2021-12-18 | 3 | -9/+9 |
| * | fix isort errors | Adam Janovsky | 2021-12-18 | 4 | -40/+6 |
| * | fix black and isort changes | Adam Janovsky | 2021-12-18 | 4 | -12/+40 |
| * | sort imports | Adam Janovsky | 2021-12-18 | 7 | -55/+60 |
| * | Format code with black | Adam Janovsky | 2021-12-18 | 7 | -447/+592 |
| * | PP: Add serialization decorator | Adam Janovsky | 2021-12-18 | 1 | -1/+2 |
| * | MyPy: First instance of TypeVar | Adam Janovsky | 2021-12-18 | 1 | -2/+3 |
| * | pp: fix serializing to tmpfile, add ser. decorator | Adam Janovsky | 2021-12-18 | 1 | -2/+2 |
| * | Fix CCHeuristics attribute lookup. | J08nY | 2021-12-16 | 1 | -4/+4 |
| * | ignore some mypy errors | Adam Janovsky | 2021-12-15 | 1 | -1/+1 |
| * | Merge branch 'dev' into feature/tqdm-configuration | adamjanovsky | 2021-12-15 | 7 | -117/+170 |
| |\ | |||||
| | * | minor refactoring of types | Adam Janovsky | 2021-12-15 | 1 | -2/+2 |
| | * | Ignore the __setitem__() method | mmstanone | 2021-12-14 | 1 | -3/+1 |
| | * | PR updates | mmstanone | 2021-12-14 | 2 | -2/+4 |
| | * | removed debug print | mmstanone | 2021-12-13 | 1 | -2/+0 |
| | * | (the real commit) | mmstanone | 2021-12-13 | 5 | -24/+37 |
| | * | Merge branch 'dev' into mypy-errors | mmstanone | 2021-12-12 | 7 | -506/+417 |
| | |\ | |||||
| | * | | Removal of useless condition | mmstanone | 2021-12-12 | 1 | -2/+1 |
| | * | | FIPSDataset does not need None at all | mmstanone | 2021-12-12 | 1 | -11/+12 |
| | * | | Optional from fips dataset not used | mmstanone | 2021-12-12 | 1 | -14/+2 |
| | * | | Mappings + optional fips certificate | mmstanone | 2021-12-12 | 3 | -45/+56 |
| | * | | Mainly FIPS mypy issues | mmstanone | 2021-11-18 | 3 | -36/+78 |
| | * | | assert -> if - raise | mmstanone | 2021-11-18 | 1 | -6/+12 |
| | * | | LSP + paths | mmstanone | 2021-11-11 | 2 | -2/+4 |
| | * | | CVE and CPE types | mmstanone | 2021-11-11 | 2 | -15/+29 |
| * | | | Add configuration switch to enable/disable tqdm. | J08nY | 2021-12-14 | 4 | -10/+6 |
| | |/ |/| | |||||
| * | | CC csv: map IP to hostname | Adam Janovsky | 2021-12-12 | 1 | -21/+36 |
| * | | change html parsers to html5 | Adam Janovsky | 2021-12-12 | 2 | -5/+7 |
| * | | Load CPE matching list before exiting tmpdir. Fix #121. | J08nY | 2021-12-10 | 1 | -4/+4 |
| * | | Rename "processed" to "heuristics" in fips. Fix #123. | J08nY | 2021-12-10 | 1 | -5/+5 |
| * | | Unify logging uses. | J08nY | 2021-12-10 | 3 | -7/+13 |
| * | | Fix "maintainance" -> "maintenance". | J08nY | 2021-12-09 | 1 | -12/+12 |
| * | | Slightly more strict CPE matching, less FP | Adam Janovsky | 2021-12-07 | 1 | -1/+12 |
| * | | fix caching nist dict | Adam Janovsky | 2021-11-25 | 2 | -5/+10 |
| * | | start caching nist matching dict | Adam Janovsky | 2021-11-25 | 3 | -18/+26 |
| * | | remove duplicate method in CCDataset | Adam Janovsky | 2021-11-25 | 3 | -27/+9 |
| * | | dont download cve matching dict from NIST during tests | Adam Janovsky | 2021-11-24 | 3 | -13/+18 |
