Skip to content

Update the list of suppressed OWASP checks to reflect Spring Boot downgrade

Update the list of suppressed OWASP checks to reflect Spring Boot downgrade

Motivation:

In order to be able to login again with the Helmholtz AAI, Spring Boot was downgraded to 2.2 in !22 (closed) This breaks the OWASP checks since the method for the suppression of the checks relies on the SHA hashes of the offending artifacts.

Modifications:

Add the entries for the Spring Boot 2.2 versions of the artifacts

Result:

The OWASP check succeeds

Target: master

Request:

Acked-by:

Pull-request: !23 (merged)

Merge request reports