aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #42 from petrs/cc_cpe_fuzzy_matchingadamjanovsky2021-03-039-24/+77
|\ \ \ \ | |_|_|/ |/| | | Cc cpe fuzzy matching
| * | | pull install_requires from requirementsAdam Janovsky2021-03-022-15/+5
| | | |
| * | | fix testsAdam Janovsky2021-03-023-3/+9
| | | |
| * | | adds pandas serializaitonAdam Janovsky2021-03-023-2/+16
| | | |
| * | | Implements alpha version of cpe fuzzy matchingAdam Janovsky2021-03-024-4/+47
|/ / /
* | | hotfixAdam Janovsky2021-02-241-1/+1
| | |
* | | Merge pull request #41 from petrs/cc_implicit_dataset_serializationadamjanovsky2021-02-242-17/+30
|\ \ \ | | | | | | | | adds implicit dataset serialization
| * | | adds implicit dataset serializationAdam Janovsky2021-02-242-17/+30
|/ / /
* | | Merge pull request #40 from petrs/cc_serialize_error_messagesadamjanovsky2021-02-246-24/+63
|\ \ \ | | | | | | | | Error messages of certificate are now serialized
| * | | Error messages of certificate are now serializedAdam Janovsky2021-02-246-24/+63
|/ / / | | | | | | | | | - Stored as a part of InternalState complex variable in json
* | | Merge pull request #39 from petrs/cc_adjust_dgst_serializationadamjanovsky2021-02-234-8/+11
|\ \ \ | | | | | | | | dgst is serialized as a field in certificate
| * | | dgst is serialized as a field in certificateAdam Janovsky2021-02-234-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_dgstadamjanovsky2021-02-223-6/+7
|\ \ \ | | | | | | | | Serialize digest of the certificate
| * | | Serialize digest of the certificateAdam Janovsky2021-02-223-6/+7
|/ / /
* | | Merge pull request #37 from petrs/cc_fault_toleranceadamjanovsky2021-02-212-10/+12
|\ \ \ | | | | | | | | more cautious exception handling
| * | | more cautious exception handlingAdam Janovsky2021-02-212-10/+12
|/ / /
* | | Merge pull request #36 from petrs/cc_fault_tolerant_extractionadamjanovsky2021-02-203-120/+153
|\ \ \ | | | | | | | | Adds fault tolerant data extraction
| * | | Adds fault tolerant data extractionAdam Janovsky2021-02-203-120/+153
|/ / /
* | | Merge pull request #35 from petrs/cc_introduce_dataset_stateadamjanovsky2021-02-204-24/+83
|\ \ \ | | | | | | | | Introduce state variable of CCDataset
| * | | Introduce state variable of CCDatasetAdam Janovsky2021-02-204-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_statusadamjanovsky2021-02-205-10/+27
|\ \ \ | | | | | | | | Add explicit certificate status active/archived
| * | | Add explicit certificate status active/archivedAdam Janovsky2021-02-205-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_certsadamjanovsky2021-02-2012-94/+568
|\ \ \ | |/ / |/| | Cc extract certs
| * | just saving two locAdam Janovsky2021-02-201-9/+7
| | |
| * | Plug-in old extractions methods to new OOP frameAdam Janovsky2021-02-1911-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 parsingAdam Janovsky2021-02-193-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 functionAdam Janovsky2021-02-191-2/+5
|/ / | | | | | | - Adds option to unpack arguments
* | Merge pull request #30 from petrs/fips-for-pradamjanovsky2021-02-158-220/+448
|\| | | | | History, web/pdf/processed, common/fips keyword matching
| * fixed requestsStanislav Boboň2021-02-132-7/+5
| |
| * added pyyamlStanislav Boboň2021-02-121-1/+2
| |
| * yaml + saner configurationStanislav Boboň2021-02-128-36/+39
| |
| * group vendors with more sanityStanislav Boboň2021-02-121-3/+4
| |
| * Merge branch 'master' into fipsStanislav Boboň2021-02-113-26/+113
| |\ | |/ |/|
* | Merge pull request #29 from petrs/petrs/find_affected_keywordsPetr Svenda2021-02-103-26/+113
|\ \ | | | | | | Petrs/find affected keywords
| * | add analysis of affected certificates based on the initial keyword ↵Petr Svenda2021-02-073-18/+100
| | | | | | | | | | | | (--do-find-affected-keyword)
| * | add red highlighting of selected nodesPetr Svenda2021-02-071-8/+13
| | |
| | * added change and revision historyStanislav Boboň2021-02-111-3/+3
| | |
| | * Merge branch 'master' into fipsStanislav Boboň2021-02-082-15/+135
| | |\ | |_|/ |/| |
* | | Merge pull request #28 from petrs/petrs/process_fipsJán Jančár2021-02-052-15/+135
|\| | | | | | | | add processing of data extracted from fips certificates, stacked graphs
| * | remove seaborn dependencyPetr Svenda2021-02-051-3/+1
| | |
| * | add processing of data extracetd from fips certificates, add stacked graphsPetr Svenda2021-02-052-15/+137
| | |
| | * web/pdf/processed + html tagsStanislav Boboň2021-02-083-173/+233
| | |
| | * optimalized mapsStanislav Boboň2021-02-043-3/+13
| | |
| | * rules as constantsStanislav Boboň2021-02-033-8/+9
| | |
| | * Merge branch 'master' into fipsStanislav Boboň2021-02-034-113/+146
| | |\ | |_|/ |/| |
* | | Merge pull request #27 from petrs/petrs/find_affected_certsJán Jančár2021-01-283-60/+116
|\| | | | | | | | Petrs/find affected certs
| * | minor refactoringPetr Svenda2021-01-281-6/+5
| | |
| * | add cmdline option to specify targeted certificatesPetr Svenda2021-01-281-5/+5
| | |
| * | add filtering and processing of certificates relevant to specified set fo ↵Petr Svenda2021-01-282-54/+111
|/ / | | | | | | certs (--do-find-affected switch)
* | Merge pull request #26 from petrs/petrs/remove_fipsspecificJán Jančár2021-01-222-54/+31
|\ \ | | | | | | Petrs/remove fipsspecific