-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
RHDG 8.4.x CD
-
None
-
False
-
None
-
False
-
-
Error: SNYK_CODE_WARNING (
CWE-79):
integrations/spring-boot/session-embedded/src/main/java/org/infinispan/tutorial/simple/spring/session/UserSessionsController.java:46:16: error[
java/XSS
]: Unsanitized input from the request URL flows into here, where it is used to render an HTML page returned to the user. This may result in a Cross-Site Scripting attack (XSS). # 44| } # 45| MapSession mapSession = (MapSession) simpleValueWrapper.get(); # 46|-> return "Latest " + mapSession.getAttribute(LATEST_SESSION_VALUE); # 47| } # 48| }