| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | cpe lists->sets in lookup dicts | Adam Janovsky | 2021-04-19 | 2 | -14/+9 | |
| | | | | | | ||||||
| | * | | | | log->print on cpe prompt | Adam Janovsky | 2021-04-19 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | update type hint in CCDataset | Adam Janovsky | 2021-04-19 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | fix typo in dataset class | Adam Janovsky | 2021-04-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | n_threads in cve configurable | Adam Janovsky | 2021-04-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | introduce ClassVar in CVEDataset | Adam Janovsky | 2021-04-19 | 1 | -5/+5 | |
| | | | | | | ||||||
| | * | | | | lambda to itemgetter | Adam Janovsky | 2021-04-19 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | introduce ClassVar constants | Adam Janovsky | 2021-04-19 | 1 | -8/+9 | |
| | | | | | | ||||||
| | * | | | | rename get -> compute | Adam Janovsky | 2021-04-19 | 3 | -10/+9 | |
| | | | | | | ||||||
| | * | | | | fix typo | Adam Janovsky | 2021-04-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | fix typo in examples readme | Adam Janovsky | 2021-04-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | fix test, do not store json now | Adam Janovsky | 2021-04-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | delete old matching notebook | Adam Janovsky | 2021-04-16 | 1 | -664/+0 | |
| | | | | | | ||||||
| | * | | | | default update json when downloading | Adam Janovsky | 2021-04-16 | 3 | -3/+3 | |
| | | | | | | ||||||
| | * | | | | remove dumb mistake in cpe labeling | Adam Janovsky | 2021-04-16 | 2 | -4/+5 | |
| | | | | | | ||||||
| | * | | | | remove mistakenly added file | Adam Janovsky | 2021-04-16 | 1 | -160253/+0 | |
| | | | | | | ||||||
| | * | | | | document on manual labeling, add examples | Adam Janovsky | 2021-04-16 | 6 | -1/+160336 | |
| | | | | | | ||||||
| | * | | | | implement tests for cpe and cve stuff | Adam Janovsky | 2021-04-16 | 6 | -10/+179 | |
| | | | | | | ||||||
| | * | | | | minor UI improvements of manual cpe matching | Adam Janovsky | 2021-04-16 | 1 | -5/+9 | |
| | | | | | | ||||||
| | * | | | | match cpe title or item_name | Adam Janovsky | 2021-04-16 | 1 | -2/+8 | |
| | | | | | | ||||||
| | * | | | | relaxing version if no good cpe match found | Adam Janovsky | 2021-04-16 | 4 | -13/+23 | |
| | | | | | | ||||||
| | * | | | | improves pandas representation | Adam Janovsky | 2021-04-16 | 3 | -12/+22 | |
| | | | | | | ||||||
| | * | | | | CVE and CPE dataset serialization | Adam Janovsky | 2021-04-16 | 5 | -36/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allows for fresh download of CPE and CVE dataset - Ties the aforementioned dataset to CCDataset - Fixes error in computation of related CVEs - Allows for computation of related CVEs only after verified CPEs are computed - CPEDataset has its special json representation as a list of CPE uris | |||||
| | * | | | | implements function for manual cpe match verification | Adam Janovsky | 2021-04-16 | 4 | -31/+42 | |
| | | | | | | ||||||
| | * | | | | function to manually verify CPE matches | Adam Janovsky | 2021-04-15 | 2 | -11/+44 | |
| | | | | | | ||||||
| | * | | | | delete stale fuzzy matching procedure | Adam Janovsky | 2021-04-15 | 1 | -40/+0 | |
| | | | | | | ||||||
| | * | | | | fix tests | Adam Janovsky | 2021-04-15 | 2 | -3/+9 | |
| | | | | | | ||||||
| | * | | | | add deterministic cpe-cve matching | Adam Janovsky | 2021-04-15 | 3 | -6/+35 | |
| | | | | | | ||||||
| | * | | | | improvements of cve dataset | Adam Janovsky | 2021-04-15 | 1 | -5/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - parallel processing on initialization - look-up tables for cpe matching | |||||
| | * | | | | implement class for CVE dataset | Adam Janovsky | 2021-04-15 | 1 | -0/+158 | |
| | | | | | | ||||||
| | * | | | | serialize non ascii characters to preserve link functionality | Adam Janovsky | 2021-04-15 | 3 | -3/+3 | |
| | | | | | | ||||||
| | * | | | | set test csv file to windows-1252 encoding | Adam Janovsky | 2021-04-15 | 4 | -27/+30 | |
| | | | | | | ||||||
| | * | | | | cc demo contains heuristics | Adam Janovsky | 2021-04-14 | 2 | -2/+7 | |
| | | | | | | ||||||
| | * | | | | add method to download cpe from web | Adam Janovsky | 2021-04-14 | 1 | -0/+18 | |
| | | | | | | ||||||
| | * | | | | moves CPE matching from notebook to python | Adam Janovsky | 2021-04-14 | 3 | -5/+253 | |
| | | | | | | ||||||
| | * | | | | move cpe match under heuristics field | Adam Janovsky | 2021-04-13 | 5 | -18/+47 | |
| | | | | | | ||||||
| | * | | | | add class for capturing heuristicly obtained data | Adam Janovsky | 2021-04-13 | 6 | -11/+51 | |
| | | | | | | ||||||
| | * | | | | just documenting WiP | Adam Janovsky | 2021-04-12 | 1 | -8/+61 | |
| | | | | | | ||||||
| | * | | | | multiple improvements of cpe matching | Adam Janovsky | 2021-03-26 | 1 | -40/+140 | |
| | | | | | | ||||||
| | * | | | | some random plotting in cpe matching | Adam Janovsky | 2021-03-25 | 1 | -9/+70 | |
| | | | | | | ||||||
| | * | | | | jupyter PoC for CPE matching | Adam Janovsky | 2021-03-25 | 4 | -6/+476 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #31 from petrs/petrs/analyze_affecting | Ján Jančár | 2021-03-24 | 4 | -38/+122 | |
| |\ \ \ \ | | | | | | | | | | | Petrs/analyze affecting | |||||
| | * | | | | removing addition of regex_sep | Petr Svenda | 2021-03-24 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | comment out fips_rules update (possibly incorrectly removed?) | Petr Svenda | 2021-02-22 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | move short BSI report numbers from cert_id group to technical reports - is ↵ | Petr Svenda | 2021-02-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | not cert_id, is list of issued certificates in particular period | |||||
| | * | | | | add --do-find-affecting feature - will find and analyze all certificates ↵ | Petr Svenda | 2021-02-18 | 2 | -26/+76 | |
| | | | | | | | | | | | | | | | | | | | | | which are directly or indirectly refernced by the provided one(s). Example: '--do-find-affecting ANSSI-CC-2013/55' for one fo the Estonia estID certificates | |||||
| | * | | | | minor cleaning | Petr Svenda | 2021-02-18 | 2 | -5/+31 | |
| | | | | | | ||||||
| | * | | | | add unified color pallete to have same color between lines and stacked graphs | Petr Svenda | 2021-02-18 | 1 | -3/+9 | |
| | | | | | | ||||||
| | * | | | | add more precise detection of Common Criteria methodology reference | Petr Svenda | 2021-02-18 | 1 | -3/+5 | |
| | | | | | | ||||||
| * | | | | | Algorithm matching + saner usage (#43) | Stanislav Boboň | 2021-03-20 | 7 | -196/+259 | |
| | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed continuous adding certs * little push * date * added switches * json file + formatting + match algs * matching algs * moved downloading of algorithms, boolean switch and logging * parsing rules to match random matches * Description match fix * removed unnecessary check for web redo * match_algs sane + web redo * processing always from scratch, redo wipes web * nist pages seem a bit... slower * download htmls twice + small cleanup * added weirdly shaped "-" * added matching web algs to pdf * redo quick fix * security functions included in table finding * saner logging * repeated downloading now just works :tm: * redo in demo + matching algs demo * moved plotting and parsing to helpers * removed dependency Co-authored-by: Stanislav Boboň <xbobon@fi.muni.cz> | |||||
