Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-31 | feat(core): refactor to openSAML 5 for Java 17 | Thomas | 4 | -20/+19 | |
2023-08-31 | feat(core): starting switch from Spring5/JAVA11 to Spring6/Java17 | Thomas | 1 | -5/+6 | |
IMPORTEND: Is not finished because that contains a braking change, like javax.servlet.* --> jakarta.servket.* as one example and we miss some third-party libs that use the new API. # Conflicts: # eaaf_core_api/checks/spotbugs-exclude.xml # eaaf_core_api/pom.xml # eaaf_core_utils/checks/spotbugs-exclude.xml # pom.xml | |||||
2023-05-11 | feat(spring): add authorisation configuration for multi-modul projects | Thomas | 3 | -3/+62 | |
2023-05-10 | feat(spring): add BasicAuth user object and new Interface to load users in ↵ | Thomas | 3 | -0/+121 | |
multi-module projects | |||||
2023-04-21 | chore(log): update to latest version of MDC logger filter from BRZ | Thomas | 2 | -21/+75 | |
Based on spring-boot-auto-configuration 2.7.3 | |||||
2022-09-29 | test(spring-sec): disable CSRF check, because they brake HTTP client tests | Thomas | 1 | -0/+16 | |
2022-09-29 | feat(spring-sec): add PasswordEncorder decorator to speed-up password ↵ | Thomas | 2 | -0/+135 | |
validation on REST API's | |||||
2022-03-31 | chore(core): add log message to DataBinderControllerAdvice -> ↵ | Thomas | 1 | -3/+9 | |
setDisallowedFields | |||||
2022-03-31 | feature(spring): add Spring controller advice to set default set of ↵ | Thomas | 1 | -0/+27 | |
disallowed files for DataBinder This code protects Spring Core from a "Remote Code Execution" attack (dubbed "Spring4Shell").This is a midigation for For more details, see this post: https://www.lunasec.io/docs/blog/spring-rce-vulnerabilities/ | |||||
2021-10-22 | add deadline into HSM-Facade Health-Check that fails this test if HSM-Facade ↵ | Thomas | 3 | -15/+64 | |
does not responde | |||||
2021-06-18 | update some log messages | Thomas | 2 | -5/+58 | |
2020-12-28 | update to HSM-Facade v0.6.0 and add HealthCheck functionality | Thomas Lenz | 8 | -1/+242 | |
2020-12-23 | add new module that include common-code for SpringBoot applications | Thomas Lenz | 9 | -0/+555 | |