aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add canonicalization for UK, CA, JP.J08nY2022-09-212-18/+25
| |
* | Add ground truth analysis of cert ids.J08nY2022-09-211-3/+9
| |
* | Merge pull request #207 from crocs-muni/feat/more-notebooksJán Jančár2022-09-201-3/+3
|\ \ | | | | | | More notebooks
| * | Fixup some cert rules.J08nY2022-09-191-3/+3
| | |
* | | Do not reextract stuff in CC.J08nY2022-09-192-12/+1
|/ / | | | | | | | | This phase of the extraction process is deterministic so we simply lose time doing this.
* | Make mypy happy.J08nY2022-09-191-4/+4
| |
* | Compute certificate IDs via merged heuristic.J08nY2022-09-192-40/+73
| |
* | Parse cert id out of filename.J08nY2022-09-191-2/+21
| |
* | Use canonicalized certificate IDs for reference lookup.J08nY2022-09-191-1/+7
| |
* | Add cert_id_evalution notebook, improve cert-id heuristics.J08nY2022-09-193-11/+17
| |
* | Add some TODOs to cert_id canonicalization.J08nY2022-09-191-0/+3
| |
* | Add proper CC cert_id canonicalization.J08nY2022-09-194-193/+155
| |
* | Fixup cert_id rules.J08nY2022-09-191-5/+7
| |
* | Normalize Korean cert ids.J08nY2022-09-191-0/+12
| |
* | Better sanitization for CC scheme downloads.J08nY2022-09-193-136/+146
| |
* | Fix PDF metadata match of CC cert_id.J08nY2022-09-191-1/+2
| |
* | Some cert_id rule cleanups.J08nY2022-09-191-4/+2
| |
* | Compute CC cert IDs based on schheme of certificate to avoid mismatch.J08nY2022-09-191-34/+41
| |
* | Fix source of cert_id in DependencyFinder.J08nY2022-09-191-1/+1
| |
* | More mannual analysis of duuplicate cert_id dcs.J08nY2022-09-191-4/+3
| |
* | Add missing cert_id eval and fix some regexes.J08nY2022-09-191-9/+8
| |
* | Fixup BSI and Italian scheme parsing.J08nY2022-09-191-4/+4
|/
* Strip entries in CC scheme downloads to cleanup entries.J08nY2022-08-011-115/+119
|
* switch wide to long/tidy format in temp notebookAdam Janovsky2022-07-291-1/+3
|
* Merge pull request #253 from crocs-muni/feat/cc-notebook-temporal-trendsadamjanovsky2022-07-294-4/+102
|\ | | | | CC notebook with temporal trends
| * finalize temporal trends notebookAdam Janovsky2022-07-294-4/+100
| |
| * add temporal trends notebookAdam Janovsky2022-07-281-0/+2
| |
* | Fix annotation parsing in PDFs.J08nY2022-07-271-7/+12
|/
* Fix CC scheme download typo.J08nY2022-07-261-1/+1
|
* Ignore errors in hyperlink collection from PDFs.J08nY2022-07-261-7/+10
|
* 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
| | | | See issue #250.
* 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-162-50/+41
|
* Add Singapore, Sweden, Turkey and USA to scheme download.J08nY2022-07-132-1/+241
|
* Fix BSI scheme test.J08nY2022-07-131-8/+7
|
* Fix scheme download tests.J08nY2022-07-131-1/+3
|
* Add more schemes to collect data from.J08nY2022-07-132-3/+203
| | | | Adds Malaysia, Netherlands, Norway and Korea.
* Add download of certificate lists from scheme pages.J08nY2022-07-122-0/+379
| | | | Fixes #46, partially.
* 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
| | | | | | | | | Adds two new data fields to the FIPSCertificate subobjects: pdf_data.clean_cert_ids and heuristics.clean_cert_ids. The pdf_data ones are cleaned cert_id rule matches from the security target. While the heuristics ones were also cleaned using the algorithm dataset by the FipsDataset class.
* Utils: Map URLs from PyPDF2 objects to strings.J08nY2022-07-121-2/+10
|
* FIPS: Extract ST metadata and store it.J08nY2022-07-112-24/+25
|
* FIPS: Fix #211.J08nY2022-07-112-10/+19
| | | | The connections need to be sourced from the References object.