summaryrefslogtreecommitdiff
path: root/eaaf-springboot-utils/src
AgeCommit message (Collapse)AuthorFilesLines
2023-05-11feat(spring): add authorisation configuration for multi-modul projectsThomas3-3/+62
2023-05-10feat(spring): add BasicAuth user object and new Interface to load users in ↵Thomas3-0/+121
multi-module projects
2023-04-21chore(log): update to latest version of MDC logger filter from BRZThomas2-21/+75
Based on spring-boot-auto-configuration 2.7.3
2022-09-29test(spring-sec): disable CSRF check, because they brake HTTP client testsThomas1-0/+16
2022-09-29feat(spring-sec): add PasswordEncorder decorator to speed-up password ↵Thomas2-0/+135
validation on REST API's
2022-03-31chore(core): add log message to DataBinderControllerAdvice -> ↵Thomas1-3/+9
setDisallowedFields
2022-03-31feature(spring): add Spring controller advice to set default set of ↵Thomas1-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-22add deadline into HSM-Facade Health-Check that fails this test if HSM-Facade ↵Thomas3-15/+64
does not responde
2021-06-18update some log messagesThomas2-5/+58
2020-12-28update to HSM-Facade v0.6.0 and add HealthCheck functionalityThomas Lenz8-1/+242
2020-12-23add new module that include common-code for SpringBoot applicationsThomas Lenz9-0/+555