aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/dataset
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #159 from crocs-muni/complex_functionsadamjanovsky2022-01-291-5/+11
|\
| * Complexity of functionsmmstanone2022-01-141-5/+11
* | fips: Download algorithm pages first to abort early.J08nY2022-01-281-3/+3
|/
* FIPS - datetime, validation dates and dgsts (#154)Stanislav BoboĊˆ2022-01-031-17/+7
* Cache CPE in CVE and CPE datasets.J08nY2021-12-262-5/+5
* Merge pull request #45 from J08nY/feat/in-processadamjanovsky2021-12-262-0/+82
|\
| * Fix typehints and naming.J08nY2021-12-252-6/+6
| * Fix IUT/MIP errors on full dumps.J08nY2021-12-232-6/+16
| * Refactor IUT and MIP stuff into modern interface.J08nY2021-12-232-137/+14
| * Split sample and dataset stuff in IUT and MIP.J08nY2021-12-232-0/+195
* | Use dgst field for FIPS instead of cert_id.J08nY2021-12-231-24/+30
|/
* flake8 complianceAdam Janovsky2021-12-193-7/+8
* isort and blackAdam Janovsky2021-12-182-4/+9
* Fix MyPy errorsAdam Janovsky2021-12-183-9/+9
* fix isort errorsAdam Janovsky2021-12-184-40/+6
* fix black and isort changesAdam Janovsky2021-12-184-12/+40
* sort importsAdam Janovsky2021-12-187-55/+60
* Format code with blackAdam Janovsky2021-12-187-447/+592
* PP: Add serialization decoratorAdam Janovsky2021-12-181-1/+2
* MyPy: First instance of TypeVarAdam Janovsky2021-12-181-2/+3
* pp: fix serializing to tmpfile, add ser. decoratorAdam Janovsky2021-12-181-2/+2
* Fix CCHeuristics attribute lookup.J08nY2021-12-161-4/+4
* ignore some mypy errorsAdam Janovsky2021-12-151-1/+1
* Merge branch 'dev' into feature/tqdm-configurationadamjanovsky2021-12-157-117/+170
|\
| * minor refactoring of typesAdam Janovsky2021-12-151-2/+2
| * Ignore the __setitem__() methodmmstanone2021-12-141-3/+1
| * PR updatesmmstanone2021-12-142-2/+4
| * removed debug printmmstanone2021-12-131-2/+0
| * (the real commit)mmstanone2021-12-135-24/+37
| * Merge branch 'dev' into mypy-errorsmmstanone2021-12-127-506/+417
| |\
| * | Removal of useless conditionmmstanone2021-12-121-2/+1
| * | FIPSDataset does not need None at allmmstanone2021-12-121-11/+12
| * | Optional from fips dataset not usedmmstanone2021-12-121-14/+2
| * | Mappings + optional fips certificatemmstanone2021-12-123-45/+56
| * | Mainly FIPS mypy issuesmmstanone2021-11-183-36/+78
| * | assert -> if - raisemmstanone2021-11-181-6/+12
| * | LSP + pathsmmstanone2021-11-112-2/+4
| * | CVE and CPE typesmmstanone2021-11-112-15/+29
* | | Add configuration switch to enable/disable tqdm.J08nY2021-12-144-10/+6
| |/ |/|
* | CC csv: map IP to hostnameAdam Janovsky2021-12-121-21/+36
* | change html parsers to html5Adam Janovsky2021-12-122-5/+7
* | Load CPE matching list before exiting tmpdir. Fix #121.J08nY2021-12-101-4/+4
* | Rename "processed" to "heuristics" in fips. Fix #123.J08nY2021-12-101-5/+5
* | Unify logging uses.J08nY2021-12-103-7/+13
* | Fix "maintainance" -> "maintenance".J08nY2021-12-091-12/+12
* | Slightly more strict CPE matching, less FPAdam Janovsky2021-12-071-1/+12
* | fix caching nist dictAdam Janovsky2021-11-252-5/+10
* | start caching nist matching dictAdam Janovsky2021-11-253-18/+26
* | remove duplicate method in CCDatasetAdam Janovsky2021-11-253-27/+9
* | dont download cve matching dict from NIST during testsAdam Janovsky2021-11-243-13/+18