| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | change html parsers to html5 | Adam Janovsky | 2021-12-12 | 3 | -5/+8 |
| |/ / / |
|
| * | | | Merge pull request #124 from J08nY/fix/fips-fixes | Ján Jančár | 2021-12-10 | 2 | -9/+9 |
| |\ \ \ |
|
| | * | | | Load CPE matching list before exiting tmpdir. Fix #121. | J08nY | 2021-12-10 | 1 | -4/+4 |
| | * | | | Rename "processed" to "heuristics" in fips. Fix #123. | J08nY | 2021-12-10 | 1 | -5/+5 |
| |/ / / |
|
| * | | | Merge pull request #122 from crocs-muni/fix/unify-logging | Ján Jančár | 2021-12-10 | 7 | -44/+43 |
| |\ \ \ |
|
| | * | | | Unify logging uses. | J08nY | 2021-12-10 | 7 | -44/+43 |
| |/ / / |
|
| * | | | Merge pull request #120 from crocs-muni/fix/fips_cli_configpath | Ján Jančár | 2021-12-10 | 2 | -5/+5 |
| |\ \ \ |
|
| | * | | | Fix bad config path load in fips_cli.py | J08nY | 2021-12-10 | 2 | -5/+5 |
| |/ / / |
|
| * | | | Merge pull request #119 from crocs-muni/fix/bump-numpy-1.21.4 | Ján Jančár | 2021-12-10 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Bump numpy to 1.21.4 to get rid of weird error. | J08nY | 2021-12-10 | 1 | -2/+2 |
| |/ / / |
|
| * | | | Merge pull request #118 from J08nY/fix/maintenance | adamjanovsky | 2021-12-09 | 9 | -60/+60 |
| |\ \ \ |
|
| | * | | | Fix "maintainance" -> "maintenance". | J08nY | 2021-12-09 | 9 | -60/+60 |
| |/ / / |
|
| | * | | Removal of useless condition | mmstanone | 2021-12-12 | 1 | -2/+1 |
| | * | | FIPSDataset does not need None at all | mmstanone | 2021-12-12 | 1 | -11/+12 |
| | * | | Optional from fips dataset not used | mmstanone | 2021-12-12 | 1 | -14/+2 |
| | * | | Mappings + optional fips certificate | mmstanone | 2021-12-12 | 6 | -49/+65 |
| | * | | Mainly FIPS mypy issues | mmstanone | 2021-11-18 | 5 | -48/+100 |
| | * | | assert -> if - raise | mmstanone | 2021-11-18 | 5 | -28/+78 |
| | * | | fix of minor errors | mmstanone | 2021-11-18 | 2 | -4/+4 |
| | * | | Delays to fight 403s | mmstanone | 2021-11-18 | 2 | -6/+7 |
| | * | | types in FIPSCertificate | mmstanone | 2021-11-11 | 1 | -11/+18 |
| | * | | LSP + paths | mmstanone | 2021-11-11 | 4 | -4/+8 |
| | * | | CVE and CPE types | mmstanone | 2021-11-11 | 2 | -15/+29 |
| | * | | constants and helpers | mmstanone | 2021-11-11 | 3 | -12/+20 |
| | * | | rules, serialization and processing | mmstanone | 2021-11-11 | 4 | -11/+16 |
| | | * | fix: Fixed not working things in analysis due to change in dependency computa... | GeogeFI | 2021-12-12 | 1 | -401/+1327 |
| | | * | test: Fixed tests for directly_affecting and indirectly_affecting | GeogeFI | 2021-12-12 | 1 | -2/+2 |
| | | * | fix: Returning None where dependency set is empty | GeogeFI | 2021-12-12 | 1 | -4/+4 |
| | | * | fix: Changed colormap of heatmap, added axis labels | GeogeFI | 2021-12-09 | 1 | -202/+166 |
| | | * | refactor: Little refactoring killed nobody | GeogeFI | 2021-12-09 | 1 | -142/+150 |
| | | * | feat: Normalized countplots | GeogeFI | 2021-12-09 | 1 | -245/+288 |
| | | * | feat: Implemented ANSSI affecting BSI functionality, refactored tests | GeogeFI | 2021-12-09 | 2 | -219/+210 |
| | | * | chore: Hopefully resolved merge conflict | GeogeFI | 2021-12-09 | 5 | -18/+71 |
| | | |\
| |_|/
|/| | |
|
| * | | | Fix argument error in test | Adam Janovsky | 2021-12-07 | 1 | -1/+1 |
| * | | | Slightly more strict CPE matching, less FP | Adam Janovsky | 2021-12-07 | 2 | -5/+19 |
| * | | | Enhance CVE notebook with further analyses | Adam Janovsky | 2021-12-07 | 2 | -78/+624 |
| * | | | fix fips tests | Adam Janovsky | 2021-11-30 | 1 | -1/+1 |
| * | | | improve matching -> more strict | Adam Janovsky | 2021-11-26 | 2 | -10/+47 |
| | | * | feat: Implemented basic analysis on smart cards, final version of analysis fo... | GeogeFI | 2021-12-07 | 1 | -267/+1737 |
| | | * | feat: Added heatmap for security level dependencies, list categories of 10 mo... | GeogeFI | 2021-12-05 | 1 | -205/+366 |
| | | * | feat: Implemented all security levels | GeogeFI | 2021-12-02 | 1 | -9/+74 |
| | | * | feat: Added new feature for counting which security levels is certificate aff... | GeogeFI | 2021-12-02 | 1 | -803/+1680 |
| | | * | refactor: Refactored version, nearly final version for thursday coworking | GeogeFI | 2021-12-01 | 1 | -655/+869 |
| | | * | feat: Refactored cross reference function, tested, total of 25 cross referenc... | GeogeFI | 2021-12-01 | 1 | -713/+55 |
| | | * | feat: Implemented cross reference analysis, not tested, too slow - refactor s... | GeogeFI | 2021-12-01 | 1 | -69/+1505 |
| | | * | feat: Dependencies on archived certs, BSI certs affecting ANSSI certs | GeogeFI | 2021-11-28 | 3 | -125/+374 |
| | | * | feat: Implemented basic analysis for cert dependencies, fixed tests | GeogeFI | 2021-11-27 | 4 | -15/+1502 |
| | |/
|/| |
|
| * | | Merge pull request #114 from crocs-muni/pandas-unification | adamjanovsky | 2021-11-25 | 24 | -196/+190 |
| |\ \ |
|
| | * | | fix caching nist dict | Adam Janovsky | 2021-11-25 | 3 | -6/+11 |
| | * | | start caching nist matching dict | Adam Janovsky | 2021-11-25 | 4 | -20/+28 |