- Jul 28, 2024
-
-
Jan-Niclas Strüwer authored
-
- Jul 26, 2024
-
-
Jan-Niclas Strüwer authored
-
Jan-Niclas Strüwer authored
-
Jan-Niclas Strüwer authored
- changed dependency imports inside the library to project(...) imports - replaced decaperated KotlinCompile task
-
Jan-Niclas Strüwer authored
- Moved data models for VulnerabilityDto.kt, KpiKind.kt, and RawValueKpiCreateDto.kt to the model's library. - Created KpiAdapter.kt as an interface for all tool adapter, transforming arbitrary tool results into RawValueKpiCreateDto.kt - Created a CveAdapter.kt to transform given VulnerabilityDto.kt into RawValueKpiCreateDto.kt. - Refactored the KpiKind.kt functionality inside the new backend application to retain its previous functionality without the need to move frontend specific code into the library. We now use extension functions in the backend to achieve the same functionality
-
Jan-Niclas Strüwer authored
-
Jan-Niclas Strüwer authored
build: fixed building error for tests in the structure by moving the test files to the appropriate location.
-
- Jul 25, 2024
-
-
Lucas Briese authored
-
Jan-Niclas Strüwer authored
-