aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
| * | | change html parsers to html5Adam Janovsky2021-12-123-5/+8
|/ / /
* | | Merge pull request #124 from J08nY/fix/fips-fixesJán Jančár2021-12-102-9/+9
|\ \ \
| * | | Load CPE matching list before exiting tmpdir. Fix #121.J08nY2021-12-101-4/+4
| * | | Rename "processed" to "heuristics" in fips. Fix #123.J08nY2021-12-101-5/+5
|/ / /
* | | Merge pull request #122 from crocs-muni/fix/unify-loggingJán Jančár2021-12-107-44/+43
|\ \ \
| * | | Unify logging uses.J08nY2021-12-107-44/+43
|/ / /
* | | Merge pull request #120 from crocs-muni/fix/fips_cli_configpathJán Jančár2021-12-102-5/+5
|\ \ \
| * | | Fix bad config path load in fips_cli.pyJ08nY2021-12-102-5/+5
|/ / /
* | | Merge pull request #119 from crocs-muni/fix/bump-numpy-1.21.4Ján Jančár2021-12-101-2/+2
|\ \ \
| * | | Bump numpy to 1.21.4 to get rid of weird error.J08nY2021-12-101-2/+2
|/ / /
* | | Merge pull request #118 from J08nY/fix/maintenanceadamjanovsky2021-12-099-60/+60
|\ \ \
| * | | Fix "maintainance" -> "maintenance".J08nY2021-12-099-60/+60
|/ / /
| * | Removal of useless conditionmmstanone2021-12-121-2/+1
| * | FIPSDataset does not need None at allmmstanone2021-12-121-11/+12
| * | Optional from fips dataset not usedmmstanone2021-12-121-14/+2
| * | Mappings + optional fips certificatemmstanone2021-12-126-49/+65
| * | Mainly FIPS mypy issuesmmstanone2021-11-185-48/+100
| * | assert -> if - raisemmstanone2021-11-185-28/+78
| * | fix of minor errorsmmstanone2021-11-182-4/+4
| * | Delays to fight 403smmstanone2021-11-182-6/+7
| * | types in FIPSCertificatemmstanone2021-11-111-11/+18
| * | LSP + pathsmmstanone2021-11-114-4/+8
| * | CVE and CPE typesmmstanone2021-11-112-15/+29
| * | constants and helpersmmstanone2021-11-113-12/+20
| * | rules, serialization and processingmmstanone2021-11-114-11/+16
| | * fix: Fixed not working things in analysis due to change in dependency computa...GeogeFI2021-12-121-401/+1327
| | * test: Fixed tests for directly_affecting and indirectly_affectingGeogeFI2021-12-121-2/+2
| | * fix: Returning None where dependency set is emptyGeogeFI2021-12-121-4/+4
| | * fix: Changed colormap of heatmap, added axis labelsGeogeFI2021-12-091-202/+166
| | * refactor: Little refactoring killed nobodyGeogeFI2021-12-091-142/+150
| | * feat: Normalized countplotsGeogeFI2021-12-091-245/+288
| | * feat: Implemented ANSSI affecting BSI functionality, refactored testsGeogeFI2021-12-092-219/+210
| | * chore: Hopefully resolved merge conflictGeogeFI2021-12-095-18/+71
| | |\ | |_|/ |/| |
* | | Fix argument error in testAdam Janovsky2021-12-071-1/+1
* | | Slightly more strict CPE matching, less FPAdam Janovsky2021-12-072-5/+19
* | | Enhance CVE notebook with further analysesAdam Janovsky2021-12-072-78/+624
* | | fix fips testsAdam Janovsky2021-11-301-1/+1
* | | improve matching -> more strictAdam Janovsky2021-11-262-10/+47
| | * feat: Implemented basic analysis on smart cards, final version of analysis fo...GeogeFI2021-12-071-267/+1737
| | * feat: Added heatmap for security level dependencies, list categories of 10 mo...GeogeFI2021-12-051-205/+366
| | * feat: Implemented all security levelsGeogeFI2021-12-021-9/+74
| | * feat: Added new feature for counting which security levels is certificate aff...GeogeFI2021-12-021-803/+1680
| | * refactor: Refactored version, nearly final version for thursday coworkingGeogeFI2021-12-011-655/+869
| | * feat: Refactored cross reference function, tested, total of 25 cross referenc...GeogeFI2021-12-011-713/+55
| | * feat: Implemented cross reference analysis, not tested, too slow - refactor s...GeogeFI2021-12-011-69/+1505
| | * feat: Dependencies on archived certs, BSI certs affecting ANSSI certsGeogeFI2021-11-283-125/+374
| | * feat: Implemented basic analysis for cert dependencies, fixed testsGeogeFI2021-11-274-15/+1502
| |/ |/|
* | Merge pull request #114 from crocs-muni/pandas-unificationadamjanovsky2021-11-2524-196/+190
|\ \
| * | fix caching nist dictAdam Janovsky2021-11-253-6/+11
| * | start caching nist matching dictAdam Janovsky2021-11-254-20/+28