aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* rename test -> testsAdam Janovsky2021-05-1010-2927/+0
|
* merge dev onto cc-feature-parityAdam Janovsky2021-05-101-0/+4
|\
| * fix labeling error progress saveAdam Janovsky2021-04-202-3/+6
| |
* | basically rebase of devAdam Janovsky2021-04-202-0/+3
| |
* | Extraction of cert_id, revocation of some testsAdam Janovsky2021-04-202-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 heuristicsAdam Janovsky2021-04-202-3/+6
|/
* implement tests for cpe and cve stuffAdam Janovsky2021-04-163-0/+107
|
* implements function for manual cpe match verificationAdam Janovsky2021-04-162-3/+3
|
* fix testsAdam Janovsky2021-04-152-3/+9
|
* serialize non ascii characters to preserve link functionalityAdam Janovsky2021-04-151-1/+1
|
* set test csv file to windows-1252 encodingAdam Janovsky2021-04-152-11/+11
|
* move cpe match under heuristics fieldAdam Janovsky2021-04-132-6/+6
|
* add class for capturing heuristicly obtained dataAdam Janovsky2021-04-132-3/+15
|
* fix testsAdam Janovsky2021-03-022-3/+6
|
* Error messages of certificate are now serializedAdam Janovsky2021-02-242-3/+6
| | | | - Stored as a part of InternalState complex variable in json
* dgst is serialized as a field in certificateAdam Janovsky2021-02-232-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 certificateAdam Janovsky2021-02-221-4/+4
|
* Introduce state variable of CCDatasetAdam Janovsky2021-02-201-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/archivedAdam Janovsky2021-02-202-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 frameAdam Janovsky2021-02-194-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 certificatesAdam Janovsky2020-11-282-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 jsonAdam Janovsky2020-11-271-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 conversionAdam Janovsky2020-11-272-0/+1978
|
* simplified (de)serialization using explicit _type attributeAdam Janovsky2020-11-182-0/+7
|
* Added basic OOP tests for CC dataset and certAdam Janovsky2020-11-164-0/+737
|
* Update README, add logo, add docs, add test dir.J08nY2020-10-221-0/+15