Security issues resolved #6
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query-filters: | |
# The application uses non-browser clients. Yes, there is swagger interface, | |
# but is's used only for testing/tuning. | |
# | |
# From https://docs.spring.io/spring-security/reference/features/exploits/csrf.html | |
# "If you are creating a service that is used only by non-browser clients, | |
# you likely want to disable CSRF protection." | |
- exclude: | |
id: java/spring-disabled-csrf-protection | |