aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix CC scheme certificate matching.J08nY2023-08-242-0/+11
| | |
* | | Merge pull request #353 from J08nY/feat/pipeline-profileJán Jančár2023-08-248-96/+103
|\ \ \ | | | | | | | | Add profiling
| * | | Add rudimentary profiling.J08nY2023-08-244-49/+93
| | | | | | | | | | | | | | | | Fixes #288.
| * | | Do not rerun pdf to text conversion, it is pointless.J08nY2023-08-241-2/+0
| | | | | | | | | | | | | | | | | | | | Either it works the first time or not, this just wastes time.
| * | | Add psutil do direct deps.J08nY2023-08-244-45/+10
|/ / /
* | | Merge pull request #355 from crocs-muni/anonymize-docsadamjanovsky2023-08-243-6/+8
|\ \ \ | | | | | | | | anonymize the docs
| * | | anonymize the docsAdam Janovsky2023-08-243-6/+8
|/ / /
* | | Fix pandas dtypes in fips/in_process notebook.J08nY2023-08-241-39/+53
| | |
* | | Merge pull request #354 from ↵Ján Jančár2023-08-233-3/+3
|\ \ \ | | | | | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/tornado-6.3.3 Bump tornado from 6.3.2 to 6.3.3 in /requirements
| * | | Bump tornado from 6.3.2 to 6.3.3 in /requirementsdependabot[bot]2023-08-143-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.2 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.2...v6.3.3) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| * | fix: Fixed the renamed functions in analysisGeorgeFI2023-08-271-133/+103
| | |
| * | fix: Fixing of typesGeorgeFI2023-08-251-4/+6
| | |
| * | refactor: Refactored graph building functionsGeorgeFI2023-08-252-134/+175
| | |
| * | chore: Renaming titles, refactoringGeorgeFI2023-08-251-176/+212
| | |
| * | Merge branch 'main' into feat-fips-referencesGeorgeFI2023-08-208-25/+47
| |\ \ | |/ / |/| |
* | | Fix Canada CC scheme download.J08nY2023-08-142-4/+10
| | | | | | | | | | | | | | | | | | They changed their website, which broke our code. Honestly, I am surprised this scheme parsing does not break more often.
* | | Merge pull request #352 from ↵Ján Jančár2023-07-263-3/+3
|\ \ \ | | | | | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/certifi-2023.7.22 Bump certifi from 2022.12.7 to 2023.7.22 in /requirements
| * | | Bump certifi from 2022.12.7 to 2023.7.22 in /requirementsdependabot[bot]2023-07-253-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #350 from ↵Ján Jančár2023-07-213-3/+3
|\ \ \ | | | | | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/pygments-2.15.0 Bump pygments from 2.13.0 to 2.15.0 in /requirements
| * | | Bump pygments from 2.13.0 to 2.15.0 in /requirementsdependabot[bot]2023-07-203-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.13.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| * | refactor: Finish of FIPS reference analysisGeorgeFI2023-08-201-118/+967
| | |
| * | refactor: General refactoring of complete notebookGeorgeFI2023-08-121-980/+159
| | |
| * | refactor: Refactoring of EDA sectionGeorgeFI2023-08-121-207/+194
| | |
| * | feat: Added histograms for certs with at least 1 CVEGeorgeFI2023-08-111-165/+244
| | |
| * | fix: Added percentages to pie chartsGeorgeFI2023-08-111-207/+211
| | |
| * | chore: Renaming titlesGeorgeFI2023-07-271-302/+104
| | |
| * | fix: Added missing years in temporal ref analysisGeorgeFI2023-07-261-106/+303
| | |
| * | feat: Added CVE, status analysis for referencing, no referenced by certsGeorgeFI2023-07-221-16/+130
| | |
| * | feat: Analysis of referenced by, not referencing certsGeorgeFI2023-07-221-63/+123
| | |
| * | feat: Added temporal evolution of references in percentagesGeorgeFI2023-07-221-130/+165
| | |
| * | feat: Added temporal evolution of references per yearGeorgeFI2023-07-201-6/+5
| | |
| * | refactor: General refactoring of the networkx graphsGeorgeFI2023-07-201-24/+23
| | |
| * | feat: Added graph of references for most referencing certificateGeorgeFI2023-07-201-28/+44
| | |
| * | feat: Added graph for the most referenced certificateGeorgeFI2023-07-201-111/+162
| | |
| * | feat: Added colors for digraph, added detailed info, refactoringGeorgeFI2023-07-191-120/+211
| | |
| * | feat: Added certificate overviewGeorgeFI2023-07-191-12/+353
| | |
| * | feat: EDA about CVE distributionGeorgeFI2023-07-191-9/+96
| | |
| * | refactor: General refactoring of level referencesGeorgeFI2023-07-191-132/+112
| | |
| * | feat: added algorithm for potential vulnerable active certsGeorgeFI2023-07-181-15/+83
| | |
| * | feat: Added eda statistics for cert vulnerability refsGeorgeFI2023-07-181-35/+402
| | |
| * | feat: Added pie charts to references edaGeorgeFI2023-07-171-16/+101
| | |
| * | feat: Added barplots for cert type and embodimentGeorgeFI2023-07-171-63/+84
| | |
| * | chore: Removed EDA analysis, added matplotlib configsGeorgeFI2023-07-171-1629/+45
| | |
| * | feat: Added cross references across fips modulesGeorgeFI2023-07-171-112/+267
| | |
| * | refactor: General refactoring of functionsGeorgeFI2023-07-041-133/+124
| | |
| * | feat: Added references across different cert typesGeorgeFI2023-07-041-120/+191
| | |
| * | feat: Added analysis of embodiment referencesGeorgeFI2023-07-031-13/+104
| | |
| * | feat: EDA of direct and indirect fips refsGeorgeFI2023-07-031-110/+229
| | |
| * | refactor: General refactoring of level referencesGeorgeFI2023-06-281-939/+155
| | |
| * | feat: Initial implementation of across levels referencesGeorgeFI2023-06-281-3/+912
| | |