aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/dataset.py
Commit message (Expand)AuthorAgeFilesLines
...
* completely separated html parsingStanislav Boboň2020-12-211-7/+14
* imports and removing < 100Stanislav Boboň2020-12-191-5/+2
* added redo featureStanislav Boboň2020-12-191-10/+17
* works in parallelStanislav Boboň2020-12-181-12/+10
* keywords work, tables dontStanislav Boboň2020-12-151-36/+25
* doesnt change certs for some reason, but parallelism worksStanislav Boboň2020-12-121-55/+18
* Keywords in certStanislav Boboň2020-12-101-33/+36
* fixed fixesStanislav Boboň2020-12-071-3/+2
* Fixed changesStanislav Boboň2020-12-031-8/+10
* ugly import statements and short term goalsStanislav Boboň2020-12-031-0/+2
* algorithms can be serialized (finally)Stanislav Boboň2020-11-301-27/+106
* Merge branch 'master' into fipsStanislav Boboň2020-11-301-1/+2
|\
| * Merge branch 'master' into fips-for-prStanislav Boboň2020-11-301-99/+253
| |\
* | | quickfixes after mergeStanislav Boboň2020-11-301-3/+3
* | | Merge branch 'master' into fipsStanislav Boboň2020-11-301-100/+253
|\ \ \ | | |/ | |/|
| * | Implement improvements proposed by J08nY in reviewAdam Janovsky2020-11-281-31/+25
| * | Rethought way of processing certificatesAdam Janovsky2020-11-281-59/+89
| * | hotfix testAdam Janovsky2020-11-271-1/+1
| * | type hinting checksAdam Janovsky2020-11-271-22/+17
| * | Improve (de)serialization of objects from/in jsonAdam Janovsky2020-11-271-11/+18
| * | Implement better loggingAdam Janovsky2020-11-271-26/+28
| * | added private/public methods to dataset,certificateAdam Janovsky2020-11-271-46/+41
| * | move merge_certs() to CCDatasetAdam Janovsky2020-11-261-22/+27
| * | Finalize proposal of cert download and convertAdam Janovsky2020-11-261-33/+51
| * | sanity check on dataset size on deserializationAdam Janovsky2020-11-251-1/+3
| * | add dataset print methodAdam Janovsky2020-11-251-1/+1
| * | Alpha version of cert download and convertAdam Janovsky2020-11-251-15/+82
| * | Merge branch 'master' into cc-download-extract-pdfAdam Janovsky2020-11-251-40/+56
| |\ \
| * | | adds download CC cert_reports and sec_targetAdam Janovsky2020-11-241-1/+38
* | | | gitignore for dataset + algorithm file creationStanislav Boboň2020-11-281-1/+2
* | | | parsing now depends on algorithmsStanislav Boboň2020-11-261-25/+65
* | | | creating Algorithm classStanislav Boboň2020-11-251-21/+51
| |_|/ |/| |
* | | remove ''Stanislav Boboň2020-11-251-1/+1
* | | added method for creating graphs, minor fixesStanislav Boboň2020-11-251-2/+65
* | | begin to processing algorithmsStanislav Boboň2020-11-251-0/+9
| |/ |/|
* | Fix (i)mutability issues when calling to_dict()Adam Janovsky2020-11-251-3/+4
* | Merge branch 'master' into fix-serializationAdam Janovsky2020-11-251-42/+66
|\|
| * Repalce relative imports with absolute importsAdam Janovsky2020-11-241-15/+14
* | Fix to_dict() copies, inherit serializationAdam Janovsky2020-11-241-14/+4
|/
* fips: oop working (#15)Stanislav Boboň2020-11-201-11/+274
* simplified (de)serialization using explicit _type attributeAdam Janovsky2020-11-181-38/+3
* sorting keys in list when serializing into jsonAdam Janovsky2020-11-161-1/+1
* Added basic OOP tests for CC dataset and certAdam Janovsky2020-11-161-2/+5
* added deserialization from jsonAdam Janovsky2020-11-161-8/+26
* Possible to get only archived/active/none crtsAdam Janovsky2020-11-161-10/+29
* fixed types in merge methodsAdam Janovsky2020-11-121-1/+1
* Union[type, None] -> Optional[type]Adam Janovsky2020-11-121-18/+15
* added oop demo scriptAdam Janovsky2020-11-111-0/+1
* Alpha version of OOP certificates.Adam Janovsky2020-11-111-42/+222
* Merge branch 'dataset_classes' of github.com:petrs/sec-certs into dataset_cla...Adam Janovsky2020-10-281-6/+34
|\