aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix "maintainance" -> "maintenance".J08nY2021-12-093-43/+43
* | | fix: Returning None where dependency set is emptyGeogeFI2021-12-121-4/+4
* | | chore: Hopefully resolved merge conflictGeogeFI2021-12-093-12/+63
|\| |
| * | Slightly more strict CPE matching, less FPAdam Janovsky2021-12-072-5/+19
| * | improve matching -> more strictAdam Janovsky2021-11-262-10/+47
* | | feat: Dependencies on archived certs, BSI certs affecting ANSSI certsGeogeFI2021-11-281-6/+6
* | | feat: Implemented basic analysis for cert dependencies, fixed testsGeogeFI2021-11-271-4/+4
|/ /
* | fix caching nist dictAdam Janovsky2021-11-252-5/+10
* | start caching nist matching dictAdam Janovsky2021-11-253-18/+26
* | fix corner case of vendors missing from CPE datasetAdam Janovsky2021-11-251-2/+4
* | remove duplicate method in CCDatasetAdam Janovsky2021-11-253-27/+9
* | enhance classification report with CPE titlesAdam Janovsky2021-11-241-4/+7
* | dont download cve matching dict from NIST during testsAdam Janovsky2021-11-243-13/+18
* | fix string sanitization during cpe matchingAdam Janovsky2021-11-231-2/+1
* | fix CPE precision evaluation errorAdam Janovsky2021-11-231-5/+3
* | fix cc main. update pandas serializationAdam Janovsky2021-11-231-3/+4
* | pandas serialization moduleAdam Janovsky2021-11-232-0/+16
* | unify pandas interfaceAdam Janovsky2021-11-2315-69/+45
* | delete redundant dataclass constructorAdam Janovsky2021-11-231-18/+7
* | fix evaluation of cpe matchingAdam Janovsky2021-11-231-2/+4
* | increase default number of cpe matches in configAdam Janovsky2021-11-231-1/+1
* | add CPE,CVE related stuff to CLI functionsAdam Janovsky2021-11-162-1/+5
* | just rewrite some ifs to cond. expres.Adam Janovsky2021-11-161-8/+2
* | fix pandas serialization problemAdam Janovsky2021-11-161-2/+3
* | simplify testsAdam Janovsky2021-11-151-1/+1
* | Merge branch 'dev' into cve-matchingAdam Janovsky2021-11-156-12/+177
|\ \
| * \ Merge pull request #110 from crocs-muni/compute-dependenciesadamjanovsky2021-11-159-24/+181
| |\ \ | | |/ | |/|
| | * format: Specified type-hintsGeogeFI2021-11-112-19/+25
| | * refactor: finished DependencyFinder modelGeogeFI2021-11-072-47/+27
| | * feat: Created inner structure for dependenciesGeogeFI2021-11-062-28/+51
| | * feat: Created basic structure for dependency finder model -> not working yet,...GeogeFI2021-11-063-79/+93
| | * fix: Fixed types in CCDaset, fixed CCHeuristicsGeogeFI2021-11-062-12/+14
| | * test: Created simple test and structure for dataset dependencies.GeogeFI2021-11-061-4/+7
| | * Merge branch 'compute-dependencies' of github.com:crocs-muni/sec-certs into c...GeogeFI2021-11-035-9/+12
| | |\
| | | * Rename Heuristics to FIPSHeuristics, CCHeuristicsAdam Janovsky2021-11-016-10/+13
| | * | test: Tests finally fixedGeogeFI2021-11-032-1/+6
| | |/
| | * fix: Renamed properties in json files for testsGeogeFI2021-10-312-1/+1
| | * feat: Created DependencyFinder class - just structureGeogeFI2021-10-311-0/+11
| | * refactor: Refactored build_certs_referencesGeogeFI2021-10-311-8/+12
| | * refactor: Renamed properties for affecting and affected certsGeogeFI2021-10-311-6/+6
| | * fix: Added typehints.GeogeFI2021-10-314-30/+13
| | * test: Passed 25 tests, 3 not fixed yet.GeogeFI2021-10-272-2/+2
| | * refactor: Refactored build_cert_references functionGeogeFI2021-10-271-5/+5
| | * fix: Fixed semantic bugsGeogeFI2021-10-262-8/+8
| | * feat: implemented static methods for affecting certsGeogeFI2021-10-262-16/+35
| | * feat: Implemented build reference function for certificates.GeogeFI2021-10-263-13/+89
| | * feat: Created basic structure how decomposition could look like, not working ...GeogeFI2021-10-202-7/+35
| * | web_scan implicitly in get_certs_from_web()mmstanone2021-11-111-0/+13
* | | fix dataset enrichingAdam Janovsky2021-11-041-1/+1
* | | fixing some corner casesAdam Janovsky2021-11-042-3/+18