aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs
Commit message (Expand)AuthorAgeFilesLines
...
| * isort and blackAdam Janovsky2021-12-182-4/+9
| * Fix MyPy errorsAdam Janovsky2021-12-188-23/+24
| * well, now's the time to fix isortAdam Janovsky2021-12-181-0/+1
| * fix isort errorsAdam Janovsky2021-12-187-61/+9
| * fix black and isort changesAdam Janovsky2021-12-187-21/+68
| * sort importsAdam Janovsky2021-12-1821-133/+138
| * Format code with blackAdam Janovsky2021-12-1824-1547/+2043
| * 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
| * Merge pull request #143 from J08nY:fix/ccheuristicsadamjanovsky2021-12-181-4/+4
| |\
| | * Fix CCHeuristics attribute lookup.J08nY2021-12-161-4/+4
| * | Add more keyword rules.J08nY2021-12-162-41/+63
| |/
| * Try billiard.J08nY2021-12-151-7/+9
| * ignore some mypy errors in cpe matchingAdam Janovsky2021-12-151-5/+5
| * fix mypy problems with cpe matchingAdam Janovsky2021-12-152-15/+11
| * ignore some mypy errorsAdam Janovsky2021-12-153-6/+3
| * fix typo in maintenance var.Adam Janovsky2021-12-151-1/+1
| * fix import error parallel processingAdam Janovsky2021-12-151-2/+2
| * Merge branch 'dev' into fix/better-multiprocessingadamjanovsky2021-12-1524-225/+363
| |\
| | * Merge branch 'dev' into feature/tqdm-configurationadamjanovsky2021-12-1522-211/+343
| | |\
| | | * leftover maintainance -> maintenanceAdam Janovsky2021-12-152-8/+8
| | | * revert typed date sanitization, will fix laterAdam Janovsky2021-12-151-6/+4
| | | * minor refactoring of typesAdam Janovsky2021-12-155-21/+14
| | | * 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-1316-68/+105
| | | * Merge branch 'dev' into mypy-errorsmmstanone2021-12-1228-728/+1296
| | | |\
| | | * | 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-125-47/+61
| | | * | Mainly FIPS mypy issuesmmstanone2021-11-185-48/+100
| | | * | assert -> if - raisemmstanone2021-11-185-28/+78
| | | * | fix of minor errorsmmstanone2021-11-181-1/+1
| | | * | Delays to fight 403smmstanone2021-11-182-6/+7
| | | * | types in FIPSCertificatemmstanone2021-11-111-11/+18
| | | * | LSP + pathsmmstanone2021-11-114-4/+8
| | | * | CVE and CPE typesmmstanone2021-11-112-15/+29
| | | * | constants and helpersmmstanone2021-11-113-12/+20
| | | * | rules, serialization and processingmmstanone2021-11-114-11/+16
| | * | | Add configuration switch to enable/disable tqdm.J08nY2021-12-149-18/+25
| | | |/ | | |/|
| * / | Use thread/process pools from concurrent.futures.J08nY2021-12-141-9/+9
| |/ /
| * | 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-105-12/+18
| * | Fix bad config path load in fips_cli.pyJ08nY2021-12-101-2/+3