| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename test -> tests | Adam Janovsky | 2021-05-10 | 10 | -2927/+0 |
| | | |||||
| * | merge dev onto cc-feature-parity | Adam Janovsky | 2021-05-10 | 1 | -0/+4 |
| |\ | |||||
| | * | fix labeling error progress save | Adam Janovsky | 2021-04-20 | 2 | -3/+6 |
| | | | |||||
| * | | basically rebase of dev | Adam Janovsky | 2021-04-20 | 2 | -0/+3 |
| | | | |||||
| * | | Extraction of cert_id, revocation of some tests | Adam Janovsky | 2021-04-20 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | - Cert_ids are now extracted - cert_id from frontpage is always preferred - If no frontpage cert_id is found, the most ocurring keyword is preferred - Some tests were revoked as heuristics should be computed after pdf processing | ||||
| * | | collect certification lab in heuristics | Adam Janovsky | 2021-04-20 | 2 | -3/+6 |
| |/ | |||||
| * | implement tests for cpe and cve stuff | Adam Janovsky | 2021-04-16 | 3 | -0/+107 |
| | | |||||
| * | implements function for manual cpe match verification | Adam Janovsky | 2021-04-16 | 2 | -3/+3 |
| | | |||||
| * | fix tests | Adam Janovsky | 2021-04-15 | 2 | -3/+9 |
| | | |||||
| * | serialize non ascii characters to preserve link functionality | Adam Janovsky | 2021-04-15 | 1 | -1/+1 |
| | | |||||
| * | set test csv file to windows-1252 encoding | Adam Janovsky | 2021-04-15 | 2 | -11/+11 |
| | | |||||
| * | move cpe match under heuristics field | Adam Janovsky | 2021-04-13 | 2 | -6/+6 |
| | | |||||
| * | add class for capturing heuristicly obtained data | Adam Janovsky | 2021-04-13 | 2 | -3/+15 |
| | | |||||
| * | fix tests | Adam Janovsky | 2021-03-02 | 2 | -3/+6 |
| | | |||||
| * | Error messages of certificate are now serialized | Adam Janovsky | 2021-02-24 | 2 | -3/+6 |
| | | | | | - Stored as a part of InternalState complex variable in json | ||||
| * | dgst is serialized as a field in certificate | Adam Janovsky | 2021-02-23 | 2 | -4/+7 |
| | | | | | | - Previously as a part of dataset where certs changed to dictionary - For rendering at webserver, list is more convenient | ||||
| * | Serialize digest of the certificate | Adam Janovsky | 2021-02-22 | 1 | -4/+4 |
| | | |||||
| * | Introduce state variable of CCDataset | Adam Janovsky | 2021-02-20 | 1 | -0/+8 |
| | | | | | | | - 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 | ||||
| * | Add explicit certificate status active/archived | Adam Janovsky | 2021-02-20 | 2 | -0/+3 |
| | | | | | | | | - 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 | ||||
| * | Plug-in old extractions methods to new OOP frame | Adam Janovsky | 2021-02-19 | 4 | -55/+67 |
| | | | | | | | | | - 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 | ||||
| * | Rethought way of processing certificates | Adam Janovsky | 2020-11-28 | 2 | -3/+24 |
| | | | | | | | - Every certificate now implements a static method for its processing - These are called in parallel - There's some code duplication at the moment, stuff can be simplified. | ||||
| * | Improve (de)serialization of objects from/in json | Adam Janovsky | 2020-11-27 | 1 | -1/+0 |
| | | | | | | | | | - Every complex serialiazable object now inherits from `ComplexSerializableType` - All such objects now implement `to_dict()`, `from_dict()` methods - Some objects for which standalone json file makes sense implement `to_json()`, `from_json()` - Rewrite test and demos - Datasets `root_dir` is now not part of serialization, but only internal representation | ||||
| * | added test for CC pdf conversion | Adam Janovsky | 2020-11-27 | 2 | -0/+1978 |
| | | |||||
| * | simplified (de)serialization using explicit _type attribute | Adam Janovsky | 2020-11-18 | 2 | -0/+7 |
| | | |||||
| * | Added basic OOP tests for CC dataset and cert | Adam Janovsky | 2020-11-16 | 4 | -0/+737 |
| | | |||||
| * | Update README, add logo, add docs, add test dir. | J08nY | 2020-10-22 | 1 | -0/+15 |
