aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* compute sar in time evolutionAdam Janovsky2022-09-131-2/+63
* start colleting EALs from PP datasetAdam Janovsky2022-09-1311-212/+89
* additional plots in temporal notebookAdam Janovsky2022-09-131-52/+240
* Merge pull request #257 from crocs-muni/dependabot/pip/requirements/nbconvert...adamjanovsky2022-08-241-1/+2
|\
| * build(deps): bump nbconvert from 6.5.0 to 6.5.1 in /requirementsdependabot[bot]2022-08-231-1/+2
|/
* Strip entries in CC scheme downloads to cleanup entries.J08nY2022-08-011-115/+119
* Merge pull request #254 from crocs-muni/cc-temporal-wide-to-long-formatadamjanovsky2022-07-292-37/+40
|\
| * switch wide to long/tidy format in temp notebookAdam Janovsky2022-07-292-37/+40
|/
* Merge pull request #253 from crocs-muni/feat/cc-notebook-temporal-trendsadamjanovsky2022-07-296-7/+541
|\
| * finalize temporal trends notebookAdam Janovsky2022-07-295-70/+234
| * add temporal trends notebookAdam Janovsky2022-07-282-0/+370
| * fix imports vuln. notebookAdam Janovsky2022-07-271-3/+3
* | Fix annotation parsing in PDFs.J08nY2022-07-271-7/+12
|/
* Fix CC scheme download typo.J08nY2022-07-262-2/+2
* Ignore errors in hyperlink collection from PDFs.J08nY2022-07-261-7/+10
* Merge pull request #251 from crocs-muni/issue/249-CPE-matching-to-CVEs-ignore...adamjanovsky2022-07-254-17/+34
|\
| * fix typo in docsAdam Janovsky2022-07-251-2/+0
| * update docs: reference missed CVEsAdam Janovsky2022-07-252-1/+8
| * CVE configurations: Ignore nodes with AND operatorAdam Janovsky2022-07-251-9/+19
| * fix type annotations in extract.pyAdam Janovsky2022-07-251-7/+9
|/
* Fix rules.J08nY2022-07-211-1/+1
* Improve cert_id rules.J08nY2022-07-211-5/+6
* Fix FIPS processing keyerror.J08nY2022-07-171-9/+14
* FIPS: Do not update_json in web_scan call.J08nY2022-07-171-1/+1
* Fix FIPSalgo serialization.J08nY2022-07-174-32/+39
* Use html5lib instead of html.parser.J08nY2022-07-166-9/+9
* Fix Malaysia scheme download.J08nY2022-07-163-51/+42
* Merge pull request #247 from crocs-muni/feat/scheme-pagesJán Jančár2022-07-133-1/+893
|\
| * Add Singapore, Sweden, Turkey and USA to scheme download.J08nY2022-07-133-1/+262
| * Fix BSI scheme test.J08nY2022-07-131-8/+7
| * Fix scheme download tests.J08nY2022-07-132-21/+26
| * Add more schemes to collect data from.J08nY2022-07-133-3/+220
| * Add download of certificate lists from scheme pages.J08nY2022-07-123-0/+410
|/
* Merge pull request #246 from crocs-muni/fix/fips-algosJán Jančár2022-07-1226-1431/+1335
|\
| * FIPS: Make algorithms parsing deterministically serialize.J08nY2022-07-122-64/+47
| * FIPS: Move static methods to _FIPSHTMLParser.J08nY2022-07-121-194/+195
| * FIPS: Add clean_cert_ids and use them.J08nY2022-07-122-46/+29
| * Utils: Map URLs from PyPDF2 objects to strings.J08nY2022-07-121-2/+10
| * FIPS: Extract ST metadata and store it.J08nY2022-07-113-24/+30
| * FIPS: Fix #211.J08nY2022-07-112-10/+19
| * FIPS: Fix #210.J08nY2022-07-113-24/+34
| * FIPS: Fix #213.J08nY2022-07-111-3/+0
| * FIPS: Rename FIPSHeuristics to Heuristics.J08nY2022-07-113-15/+10
| * FIPS: Add FIPSAlgorithm to __all__ in sample.J08nY2022-07-111-0/+2
| * FIPS: Reorganize FIPSAlgorithm dataset.J08nY2022-07-119-570/+587
| * FIPS: Move Algorithm class into a separate file.J08nY2022-07-113-26/+31
| * FIPS: Remove unused constants, reorder methods.J08nY2022-07-115-166/+117
| * FIPS: Rename cert objects to match CC.J08nY2022-07-103-73/+71
| * Serialize fully qualified classnames instead of just the names.J08nY2022-07-1011-301/+316
| * FIPS: Add TODOs and remove unused methods.J08nY2022-07-093-54/+13