| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add more regex rulesm, slightly refactor. (#224) | Ján Jančár | 2022-06-02 | 1 | -68/+281 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add more evaluation facilities to cert rules. * Add more crypto rules and split them into groups. * Rename rules_defenses to rules_side_channels. * Fix tests, use settings_test. * Fix import order. * Fix escape warning. * Fix pandas warning. * Flake8. * Add more TEE rules. * Optimize regex searching. * Add typehints to cert_rules. * Fix import order. | ||||
| * | implement EAL-implied SARs inference | Adam Janovsky | 2022-05-10 | 1 | -1/+174 |
| | | |||||
| * | format: Formatting with linters | GeogeFI | 2022-04-21 | 1 | -7/+4 |
| | | |||||
| * | feat: Updated cert rules from old-api branch | GeogeFI | 2022-04-21 | 1 | -2/+10 |
| | | |||||
| * | fix: Matching anssi certs with recertification, removed regex for turkish certs | GeogeFI | 2022-04-01 | 1 | -2/+1 |
| | | |||||
| * | refactor: Refactored almost all things noted by Adam | GeogeFI | 2022-02-07 | 1 | -1/+1 |
| | | |||||
| * | refactor: Refactored and formatted version | GeogeFI | 2022-02-05 | 1 | -24/+2 |
| | | |||||
| * | refactor: Removed redundant regexes | GeogeFI | 2022-01-29 | 1 | -10/+1 |
| | | |||||
| * | feat: Expanded regexes from old-api branch | GeogeFI | 2022-01-28 | 1 | -1/+52 |
| | | |||||
| * | feat: Nscib parsing header function from old-api, untested | GeogeFI | 2022-01-27 | 1 | -0/+4 |
| | | |||||
| * | flake8 compliance | Adam Janovsky | 2021-12-19 | 1 | -5/+5 |
| | | |||||
| * | Format code with black | Adam Janovsky | 2021-12-18 | 1 | -337/+306 |
| | | |||||
| * | Add more keyword rules. | J08nY | 2021-12-16 | 1 | -29/+51 |
| | | | | | Fixes #128. | ||||
| * | Merge branch 'dev' into mypy-errors | mmstanone | 2021-12-12 | 1 | -37/+37 |
| |\ | |||||
| | * | rename certificate -> sample and split cve,cpe dataset from sample | Adam Janovsky | 2021-10-19 | 1 | -37/+37 |
| | | | |||||
| * | | fix of minor errors | mmstanone | 2021-11-18 | 1 | -1/+1 |
| | | | |||||
| * | | rules, serialization and processing | mmstanone | 2021-11-11 | 1 | -8/+12 |
| |/ | |||||
| * | remove broken_files, improved rules | Stanislav Boboň | 2021-04-20 | 1 | -5/+8 |
| | | |||||
| * | WIP: Broken test preparation | Stanislav Boboň | 2021-04-19 | 1 | -4/+6 |
| | | |||||
| * | matching and algorithms in caveat | Stanislav Boboň | 2021-04-18 | 1 | -1/+5 |
| | | |||||
| * | ignoring first (title) page | Stanislav Boboň | 2021-03-25 | 1 | -3/+0 |
| | | |||||
| * | extended regexes (and #id) | Stanislav Boboň | 2021-03-25 | 1 | -32/+33 |
| | | |||||
| * | Merge branch 'master' into fips | Stanislav Boboň | 2021-03-25 | 1 | -4/+4 |
| |\ | | | | | | | | | | | # Conflicts: # sec_certs/cert_rules.py # sec_certs/dataset.py | ||||
| | * | Merge pull request #31 from petrs/petrs/analyze_affecting | Ján Jančár | 2021-03-24 | 1 | -4/+6 |
| | |\ | | | | | | | 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 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 | 1 | -33/+36 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | | better matching (name + id only) | Stanislav Boboň | 2021-03-25 | 1 | -41/+41 |
| | | | |||||
| * | | added weirdly shaped "-" | Stanislav Boboň | 2021-03-18 | 1 | -32/+32 |
| | | | |||||
| * | | parsing rules to match random matches | Stanislav Boboň | 2021-03-11 | 1 | -1/+4 |
| |/ | |||||
| * | yaml + saner configuration | Stanislav Boboň | 2021-02-12 | 1 | -7/+0 |
| | | |||||
| * | optimalized maps | Stanislav Boboň | 2021-02-04 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' into fips | Stanislav Boboň | 2021-02-03 | 1 | -2/+3 |
| |\ | |||||
| | * | improved matching of keywords, warn when excessive match | Petr Svenda | 2021-01-21 | 1 | -2/+3 |
| | | | |||||
| * | | regexes overdone | Stanislav Boboň | 2021-01-28 | 1 | -6/+11 |
| | | | |||||
| * | | common rules matching | Stanislav Boboň | 2021-01-21 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'master' into fips | Stanislav Boboň | 2021-01-21 | 1 | -30/+62 |
| |\| | |||||
| | * | fix missing match for ansit, ansip and sect curves | Petr Svenda | 2021-01-18 | 1 | -1/+2 |
| | | | |||||
| | * | add cc claims keywords, improved packages | Petr Svenda | 2021-01-15 | 1 | -30/+61 |
| | | | |||||
| * | | raw links | Stanislav Boboň | 2021-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into fips | Stanislav Boboň | 2021-01-11 | 1 | -1/+43 |
| |\| | |||||
| | * | add rules to extract javacard api constants | Petr Svenda | 2021-01-11 | 1 | -0/+40 |
| | | | |||||
| | * | make deep copy for fips to prevent unwanted re.compile | Petr Svenda | 2021-01-08 | 1 | -1/+3 |
| | | | |||||
| * | | settings added | Stanislav Boboň | 2021-01-07 | 1 | -1/+8 |
| |/ | |||||
| * | regexes | Stanislav Boboň | 2020-12-29 | 1 | -1/+9 |
| | | |||||
| * | next quick fix of exceptions | Stanislav Boboň | 2020-12-19 | 1 | -1/+1 |
| | | |||||
| * | fixed rules + more exceptions | Stanislav Boboň | 2020-12-19 | 1 | -5/+11 |
| | | |||||
| * | new rules with exceptions | Stanislav Boboň | 2020-12-18 | 1 | -33/+39 |
| | | |||||
