| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | jsonschema: set min. value of n_threads = -1 (#307)0.1.3 | adamjanovsky | 2023-01-10 | 1 | -1/+1 |
| | | |||||
| * | Fix/pypdf and cli fixes (#306) | adamjanovsky | 2023-01-10 | 8 | -49/+42 |
| | | | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1 | ||||
| * | Fix #304. | J08nY | 2023-01-09 | 1 | -1/+2 |
| | | |||||
| * | Fix/cli arguments (#303) | adamjanovsky | 2023-01-09 | 1 | -38/+43 |
| | | | | | | | | * fix CLI arguments quiet, output * fix performed CLI actions * fix precondition evaluation in CLI | ||||
| * | fix OCR txt_path access | Adam Janovsky | 2022-12-14 | 1 | -2/+6 |
| | | |||||
| * | rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdate | Adam Janovsky | 2022-12-10 | 3 | -15/+11 |
| | | |||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 8 | -117/+114 |
| | | |||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 7 | -6/+7 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 52 | -0/+11621 |
| | | | | | | | - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml` | ||||
| * | Add a proper setup, move into a package. | J08nY | 2020-10-18 | 8 | -4557/+0 |
| | | |||||
| * | comments and refactoring | Petr Svenda | 2020-10-18 | 2 | -46/+26 |
| | | |||||
| * | fixed bug causing incorrect pairing of keywords pairing | Petr Svenda | 2020-10-18 | 1 | -1/+1 |
| | | |||||
| * | updated sanity check minimal number of extracted items | Petr Svenda | 2020-10-18 | 1 | -4/+4 |
| | | |||||
| * | fixed incorrect generation of pp usege in years | Petr Svenda | 2020-10-18 | 1 | -1/+1 |
| | | |||||
| * | supress processing of pp, expects already processed ↵ | Petr Svenda | 2020-10-17 | 1 | -35/+51 |
| | | | | | pp_data_complete_processed.json | ||||
| * | add analysis of protection certificates conformation in time | Petr Svenda | 2020-10-17 | 1 | -15/+21 |
| | | |||||
| * | add extraction of EAL level from certificate and correposnding protection ↵ | Petr Svenda | 2020-10-17 | 1 | -5/+60 |
| | | | | | profile | ||||
| * | Merge branch 'master' of https://github.com/petrs/sec-certs | Petr Svenda | 2020-10-16 | 1 | -5/+5 |
| |\ | |||||
| | * | making it work without talking too much | Stanislav Boboň | 2020-10-15 | 1 | -5/+5 |
| | | | |||||
| * | | refactor sanity number checks | Petr Svenda | 2020-10-15 | 3 | -94/+72 |
| |/ | |||||
| * | Merge branch 'master' into feature/more-rules | Petr Svenda | 2020-10-15 | 6 | -503/+1452 |
| |\ | |||||
| | * | Merge branch 'fips' of https://github.com/petrs/sec-certs into fips | Petr Svenda | 2020-10-15 | 3 | -36/+41 |
| | |\ | |||||
| | | * | typo in parsing | Stanislav Boboň | 2020-10-15 | 1 | -10/+25 |
| | | | | |||||
| | | * | catch all exceptions so we parse to the end | Stanislav Boboň | 2020-10-15 | 1 | -3/+5 |
| | | | | |||||
| | | * | cert_rules for fips, no warnings in tabula and footer quickfix | Stanislav Boboň | 2020-10-15 | 3 | -12/+16 |
| | | | | |||||
| | | * | cert_rules comments | Stanislav Boboň | 2020-10-15 | 1 | -20/+4 |
| | | | | |||||
| | * | | add conditional execution of time consuming analysis of certs subsets | Petr Svenda | 2020-10-15 | 1 | -18/+24 |
| | | | | |||||
| | * | | fixed OS-dependant path separator | Petr Svenda | 2020-10-15 | 2 | -20/+34 |
| | |/ | |||||
| | * | major changes | Stanislav Boboň | 2020-10-15 | 1 | -89/+142 |
| | | | |||||
| | * | default dir + broken pdfs + footer check | Stanislav Boboň | 2020-10-15 | 1 | -30/+51 |
| | | | |||||
| | * | light refactoring | Stanislav Boboň | 2020-10-15 | 3 | -157/+135 |
| | | | |||||
| | * | initial file changes | Stanislav Boboň | 2020-10-15 | 3 | -417/+1287 |
| | | | |||||
| * | | Add and fix some regex rules. | J08nY | 2020-10-15 | 1 | -52/+66 |
| |/ | |||||
| * | note refactor | Petr Svenda | 2020-10-15 | 1 | -0/+1 |
| | | |||||
| * | add new rules for PP | Petr Svenda | 2020-10-15 | 1 | -4/+25 |
| | | |||||
| * | add support for analysis of filtered certs | Petr Svenda | 2020-10-04 | 1 | -18/+49 |
| | | |||||
| * | add print dot graph with certificate name | Petr Svenda | 2020-10-04 | 1 | -10/+40 |
| | | |||||
| * | refactor analysis on filtered certs | Petr Svenda | 2020-10-04 | 1 | -21/+43 |
| | | |||||
| * | added profile for 20200717 dowload and intterupted processing | Petr Svenda | 2020-07-17 | 1 | -24/+84 |
| | | |||||
| * | added -raw option to pdftotext, paths | Petr Svenda | 2020-07-17 | 1 | -11/+17 |
| | | |||||
| * | added SmartMX2 and NesCrypt crypto engines | Petr Svenda | 2020-07-17 | 1 | -0/+2 |
| | | |||||
| * | fixed invalid load of pp intermediate results | Petr Svenda | 2020-02-28 | 1 | -2/+2 |
| | | |||||
| * | improved results folder handling | Petr Svenda | 2020-02-28 | 1 | -18/+16 |
| | | | | | - analysis results were put in older folder, fixed | ||||
| * | added sanitization of non-printable charcaters for regexec matches | Petr Svenda | 2020-02-28 | 1 | -1/+5 |
| | | |||||
| * | added catch exception for unicode errors | Petr Svenda | 2020-02-28 | 1 | -8/+15 |
| | | |||||
| * | added path id into results folder name | Petr Svenda | 2020-02-27 | 1 | -10/+13 |
| | | |||||
| * | fixed invalid initialization of dict | Petr Svenda | 2020-02-27 | 1 | -6/+6 |
| | | |||||
| * | added check for presence of base url in dowload url to prevent double insertion | Petr Svenda | 2020-02-27 | 1 | -2/+13 |
| | | |||||
| * | added conditional write of output to json file | Petr Svenda | 2020-02-27 | 1 | -4/+6 |
| | | |||||
| * | removed invalid coding handling errors strategy for binary files | Petr Svenda | 2020-02-27 | 1 | -1/+1 |
| | | |||||
