summaryrefslogtreecommitdiffhomepage
path: root/sec_certs
Commit message (Expand)AuthorAgeFilesLines
* format: Formatting with lintersGeogeFI2022-04-211-7/+4
* feat: Updated cert rules from old-api branchGeogeFI2022-04-211-2/+10
* delete debugging print statementAdam Janovsky2022-04-101-3/+0
* test: Added tests for dependecy vulnerabilitiesGeogeFI2022-04-091-0/+4
* refactor: Refactored referenced moduleGeogeFI2022-04-093-13/+21
* refactor: Renamed methods to suit sklearn philosophyGeogeFI2022-04-092-7/+21
* chore: Deleted unnecessary function in cc datasetGeogeFI2022-04-071-12/+0
* Merge branch 'main' into dependency-vulnerabilityGeogeFI2022-04-077-60/+104
|\
| * Refactor/pdftotext as library (#183)adamjanovsky2022-04-043-11/+16
| * fix: Matching anssi certs with recertification, removed regex for turkish certsGeogeFI2022-04-011-2/+1
| * Fix issue with MIP download due to change in FIPS site.J08nY2022-03-292-47/+86
| * Explicitly terminate the Thread or Process pool.J08nY2022-03-231-0/+1
* | refactor: Renamed function namesGeogeFI2022-04-072-14/+15
* | format: Mypy fixGeogeFI2022-04-021-2/+5
* | feat: Implemented model for dependency vulnerabilities, testedGeogeFI2022-04-023-52/+26
* | feat: Partly implemented module, not integrated with dataset, nor testedGeogeFI2022-04-021-0/+96
* | refactor: Fixing comments from code reviewGeogeFI2022-04-021-14/+16
* | feat: Implemented mechanism for skipping duplicates in dependency vulnerabili...GeogeFI2022-04-022-1/+18
* | chore: Mypy hopefully fixed v2GeogeFI2022-03-191-4/+6
* | chore: Hopefully fixed problem with circular importGeogeFI2022-03-191-2/+5
* | format: Formatting with isort, flake8, mypyGeogeFI2022-03-191-5/+2
* | chore: Removed print statementsGeogeFI2022-03-191-3/+0
* | refactor: Refactored improved versionGeogeFI2022-03-191-26/+27
* | chore: Fixed tests, added support for indirect referencesGeogeFI2022-03-191-5/+24
* | feat: Direct dependency vulnerabilities - naive solutionGeogeFI2022-03-192-0/+28
|/
* Merge branch 'main' into cert_id_fixGeogeFI2022-03-086-102/+159
|\
| * Blacken file.J08nY2022-03-041-1/+1
| * Adapt FIPS tests to new reference API.J08nY2022-03-042-39/+35
| * Introduce references object.J08nY2022-02-223-15/+33
| * Extend PDFData structure with stuff extracted from more frontpages.J08nY2022-02-224-20/+55
| * Use id and ref lookup functions in DependencyFinder.J08nY2022-02-222-13/+21
| * Rename "affect" -> "reference".J08nY2022-02-224-36/+36
* | chore: Lowered from error log to warningGeogeFI2022-03-051-1/+1
* | fix: Fixed normalization to broken PDFsGeogeFI2022-03-051-2/+1
|/
* Merge pull request #171 from crocs-muni/fix-cpe-matching-inconsistenciesadamjanovsky2022-02-1713-140/+232
|\
| * fix start_version, end_version problemsAdam Janovsky2022-02-173-14/+38
| * Normalize generic CPE versionsAdam Janovsky2022-02-174-4/+16
| * proper escaping when parsing CPEsAdam Janovsky2022-02-173-4/+44
| * fix: Try/except for getting of cert labGeogeFI2022-02-171-2/+5
| * format: Typing for CCHeuristics classGeogeFI2022-02-171-1/+1
| * format: Removed unnecessary importsGeogeFI2022-02-171-1/+1
| * refactor: Unified types among dependenciesGeogeFI2022-02-171-7/+7
| * deterministic cpe matchesAdam Janovsky2022-02-172-3/+3
| * evaluation of cpe matching on setsAdam Janovsky2022-02-171-8/+11
| * cpe matches list->set, heuristic type hintsAdam Janovsky2022-02-167-78/+69
| * sort keys on cpe matching evaluationAdam Janovsky2022-02-161-1/+1
| * save some time on CPE matchingAdam Janovsky2022-02-163-22/+35
| * fix cpe matching exampleAdam Janovsky2022-02-161-1/+7
* | Fix storage of PDF metadata.J08nY2022-02-171-1/+17
|/
* fix failing flake8mmstanone2022-02-132-6/+12