- Jul 31, 2024
-
-
Jan-Niclas Strüwer authored
-
-
Hutomo Saleh authored
-
- Jul 30, 2024
-
-
Hutomo Saleh authored
-
Hutomo Saleh authored
-
Hutomo Saleh authored
-
Hutomo Saleh authored
-
Hutomo Saleh authored
-
- Jul 29, 2024
-
-
Jan-Niclas Strüwer authored
feature: changed result type of AdapterResult.kt and its implementing classes to the new AdapterResult.kt. The benefit is that we have one common result type for all adapters which can be either a success or an Error with a given ErrorType to indicate all consumers what went wrong during transformation.
-
Jan-Niclas Strüwer authored
-
Jan-Niclas Strüwer authored
- applied new package structure to kpiCalculator adapter (inserted kpiCalculator module) - removed hardcoded dispatcher in ToolRunService.kt
-
- Jul 28, 2024
-
-
Hutomo Saleh authored
-
Jan-Niclas Strüwer authored
-
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
-