aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | refactor FIPS testsAdam Janovsky2021-11-251-31/+38
| | |
| * | move test config fileAdam Janovsky2021-11-251-0/+0
| | |
| * | 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-244-16/+21
| | |
| * | 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-2316-83/+60
| | |
| * | delete redundant dataclass constructorAdam Janovsky2021-11-231-18/+7
| | |
| * | relax version requirements for urllibAdam Janovsky2021-11-231-2/+2
| | |
| * | fix evaluation of cpe matchingAdam Janovsky2021-11-231-2/+4
| | |
| * | increase default number of cpe matches in configAdam Janovsky2021-11-231-1/+1
|/ /
* | add packaging to requirementsAdam Janovsky2021-11-161-1/+2
| |
* | fix import error in CLIsAdam Janovsky2021-11-162-2/+2
| |
* | separate notebooks CC FIPSAdam Janovsky2021-11-162-513/+663
| |
* | 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
| |
* | Merge pull request #108 from crocs-muni/cve-matchingadamjanovsky2021-11-1551-779/+79786
|\ \ | | | | | | CVE matching
| * | fix wrong module pathAdam Janovsky2021-11-151-2/+2
| | |
| * | simplify testsAdam Janovsky2021-11-157-5/+4
| | |
| * | Merge branch 'dev' into cve-matchingAdam Janovsky2021-11-1512-28/+1263
| |\ \ | |/ / |/| |
* | | Merge pull request #110 from crocs-muni/compute-dependenciesadamjanovsky2021-11-1515-32/+1267
|\ \ \ | |_|/ |/| | Compute dependencies
| * | test: Finished tests for computing dependenciesGeogeFI2021-11-142-1/+1055
| | |
| * | 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 ↵GeogeFI2021-11-063-79/+93
| | | | | | | | | | | | yet, just prototype
| * | fix: Fixed testsGeogeFI2021-11-061-2/+2
| | |
| * | fix: Fixed types in CCDaset, fixed CCHeuristicsGeogeFI2021-11-062-12/+14
| | |
| * | test: Created simple test and structure for dataset dependencies.GeogeFI2021-11-063-4/+18
| | |
| * | Merge branch 'compute-dependencies' of github.com:crocs-muni/sec-certs into ↵GeogeFI2021-11-038-13/+16
| |\ \ | | | | | | | | | | | | compute-dependencies
| | * | fix typo in template test datasetAdam Janovsky2021-11-011-2/+2
| | | |
| | * | Rename Heuristics to FIPSHeuristics, CCHeuristicsAdam Janovsky2021-11-019-14/+17
| | | |
| * | | test: Tests finally fixedGeogeFI2021-11-033-3/+8
| |/ /
| * | fix: Renamed properties in json files for testsGeogeFI2021-10-314-13/+13
| | |
| * | 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-315-31/+15
| | |
| * | test: Passed 25 tests, 3 not fixed yet.GeogeFI2021-10-274-5/+17
| | |
| * | 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
| | | | | | | | | | | | yet.
* | | Merge pull request #113 from crocs-muni/fips-web-scanadamjanovsky2021-11-114-14/+19
|\ \ \ | | | | | | | | get_certs_from_web() calls web_scan()