| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | fix: Fixed repair id func for BSI certs | GeogeFI | 2022-01-30 | 1 | -1/+15 | |
| * | | | fix of tests and pipeline | mmstanone | 2022-02-13 | 1 | -4/+9 | |
| * | | | fixed fips typehints | mmstanone | 2022-02-12 | 1 | -14/+12 | |
| * | | | Fix CVEDataset handling optimizations #130 | Adam Janovsky | 2022-02-12 | 3 | -9/+18 | |
| * | | | get rid of some todos | Adam Janovsky | 2022-02-11 | 1 | -2/+2 | |
| * | | | slightly weaken type hint of json serialization | Adam Janovsky | 2022-02-11 | 1 | -1/+1 | |
| * | | | fix typing in serialization package | Adam Janovsky | 2022-02-11 | 2 | -5/+5 | |
| * | | | missing typehints in CPEDataset | Adam Janovsky | 2022-02-11 | 1 | -14/+16 | |
| * | | | typing guidance on dataset inheritance | Adam Janovsky | 2022-02-11 | 3 | -127/+119 | |
| * | | | getting rid of random mypy errors | Adam Janovsky | 2022-02-10 | 1 | -0/+1 | |
| * | | | update black, random type fixes | Adam Janovsky | 2022-02-10 | 1 | -2/+0 | |
| |/ / | ||||||
| * | | 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 | |
| | |/ |/| | ||||||
