| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | refactor FIPS tests | Adam Janovsky | 2021-11-25 | 1 | -31/+38 | |
| | | | | ||||||
| | * | | move test config file | Adam Janovsky | 2021-11-25 | 1 | -0/+0 | |
| | | | | ||||||
| | * | | fix corner case of vendors missing from CPE dataset | Adam Janovsky | 2021-11-25 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | remove duplicate method in CCDataset | Adam Janovsky | 2021-11-25 | 3 | -27/+9 | |
| | | | | ||||||
| | * | | enhance classification report with CPE titles | Adam Janovsky | 2021-11-24 | 1 | -4/+7 | |
| | | | | ||||||
| | * | | dont download cve matching dict from NIST during tests | Adam Janovsky | 2021-11-24 | 4 | -16/+21 | |
| | | | | ||||||
| | * | | fix string sanitization during cpe matching | Adam Janovsky | 2021-11-23 | 1 | -2/+1 | |
| | | | | ||||||
| | * | | fix CPE precision evaluation error | Adam Janovsky | 2021-11-23 | 1 | -5/+3 | |
| | | | | ||||||
| | * | | fix cc main. update pandas serialization | Adam Janovsky | 2021-11-23 | 1 | -3/+4 | |
| | | | | ||||||
| | * | | pandas serialization module | Adam Janovsky | 2021-11-23 | 2 | -0/+16 | |
| | | | | ||||||
| | * | | unify pandas interface | Adam Janovsky | 2021-11-23 | 16 | -83/+60 | |
| | | | | ||||||
| | * | | delete redundant dataclass constructor | Adam Janovsky | 2021-11-23 | 1 | -18/+7 | |
| | | | | ||||||
| | * | | relax version requirements for urllib | Adam Janovsky | 2021-11-23 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | fix evaluation of cpe matching | Adam Janovsky | 2021-11-23 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | increase default number of cpe matches in config | Adam Janovsky | 2021-11-23 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | add packaging to requirements | Adam Janovsky | 2021-11-16 | 1 | -1/+2 | |
| | | | ||||||
| * | | fix import error in CLIs | Adam Janovsky | 2021-11-16 | 2 | -2/+2 | |
| | | | ||||||
| * | | separate notebooks CC FIPS | Adam Janovsky | 2021-11-16 | 2 | -513/+663 | |
| | | | ||||||
| * | | add CPE,CVE related stuff to CLI functions | Adam Janovsky | 2021-11-16 | 2 | -1/+5 | |
| | | | ||||||
| * | | just rewrite some ifs to cond. expres. | Adam Janovsky | 2021-11-16 | 1 | -8/+2 | |
| | | | ||||||
| * | | fix pandas serialization problem | Adam Janovsky | 2021-11-16 | 1 | -2/+3 | |
| | | | ||||||
| * | | Merge pull request #108 from crocs-muni/cve-matching | adamjanovsky | 2021-11-15 | 51 | -779/+79786 | |
| |\ \ | | | | | | | CVE matching | |||||
| | * | | fix wrong module path | Adam Janovsky | 2021-11-15 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | simplify tests | Adam Janovsky | 2021-11-15 | 7 | -5/+4 | |
| | | | | ||||||
| | * | | Merge branch 'dev' into cve-matching | Adam Janovsky | 2021-11-15 | 12 | -28/+1263 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Merge pull request #110 from crocs-muni/compute-dependencies | adamjanovsky | 2021-11-15 | 15 | -32/+1267 | |
| |\ \ \ | |_|/ |/| | | Compute dependencies | |||||
| | * | | test: Finished tests for computing dependencies | GeogeFI | 2021-11-14 | 2 | -1/+1055 | |
| | | | | ||||||
| | * | | format: Specified type-hints | GeogeFI | 2021-11-11 | 2 | -19/+25 | |
| | | | | ||||||
| | * | | refactor: finished DependencyFinder model | GeogeFI | 2021-11-07 | 2 | -47/+27 | |
| | | | | ||||||
| | * | | feat: Created inner structure for dependencies | GeogeFI | 2021-11-06 | 2 | -28/+51 | |
| | | | | ||||||
| | * | | feat: Created basic structure for dependency finder model -> not working ↵ | GeogeFI | 2021-11-06 | 3 | -79/+93 | |
| | | | | | | | | | | | | | yet, just prototype | |||||
| | * | | fix: Fixed tests | GeogeFI | 2021-11-06 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | fix: Fixed types in CCDaset, fixed CCHeuristics | GeogeFI | 2021-11-06 | 2 | -12/+14 | |
| | | | | ||||||
| | * | | test: Created simple test and structure for dataset dependencies. | GeogeFI | 2021-11-06 | 3 | -4/+18 | |
| | | | | ||||||
| | * | | Merge branch 'compute-dependencies' of github.com:crocs-muni/sec-certs into ↵ | GeogeFI | 2021-11-03 | 8 | -13/+16 | |
| | |\ \ | | | | | | | | | | | | | compute-dependencies | |||||
| | | * | | fix typo in template test dataset | Adam Janovsky | 2021-11-01 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | Rename Heuristics to FIPSHeuristics, CCHeuristics | Adam Janovsky | 2021-11-01 | 9 | -14/+17 | |
| | | | | | ||||||
| | * | | | test: Tests finally fixed | GeogeFI | 2021-11-03 | 3 | -3/+8 | |
| | |/ / | ||||||
| | * | | fix: Renamed properties in json files for tests | GeogeFI | 2021-10-31 | 4 | -13/+13 | |
| | | | | ||||||
| | * | | feat: Created DependencyFinder class - just structure | GeogeFI | 2021-10-31 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | refactor: Refactored build_certs_references | GeogeFI | 2021-10-31 | 1 | -8/+12 | |
| | | | | ||||||
| | * | | refactor: Renamed properties for affecting and affected certs | GeogeFI | 2021-10-31 | 1 | -6/+6 | |
| | | | | ||||||
| | * | | fix: Added typehints. | GeogeFI | 2021-10-31 | 5 | -31/+15 | |
| | | | | ||||||
| | * | | test: Passed 25 tests, 3 not fixed yet. | GeogeFI | 2021-10-27 | 4 | -5/+17 | |
| | | | | ||||||
| | * | | refactor: Refactored build_cert_references function | GeogeFI | 2021-10-27 | 1 | -5/+5 | |
| | | | | ||||||
| | * | | fix: Fixed semantic bugs | GeogeFI | 2021-10-26 | 2 | -8/+8 | |
| | | | | ||||||
| | * | | feat: implemented static methods for affecting certs | GeogeFI | 2021-10-26 | 2 | -16/+35 | |
| | | | | ||||||
| | * | | feat: Implemented build reference function for certificates. | GeogeFI | 2021-10-26 | 3 | -13/+89 | |
| | | | | ||||||
| | * | | feat: Created basic structure how decomposition could look like, not working ↵ | GeogeFI | 2021-10-20 | 2 | -7/+35 | |
| | | | | | | | | | | | | | yet. | |||||
| * | | | Merge pull request #113 from crocs-muni/fips-web-scan | adamjanovsky | 2021-11-11 | 4 | -14/+19 | |
| |\ \ \ | | | | | | | | | get_certs_from_web() calls web_scan() | |||||
