| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Improve some cert_id rules and canonicalization. | J08nY | 2022-09-21 | 6 | -69/+46 | |
| | | | | ||||||
| | * | | Add canonicalization for UK, CA, JP. | J08nY | 2022-09-21 | 3 | -22/+45 | |
| | | | | ||||||
| | * | | Add ground truth analysis of cert ids. | J08nY | 2022-09-21 | 4 | -12/+165 | |
| |/ / | ||||||
| * | | Merge pull request #262 from crocs-muni/feat/merge-ref-notebooks | Ján Jančár | 2022-09-20 | 3 | -11/+529 | |
| |\ \ | | | | | | | Merge reference notebooks | |||||
| | * | | Merge reference notebooks. | J08nY | 2022-09-20 | 2 | -489/+512 | |
| | | | | ||||||
| | * | | sketch reference notebook | Adam Janovsky | 2022-09-20 | 3 | -1/+496 | |
| |/ / | ||||||
| * | | Merge pull request #207 from crocs-muni/feat/more-notebooks | Ján Jančár | 2022-09-20 | 7 | -206/+352 | |
| |\ \ | | | | | | | More notebooks | |||||
| | * | | Fixup some cert rules. | J08nY | 2022-09-19 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Move notebooks around and fix imports. | J08nY | 2022-09-19 | 6 | -205/+152 | |
| | | | | ||||||
| | * | | Add simple reference visualization notebook for CC. | J08nY | 2022-09-19 | 1 | -0/+199 | |
| | | | | ||||||
| * | | | Merge pull request #261 from crocs-muni/fix/dont-reextract | Ján Jančár | 2022-09-19 | 2 | -12/+1 | |
| |\ \ \ | |/ / |/| | | Do not reextract stuff in CC. | |||||
| | * | | Do not reextract stuff in CC. | J08nY | 2022-09-19 | 2 | -12/+1 | |
| |/ / | | | | | | | | | This phase of the extraction process is deterministic so we simply lose time doing this. | |||||
| * | | Merge pull request #258 from crocs-muni/feat/better-cert-id-heuristics | Ján Jančár | 2022-09-19 | 14 | -379/+1218 | |
| |\ \ | | | | | | | Improve cert id heuristics | |||||
| | * | | Make mypy happy. | J08nY | 2022-09-19 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Compute certificate IDs via merged heuristic. | J08nY | 2022-09-19 | 2 | -40/+73 | |
| | | | | ||||||
| | * | | Parse cert id out of filename. | J08nY | 2022-09-19 | 4 | -6/+33 | |
| | | | | ||||||
| | * | | Use canonicalized certificate IDs for reference lookup. | J08nY | 2022-09-19 | 1 | -1/+7 | |
| | | | | ||||||
| | * | | Add cert_id_evalution notebook, improve cert-id heuristics. | J08nY | 2022-09-19 | 7 | -292/+490 | |
| | | | | ||||||
| | * | | Add some TODOs to cert_id canonicalization. | J08nY | 2022-09-19 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | Add proper CC cert_id canonicalization. | J08nY | 2022-09-19 | 4 | -193/+155 | |
| | | | | ||||||
| | * | | Fixup cert_id rules. | J08nY | 2022-09-19 | 1 | -5/+7 | |
| | | | | ||||||
| | * | | Normalize Korean cert ids. | J08nY | 2022-09-19 | 1 | -0/+12 | |
| | | | | ||||||
| | * | | Better sanitization for CC scheme downloads. | J08nY | 2022-09-19 | 3 | -136/+146 | |
| | | | | ||||||
| | * | | Fix PDF metadata match of CC cert_id. | J08nY | 2022-09-19 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Some cert_id rule cleanups. | J08nY | 2022-09-19 | 1 | -4/+2 | |
| | | | | ||||||
| | * | | Compute CC cert IDs based on schheme of certificate to avoid mismatch. | J08nY | 2022-09-19 | 2 | -37/+44 | |
| | | | | ||||||
| | * | | Fix source of cert_id in DependencyFinder. | J08nY | 2022-09-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | More mannual analysis of duuplicate cert_id dcs. | J08nY | 2022-09-19 | 3 | -4/+494 | |
| | | | | ||||||
| | * | | Add missing cert_id eval and fix some regexes. | J08nY | 2022-09-19 | 2 | -9/+99 | |
| |/ / | ||||||
| * / | Fixup BSI and Italian scheme parsing. | J08nY | 2022-09-19 | 1 | -4/+4 | |
| |/ | ||||||
| * | Merge pull request #257 from ↵ | adamjanovsky | 2022-08-24 | 1 | -1/+2 | |
| |\ | | | | | | | | | crocs-muni/dependabot/pip/requirements/nbconvert-6.5.1 build(deps): bump nbconvert from 6.5.0 to 6.5.1 in /requirements | |||||
| | * | build(deps): bump nbconvert from 6.5.0 to 6.5.1 in /requirements | dependabot[bot] | 2022-08-23 | 1 | -1/+2 | |
| |/ | | | | | | | | | | | | | Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.5.0 to 6.5.1. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Commits](https://github.com/jupyter/nbconvert/compare/6.5...6.5.1) --- updated-dependencies: - dependency-name: nbconvert dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | Strip entries in CC scheme downloads to cleanup entries. | J08nY | 2022-08-01 | 1 | -115/+119 | |
| | | ||||||
| * | Merge pull request #254 from crocs-muni/cc-temporal-wide-to-long-format | adamjanovsky | 2022-07-29 | 2 | -37/+40 | |
| |\ | | | | | switch wide to long/tidy format in temp notebook | |||||
| | * | switch wide to long/tidy format in temp notebook | Adam Janovsky | 2022-07-29 | 2 | -37/+40 | |
| |/ | ||||||
| * | Merge pull request #253 from crocs-muni/feat/cc-notebook-temporal-trends | adamjanovsky | 2022-07-29 | 6 | -7/+541 | |
| |\ | | | | | CC notebook with temporal trends | |||||
| | * | finalize temporal trends notebook | Adam Janovsky | 2022-07-29 | 5 | -70/+234 | |
| | | | ||||||
| | * | add temporal trends notebook | Adam Janovsky | 2022-07-28 | 2 | -0/+370 | |
| | | | ||||||
| | * | fix imports vuln. notebook | Adam Janovsky | 2022-07-27 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fix annotation parsing in PDFs. | J08nY | 2022-07-27 | 1 | -7/+12 | |
| |/ | ||||||
| * | Fix CC scheme download typo. | J08nY | 2022-07-26 | 2 | -2/+2 | |
| | | ||||||
| * | Ignore errors in hyperlink collection from PDFs. | J08nY | 2022-07-26 | 1 | -7/+10 | |
| | | ||||||
| * | Merge pull request #251 from ↵ | adamjanovsky | 2022-07-25 | 4 | -17/+34 | |
| |\ | | | | | | | | | crocs-muni/issue/249-CPE-matching-to-CVEs-ignores-CPE-rules Issue/249 cpe matching to cv es ignores cpe rules | |||||
| | * | fix typo in docs | Adam Janovsky | 2022-07-25 | 1 | -2/+0 | |
| | | | ||||||
| | * | update docs: reference missed CVEs | Adam Janovsky | 2022-07-25 | 2 | -1/+8 | |
| | | | ||||||
| | * | CVE configurations: Ignore nodes with AND operator | Adam Janovsky | 2022-07-25 | 1 | -9/+19 | |
| | | | ||||||
| | * | fix type annotations in extract.py | Adam Janovsky | 2022-07-25 | 1 | -7/+9 | |
| |/ | ||||||
| * | Fix rules. | J08nY | 2022-07-21 | 1 | -1/+1 | |
| | | ||||||
| * | Improve cert_id rules. | J08nY | 2022-07-21 | 1 | -5/+6 | |
| | | | | | See issue #250. | |||||
| * | Fix FIPS processing keyerror. | J08nY | 2022-07-17 | 1 | -9/+14 | |
| | | ||||||
