| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #42 from petrs/cc_cpe_fuzzy_matching | adamjanovsky | 2021-03-03 | 9 | -24/+77 | |
| |\ \ \ \ | |_|_|/ |/| | | | Cc cpe fuzzy matching | |||||
| | * | | | pull install_requires from requirements | Adam Janovsky | 2021-03-02 | 2 | -15/+5 | |
| | | | | | ||||||
| | * | | | fix tests | Adam Janovsky | 2021-03-02 | 3 | -3/+9 | |
| | | | | | ||||||
| | * | | | adds pandas serializaiton | Adam Janovsky | 2021-03-02 | 3 | -2/+16 | |
| | | | | | ||||||
| | * | | | Implements alpha version of cpe fuzzy matching | Adam Janovsky | 2021-03-02 | 4 | -4/+47 | |
| |/ / / | ||||||
| * | | | hotfix | Adam Janovsky | 2021-02-24 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #41 from petrs/cc_implicit_dataset_serialization | adamjanovsky | 2021-02-24 | 2 | -17/+30 | |
| |\ \ \ | | | | | | | | | adds implicit dataset serialization | |||||
| | * | | | adds implicit dataset serialization | Adam Janovsky | 2021-02-24 | 2 | -17/+30 | |
| |/ / / | ||||||
| * | | | Merge pull request #40 from petrs/cc_serialize_error_messages | adamjanovsky | 2021-02-24 | 6 | -24/+63 | |
| |\ \ \ | | | | | | | | | Error messages of certificate are now serialized | |||||
| | * | | | Error messages of certificate are now serialized | Adam Janovsky | 2021-02-24 | 6 | -24/+63 | |
| |/ / / | | | | | | | | | | - Stored as a part of InternalState complex variable in json | |||||
| * | | | Merge pull request #39 from petrs/cc_adjust_dgst_serialization | adamjanovsky | 2021-02-23 | 4 | -8/+11 | |
| |\ \ \ | | | | | | | | | dgst is serialized as a field in certificate | |||||
| | * | | | dgst is serialized as a field in certificate | Adam Janovsky | 2021-02-23 | 4 | -8/+11 | |
| |/ / / | | | | | | | | | | | | | - Previously as a part of dataset where certs changed to dictionary - For rendering at webserver, list is more convenient | |||||
| * | | | Merge pull request #38 from petrs/cc_serialize_cert_dgst | adamjanovsky | 2021-02-22 | 3 | -6/+7 | |
| |\ \ \ | | | | | | | | | Serialize digest of the certificate | |||||
| | * | | | Serialize digest of the certificate | Adam Janovsky | 2021-02-22 | 3 | -6/+7 | |
| |/ / / | ||||||
| * | | | Merge pull request #37 from petrs/cc_fault_tolerance | adamjanovsky | 2021-02-21 | 2 | -10/+12 | |
| |\ \ \ | | | | | | | | | more cautious exception handling | |||||
| | * | | | more cautious exception handling | Adam Janovsky | 2021-02-21 | 2 | -10/+12 | |
| |/ / / | ||||||
| * | | | Merge pull request #36 from petrs/cc_fault_tolerant_extraction | adamjanovsky | 2021-02-20 | 3 | -120/+153 | |
| |\ \ \ | | | | | | | | | Adds fault tolerant data extraction | |||||
| | * | | | Adds fault tolerant data extraction | Adam Janovsky | 2021-02-20 | 3 | -120/+153 | |
| |/ / / | ||||||
| * | | | Merge pull request #35 from petrs/cc_introduce_dataset_state | adamjanovsky | 2021-02-20 | 4 | -24/+83 | |
| |\ \ \ | | | | | | | | | Introduce state variable of CCDataset | |||||
| | * | | | Introduce state variable of CCDataset | Adam Janovsky | 2021-02-20 | 4 | -24/+83 | |
| |/ / / | | | | | | | | | | | | | | | | - The variable checks which actions were already performed - Dataset now checks if someone attempts to e.g. convert pdf->txt prior to downloading - Also, operations on certificates are performed only on those certs for which the preceeding operation was successful | |||||
| * | | | Merge pull request #34 from petrs/cc_store_cert_status | adamjanovsky | 2021-02-20 | 5 | -10/+27 | |
| |\ \ \ | | | | | | | | | Add explicit certificate status active/archived | |||||
| | * | | | Add explicit certificate status active/archived | Adam Janovsky | 2021-02-20 | 5 | -10/+27 | |
| |/ / / | | | | | | | | | | | | | | | | | | | - Status active or archived held as a string variable - Instead of implicit computation from not-valid-before/after - The status is computed from the filename of the csv/html source - The status is serialized into json | |||||
| * | | | Merge pull request #32 from petrs/cc_extract_certs | adamjanovsky | 2021-02-20 | 12 | -94/+568 | |
| |\ \ \ | |/ / |/| | | Cc extract certs | |||||
| | * | | just saving two loc | Adam Janovsky | 2021-02-20 | 1 | -9/+7 | |
| | | | | ||||||
| | * | | Plug-in old extractions methods to new OOP frame | Adam Janovsky | 2021-02-19 | 11 | -87/+470 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Tests for txt file processing still missing - The internals of the txt processing methods are still authored by petrs - They are however fully parallel and called in an OOP fashion - Overall, all results are gathered in a single json file - All results are implicitly paired | |||||
| | * | | Fix in Web source parsing, pdf metadata parsing | Adam Janovsky | 2021-02-19 | 3 | -11/+101 | |
| | | | | | | | | | | | | | | | | | | | - Rows of csv that are corrupted are now skipped and logged - Links from csv and html are now identical and thus correctly matched - Implements extraction of pdf metadata from ST and reports | |||||
| | * | | Improves parallel processing function | Adam Janovsky | 2021-02-19 | 1 | -2/+5 | |
| |/ / | | | | | | | - Adds option to unpack arguments | |||||
| * | | Merge pull request #30 from petrs/fips-for-pr | adamjanovsky | 2021-02-15 | 8 | -220/+448 | |
| |\| | | | | | History, web/pdf/processed, common/fips keyword matching | |||||
| | * | fixed requests | Stanislav Boboň | 2021-02-13 | 2 | -7/+5 | |
| | | | ||||||
| | * | added pyyaml | Stanislav Boboň | 2021-02-12 | 1 | -1/+2 | |
| | | | ||||||
| | * | yaml + saner configuration | Stanislav Boboň | 2021-02-12 | 8 | -36/+39 | |
| | | | ||||||
| | * | group vendors with more sanity | Stanislav Boboň | 2021-02-12 | 1 | -3/+4 | |
| | | | ||||||
| | * | Merge branch 'master' into fips | Stanislav Boboň | 2021-02-11 | 3 | -26/+113 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #29 from petrs/petrs/find_affected_keywords | Petr Svenda | 2021-02-10 | 3 | -26/+113 | |
| |\ \ | | | | | | | Petrs/find affected keywords | |||||
| | * | | add analysis of affected certificates based on the initial keyword ↵ | Petr Svenda | 2021-02-07 | 3 | -18/+100 | |
| | | | | | | | | | | | | | (--do-find-affected-keyword) | |||||
| | * | | add red highlighting of selected nodes | Petr Svenda | 2021-02-07 | 1 | -8/+13 | |
| | | | | ||||||
| | | * | added change and revision history | Stanislav Boboň | 2021-02-11 | 1 | -3/+3 | |
| | | | | ||||||
| | | * | Merge branch 'master' into fips | Stanislav Boboň | 2021-02-08 | 2 | -15/+135 | |
| | | |\ | |_|/ |/| | | ||||||
| * | | | Merge pull request #28 from petrs/petrs/process_fips | Ján Jančár | 2021-02-05 | 2 | -15/+135 | |
| |\| | | | | | | | | add processing of data extracted from fips certificates, stacked graphs | |||||
| | * | | remove seaborn dependency | Petr Svenda | 2021-02-05 | 1 | -3/+1 | |
| | | | | ||||||
| | * | | add processing of data extracetd from fips certificates, add stacked graphs | Petr Svenda | 2021-02-05 | 2 | -15/+137 | |
| | | | | ||||||
| | | * | web/pdf/processed + html tags | Stanislav Boboň | 2021-02-08 | 3 | -173/+233 | |
| | | | | ||||||
| | | * | optimalized maps | Stanislav Boboň | 2021-02-04 | 3 | -3/+13 | |
| | | | | ||||||
| | | * | rules as constants | Stanislav Boboň | 2021-02-03 | 3 | -8/+9 | |
| | | | | ||||||
| | | * | Merge branch 'master' into fips | Stanislav Boboň | 2021-02-03 | 4 | -113/+146 | |
| | | |\ | |_|/ |/| | | ||||||
| * | | | Merge pull request #27 from petrs/petrs/find_affected_certs | Ján Jančár | 2021-01-28 | 3 | -60/+116 | |
| |\| | | | | | | | | Petrs/find affected certs | |||||
| | * | | minor refactoring | Petr Svenda | 2021-01-28 | 1 | -6/+5 | |
| | | | | ||||||
| | * | | add cmdline option to specify targeted certificates | Petr Svenda | 2021-01-28 | 1 | -5/+5 | |
| | | | | ||||||
| | * | | add filtering and processing of certificates relevant to specified set fo ↵ | Petr Svenda | 2021-01-28 | 2 | -54/+111 | |
| |/ / | | | | | | | certs (--do-find-affected switch) | |||||
| * | | Merge pull request #26 from petrs/petrs/remove_fipsspecific | Ján Jančár | 2021-01-22 | 2 | -54/+31 | |
| |\ \ | | | | | | | Petrs/remove fipsspecific | |||||
