| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 1 | -220/+0 |
| | | | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints | ||||
| * | Make DependencyFinder drop unknown refs in CC and FIPS dataset use. | J08nY | 2022-09-27 | 1 | -2/+2 |
| | | |||||
| * | Properly handle duplicates in dependency finder. | J08nY | 2022-09-25 | 1 | -25/+14 |
| | | | | | Do not assign references to duplicates other than the main one. | ||||
| * | Make DependencyFinder handle duplicates and unknowns. | J08nY | 2022-09-25 | 1 | -36/+102 |
| | | |||||
| * | Cleanup DependencyFinder. | J08nY | 2022-09-25 | 1 | -24/+22 |
| | | |||||
| * | Fix #237 and cleanup DependencyFinder. | J08nY | 2022-09-25 | 1 | -57/+42 |
| | | |||||
| * | chore: fix model doc style | Adam Janovsky | 2022-05-27 | 1 | -8/+9 |
| | | |||||
| * | chore: Altered docstring with proper naming | GeogeFI | 2022-05-26 | 1 | -2/+2 |
| | | |||||
| * | docs: Documentation for DependecyFinder and DependencyVulnerabilityFinder models | GeogeFI | 2022-05-26 | 1 | -0/+25 |
| | | |||||
| * | populate __init__ for modules | Adam Janovsky | 2022-05-12 | 1 | -11/+1 |
| | | |||||
| * | refactor: Refactored referenced module | GeogeFI | 2022-04-09 | 1 | -10/+18 |
| | | |||||
| * | Introduce references object. | J08nY | 2022-02-22 | 1 | -0/+18 |
| | | |||||
| * | Extend PDFData structure with stuff extracted from more frontpages. | J08nY | 2022-02-22 | 1 | -3/+7 |
| | | |||||
| * | Use id and ref lookup functions in DependencyFinder. | J08nY | 2022-02-22 | 1 | -12/+13 |
| | | | | | | This allows for reuse of DependencyFinder also for FIPS and overall more modularity. | ||||
| * | Rename "affect" -> "reference". | J08nY | 2022-02-22 | 1 | -16/+16 |
| | | | | | | | | We shouldn't use affecting to describe the relationship that we are describing here as we are only collecting references and can't say anything about whether the referenced certificates are truly affecting one another. | ||||
| * | format: Removed unnecessary imports | GeogeFI | 2022-02-17 | 1 | -1/+1 |
| | | |||||
| * | refactor: Unified types among dependencies | GeogeFI | 2022-02-17 | 1 | -7/+7 |
| | | |||||
| * | finalize typing in model package | Adam Janovsky | 2022-02-11 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'dev' into dependency-analysis | Adam Janovsky | 2022-01-29 | 1 | -16/+19 |
| |\ | |||||
| | * | Complexity of functions | mmstanone | 2022-01-14 | 1 | -16/+19 |
| | | | |||||
| * | | Merge branch 'dev' into dependency-analysis | Adam Janovsky | 2021-12-19 | 1 | -16/+25 |
| |\| | |||||
| | * | sort imports | Adam Janovsky | 2021-12-18 | 1 | -1/+2 |
| | | | |||||
| | * | Format code with black | Adam Janovsky | 2021-12-18 | 1 | -11/+15 |
| | | | |||||
| | * | (the real commit) | mmstanone | 2021-12-13 | 1 | -4/+8 |
| | | | |||||
| * | | fix: Returning None where dependency set is empty | GeogeFI | 2021-12-12 | 1 | -4/+4 |
| |/ | |||||
| * | simplify tests | Adam Janovsky | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | format: Specified type-hints | GeogeFI | 2021-11-11 | 1 | -15/+21 |
| | | |||||
| * | refactor: finished DependencyFinder model | GeogeFI | 2021-11-07 | 1 | -19/+22 |
| | | |||||
| * | feat: Created inner structure for dependencies | GeogeFI | 2021-11-06 | 1 | -2/+27 |
| | | |||||
| * | feat: Created basic structure for dependency finder model -> not working ↵ | GeogeFI | 2021-11-06 | 1 | -2/+80 |
| | | | | | yet, just prototype | ||||
| * | feat: Created DependencyFinder class - just structure | GeogeFI | 2021-10-31 | 1 | -0/+11 |
