aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* jsonschema: set min. value of n_threads = -1 (#307)0.1.3adamjanovsky2023-01-101-1/+1
|
* Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-108-49/+42
| | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1
* Fix #304.J08nY2023-01-091-1/+2
|
* Fix/cli arguments (#303)adamjanovsky2023-01-091-38/+43
| | | | | | | * fix CLI arguments quiet, output * fix performed CLI actions * fix precondition evaluation in CLI
* fix OCR txt_path accessAdam Janovsky2022-12-141-2/+6
|
* rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdateAdam Janovsky2022-12-103-15/+11
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-108-117/+114
|
* rename common_criteria modules to ccAdam Janovsky2022-12-097-6/+7
|
* flat -> src layout (#294)adamjanovsky2022-12-0952-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.J08nY2020-10-188-4557/+0
|
* comments and refactoringPetr Svenda2020-10-182-46/+26
|
* fixed bug causing incorrect pairing of keywords pairingPetr Svenda2020-10-181-1/+1
|
* updated sanity check minimal number of extracted itemsPetr Svenda2020-10-181-4/+4
|
* fixed incorrect generation of pp usege in yearsPetr Svenda2020-10-181-1/+1
|
* supress processing of pp, expects already processed ↵Petr Svenda2020-10-171-35/+51
| | | | pp_data_complete_processed.json
* add analysis of protection certificates conformation in timePetr Svenda2020-10-171-15/+21
|
* add extraction of EAL level from certificate and correposnding protection ↵Petr Svenda2020-10-171-5/+60
| | | | profile
* Merge branch 'master' of https://github.com/petrs/sec-certsPetr Svenda2020-10-161-5/+5
|\
| * making it work without talking too muchStanislav Boboň2020-10-151-5/+5
| |
* | refactor sanity number checksPetr Svenda2020-10-153-94/+72
|/
* Merge branch 'master' into feature/more-rulesPetr Svenda2020-10-156-503/+1452
|\
| * Merge branch 'fips' of https://github.com/petrs/sec-certs into fipsPetr Svenda2020-10-153-36/+41
| |\
| | * typo in parsingStanislav Boboň2020-10-151-10/+25
| | |
| | * catch all exceptions so we parse to the endStanislav Boboň2020-10-151-3/+5
| | |
| | * cert_rules for fips, no warnings in tabula and footer quickfixStanislav Boboň2020-10-153-12/+16
| | |
| | * cert_rules commentsStanislav Boboň2020-10-151-20/+4
| | |
| * | add conditional execution of time consuming analysis of certs subsetsPetr Svenda2020-10-151-18/+24
| | |
| * | fixed OS-dependant path separatorPetr Svenda2020-10-152-20/+34
| |/
| * major changesStanislav Boboň2020-10-151-89/+142
| |
| * default dir + broken pdfs + footer checkStanislav Boboň2020-10-151-30/+51
| |
| * light refactoringStanislav Boboň2020-10-153-157/+135
| |
| * initial file changesStanislav Boboň2020-10-153-417/+1287
| |
* | Add and fix some regex rules.J08nY2020-10-151-52/+66
|/
* note refactorPetr Svenda2020-10-151-0/+1
|
* add new rules for PPPetr Svenda2020-10-151-4/+25
|
* add support for analysis of filtered certsPetr Svenda2020-10-041-18/+49
|
* add print dot graph with certificate namePetr Svenda2020-10-041-10/+40
|
* refactor analysis on filtered certsPetr Svenda2020-10-041-21/+43
|
* added profile for 20200717 dowload and intterupted processingPetr Svenda2020-07-171-24/+84
|
* added -raw option to pdftotext, pathsPetr Svenda2020-07-171-11/+17
|
* added SmartMX2 and NesCrypt crypto enginesPetr Svenda2020-07-171-0/+2
|
* fixed invalid load of pp intermediate resultsPetr Svenda2020-02-281-2/+2
|
* improved results folder handlingPetr Svenda2020-02-281-18/+16
| | | | - analysis results were put in older folder, fixed
* added sanitization of non-printable charcaters for regexec matchesPetr Svenda2020-02-281-1/+5
|
* added catch exception for unicode errorsPetr Svenda2020-02-281-8/+15
|
* added path id into results folder namePetr Svenda2020-02-271-10/+13
|
* fixed invalid initialization of dictPetr Svenda2020-02-271-6/+6
|
* added check for presence of base url in dowload url to prevent double insertionPetr Svenda2020-02-271-2/+13
|
* added conditional write of output to json filePetr Svenda2020-02-271-4/+6
|
* removed invalid coding handling errors strategy for binary filesPetr Svenda2020-02-271-1/+1
|