- Aug 19, 2024
-
-
Jan-Niclas Strüwer authored
-
Jan-Niclas Strüwer authored
-
- Aug 12, 2024
-
-
Lucas Briese authored
-
- Aug 09, 2024
-
-
Jan-Niclas Strüwer authored
-
Jan-Niclas Strüwer authored
-
Jan-Niclas Strüwer authored
-
- Aug 08, 2024
-
-
Jan-Niclas Strüwer authored
-
- Aug 07, 2024
-
-
Jan-Niclas Strüwer authored
-
Lucas Briese authored
-
- Aug 06, 2024
-
-
Jan-Niclas Strüwer authored
-
Jan-Niclas Strüwer authored
- updated KPI strategy calculations to correctly support incomplete data chore: - renaming data classes for consistency tests: - added first basic tests for kpi hierarchy calculation
-
Jan-Niclas Strüwer authored
-
- Aug 02, 2024
-
-
Jan-Niclas Strüwer authored
-
- Jul 31, 2024
-
-
Hutomo Saleh authored
-
Jan-Niclas Strüwer authored
-
Jan-Niclas Strüwer authored
-
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
-