aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * improve vuln notebookAdam Janovsky2022-05-261-238/+333
| |
| * improve CVE notebookAdam Janovsky2022-05-263-220/+729
| |
| * add seabornAdam Janovsky2022-05-262-2/+11
| |
| * random docs fixesAdam Janovsky2022-05-232-8/+9
| |
| * adds FIPSCertificate docsAdam Janovsky2022-05-233-34/+128
| |
| * add docs CommonCriteriaCertAdam Janovsky2022-05-232-23/+167
| |
| * fix typo in quickstart docsAdam Janovsky2022-05-231-2/+2
| |
| * add docs for CCDatasetAdam Janovsky2022-05-235-27/+130
| |
| * add fipsdataset docsAdam Janovsky2022-05-225-92/+147
| |
| * docs: fix typoAdam Janovsky2022-05-211-1/+1
| |
| * Docs: configuratiom.md without editing makefileAdam Janovsky2022-05-214-30/+26
| |
| * Docs: automatically generate configuration pageAdam Janovsky2022-05-205-2/+39
| |
| * Docs: add some examplesAdam Janovsky2022-05-209-76/+449
| |
| * docs tabs and copybuttonsAdam Janovsky2022-05-203-2/+16
| |
| * update docsAdam Janovsky2022-05-204-16/+69
| |
| * add pkgconfigAdam Janovsky2022-05-202-0/+3
| |
| * Docs: autodoc, model package docsAdam Janovsky2022-05-205-11/+64
| |
| * CPE model make some method private, docsAdam Janovsky2022-05-201-42/+53
| |
| * merge mainAdam Janovsky2022-05-2051-1194/+2380
| |\ | |/ |/|
* | Merge pull request #209 from ↵adamjanovsky2022-05-133-0/+30
|\ \ | | | | | | | | | | | | crocs-muni/issue/208-Add-user-warnings-in-case-of-missing-dependencies warn user on missing poppler, graphviz
| * | warn user on missing poppler, graphvizAdam Janovsky2022-05-133-0/+30
|/ /
* | Merge pull request #206 from ↵adamjanovsky2022-05-1330-153/+195
|\ \ | | | | | | | | | | | | crocs-muni/issue/190-Aggregate-to-be-imported-modules-into-proper-__init__py-file populate __init__ for packages
| * | add docstrings for packagesAdam Janovsky2022-05-134-0/+18
| | |
| * | reorganize imports in examples, CLIs, notebooksAdam Janovsky2022-05-1320-91/+79
| | |
| * | populate __init__ for modulesAdam Janovsky2022-05-1210-62/+98
|/ /
* | Merge pull request #205 from crocs-muni/feat/better-dataset-constructorsadamjanovsky2022-05-123-10/+12
|\ \ | | | | | | allow empty dataset constructors
| * | allow empty dataset constructorsAdam Janovsky2022-05-123-10/+12
|/ /
* | Merge pull request #204 from crocs-muni/issue/203-CC-get_certs_from_web-failsadamjanovsky2022-05-122-6/+14
|\ \ | | | | | | fix empty raise, more detailed info about badly parsed html
| * | allow empty filesAdam Janovsky2022-05-121-2/+5
| | |
| * | fix empty raise, more detailed info about badly parsed htmlAdam Janovsky2022-05-122-8/+13
|/ /
* | Merge pull request #202 from ↵adamjanovsky2022-05-121-9/+1
|\ \ | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/pypdf2-1.27.5 build(deps): bump pypdf2 from 1.26.0 to 1.27.5 in /requirements
| * | build(deps): bump pypdf2 from 1.26.0 to 1.27.5 in /requirementsdependabot[bot]2022-05-121-9/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.5. - [Release notes](https://github.com/py-pdf/PyPDF2/releases) - [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG) - [Commits](https://github.com/py-pdf/PyPDF2/compare/1.26.0...1.27.5) --- updated-dependencies: - dependency-name: pypdf2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #188 from crocs-muni/feat/research-cve-notebookadamjanovsky2022-05-1125-1041/+2147
|\ \ | | | | | | Improve CPE matching (again) and add SAR processing
| * | implement EAL-implied SARs inferenceAdam Janovsky2022-05-109-109/+300
| | |
| * | delete debugging statementAdam Janovsky2022-05-091-1/+0
| | |
| * | fix tests, new SAR testsAdam Janovsky2022-05-093-249/+274
| | |
| * | improve sar parsingAdam Janovsky2022-05-094-35/+110
| | |
| * | fix download progress barAdam Janovsky2022-05-092-7/+17
| | |
| * | refactor SAR transformer, add docstringsAdam Janovsky2022-05-093-15/+40
| | |
| * | progress bar on from_web_latest()Adam Janovsky2022-05-093-7/+31
| | |
| * | Dockerfile: instal spacy language modelAdam Janovsky2022-05-051-6/+9
| | |
| * | Merge branch 'main' into feat/research-cve-notebookAdam Janovsky2022-05-0514-190/+2904
| |\ \ | |/ / |/| |
| * | add lemmatization prior to cve matchingAdam Janovsky2022-05-056-26/+71
| | |
| * | disable enhancing CPE dataset with CPEs found only in CVEDsetAdam Janovsky2022-05-031-10/+10
| | |
| * | WiP CVE notebookAdam Janovsky2022-04-183-548/+244
| | |
| * | update sar corr readmeAdam Janovsky2022-04-181-1/+3
| | |
| * | intermediate correlation results SARs CVEsAdam Janovsky2022-04-183-0/+67
| | |
| * | sar correlation PoC in notebookAdam Janovsky2022-04-182-91/+622
| | |
| * | PoC SAR parserAdam Janovsky2022-04-184-0/+106
| | |
| * | add ipywidget into requirements for notebook tqdmAdam Janovsky2022-04-182-17/+42
| | |