| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Fix CC scheme certificate matching. | J08nY | 2023-08-24 | 2 | -0/+11 | |
| | | | | ||||||
| * | | | Merge pull request #353 from J08nY/feat/pipeline-profile | Ján Jančár | 2023-08-24 | 8 | -96/+103 | |
| |\ \ \ | | | | | | | | | Add profiling | |||||
| | * | | | Add rudimentary profiling. | J08nY | 2023-08-24 | 4 | -49/+93 | |
| | | | | | | | | | | | | | | | | | Fixes #288. | |||||
| | * | | | Do not rerun pdf to text conversion, it is pointless. | J08nY | 2023-08-24 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | Either it works the first time or not, this just wastes time. | |||||
| | * | | | Add psutil do direct deps. | J08nY | 2023-08-24 | 4 | -45/+10 | |
| |/ / / | ||||||
| * | | | Merge pull request #355 from crocs-muni/anonymize-docs | adamjanovsky | 2023-08-24 | 3 | -6/+8 | |
| |\ \ \ | | | | | | | | | anonymize the docs | |||||
| | * | | | anonymize the docs | Adam Janovsky | 2023-08-24 | 3 | -6/+8 | |
| |/ / / | ||||||
| * | | | Fix pandas dtypes in fips/in_process notebook. | J08nY | 2023-08-24 | 1 | -39/+53 | |
| | | | | ||||||
| * | | | Merge pull request #354 from ↵ | Ján Jančár | 2023-08-23 | 3 | -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 /requirements | dependabot[bot] | 2023-08-14 | 3 | -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 analysis | GeorgeFI | 2023-08-27 | 1 | -133/+103 | |
| | | | | ||||||
| | * | | fix: Fixing of types | GeorgeFI | 2023-08-25 | 1 | -4/+6 | |
| | | | | ||||||
| | * | | refactor: Refactored graph building functions | GeorgeFI | 2023-08-25 | 2 | -134/+175 | |
| | | | | ||||||
| | * | | chore: Renaming titles, refactoring | GeorgeFI | 2023-08-25 | 1 | -176/+212 | |
| | | | | ||||||
| | * | | Merge branch 'main' into feat-fips-references | GeorgeFI | 2023-08-20 | 8 | -25/+47 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Fix Canada CC scheme download. | J08nY | 2023-08-14 | 2 | -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čár | 2023-07-26 | 3 | -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 /requirements | dependabot[bot] | 2023-07-25 | 3 | -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čár | 2023-07-21 | 3 | -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 /requirements | dependabot[bot] | 2023-07-20 | 3 | -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 analysis | GeorgeFI | 2023-08-20 | 1 | -118/+967 | |
| | | | | ||||||
| | * | | refactor: General refactoring of complete notebook | GeorgeFI | 2023-08-12 | 1 | -980/+159 | |
| | | | | ||||||
| | * | | refactor: Refactoring of EDA section | GeorgeFI | 2023-08-12 | 1 | -207/+194 | |
| | | | | ||||||
| | * | | feat: Added histograms for certs with at least 1 CVE | GeorgeFI | 2023-08-11 | 1 | -165/+244 | |
| | | | | ||||||
| | * | | fix: Added percentages to pie charts | GeorgeFI | 2023-08-11 | 1 | -207/+211 | |
| | | | | ||||||
| | * | | chore: Renaming titles | GeorgeFI | 2023-07-27 | 1 | -302/+104 | |
| | | | | ||||||
| | * | | fix: Added missing years in temporal ref analysis | GeorgeFI | 2023-07-26 | 1 | -106/+303 | |
| | | | | ||||||
| | * | | feat: Added CVE, status analysis for referencing, no referenced by certs | GeorgeFI | 2023-07-22 | 1 | -16/+130 | |
| | | | | ||||||
| | * | | feat: Analysis of referenced by, not referencing certs | GeorgeFI | 2023-07-22 | 1 | -63/+123 | |
| | | | | ||||||
| | * | | feat: Added temporal evolution of references in percentages | GeorgeFI | 2023-07-22 | 1 | -130/+165 | |
| | | | | ||||||
| | * | | feat: Added temporal evolution of references per year | GeorgeFI | 2023-07-20 | 1 | -6/+5 | |
| | | | | ||||||
| | * | | refactor: General refactoring of the networkx graphs | GeorgeFI | 2023-07-20 | 1 | -24/+23 | |
| | | | | ||||||
| | * | | feat: Added graph of references for most referencing certificate | GeorgeFI | 2023-07-20 | 1 | -28/+44 | |
| | | | | ||||||
| | * | | feat: Added graph for the most referenced certificate | GeorgeFI | 2023-07-20 | 1 | -111/+162 | |
| | | | | ||||||
| | * | | feat: Added colors for digraph, added detailed info, refactoring | GeorgeFI | 2023-07-19 | 1 | -120/+211 | |
| | | | | ||||||
| | * | | feat: Added certificate overview | GeorgeFI | 2023-07-19 | 1 | -12/+353 | |
| | | | | ||||||
| | * | | feat: EDA about CVE distribution | GeorgeFI | 2023-07-19 | 1 | -9/+96 | |
| | | | | ||||||
| | * | | refactor: General refactoring of level references | GeorgeFI | 2023-07-19 | 1 | -132/+112 | |
| | | | | ||||||
| | * | | feat: added algorithm for potential vulnerable active certs | GeorgeFI | 2023-07-18 | 1 | -15/+83 | |
| | | | | ||||||
| | * | | feat: Added eda statistics for cert vulnerability refs | GeorgeFI | 2023-07-18 | 1 | -35/+402 | |
| | | | | ||||||
| | * | | feat: Added pie charts to references eda | GeorgeFI | 2023-07-17 | 1 | -16/+101 | |
| | | | | ||||||
| | * | | feat: Added barplots for cert type and embodiment | GeorgeFI | 2023-07-17 | 1 | -63/+84 | |
| | | | | ||||||
| | * | | chore: Removed EDA analysis, added matplotlib configs | GeorgeFI | 2023-07-17 | 1 | -1629/+45 | |
| | | | | ||||||
| | * | | feat: Added cross references across fips modules | GeorgeFI | 2023-07-17 | 1 | -112/+267 | |
| | | | | ||||||
| | * | | refactor: General refactoring of functions | GeorgeFI | 2023-07-04 | 1 | -133/+124 | |
| | | | | ||||||
| | * | | feat: Added references across different cert types | GeorgeFI | 2023-07-04 | 1 | -120/+191 | |
| | | | | ||||||
| | * | | feat: Added analysis of embodiment references | GeorgeFI | 2023-07-03 | 1 | -13/+104 | |
| | | | | ||||||
| | * | | feat: EDA of direct and indirect fips refs | GeorgeFI | 2023-07-03 | 1 | -110/+229 | |
| | | | | ||||||
| | * | | refactor: General refactoring of level references | GeorgeFI | 2023-06-28 | 1 | -939/+155 | |
| | | | | ||||||
| | * | | feat: Initial implementation of across levels references | GeorgeFI | 2023-06-28 | 1 | -3/+912 | |
| | | | | ||||||
