From 88b7a9fcb50400fd8f92b490004c119a7acf8ba8 Mon Sep 17 00:00:00 2001 From: Jami Cogswell Date: Thu, 17 Oct 2024 16:38:53 -0400 Subject: [PATCH 1/2] Java: update qhelp link --- java/ql/src/Security/CWE/CWE-352/SpringCSRFProtection.qhelp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/ql/src/Security/CWE/CWE-352/SpringCSRFProtection.qhelp b/java/ql/src/Security/CWE/CWE-352/SpringCSRFProtection.qhelp index af1119bcd1c..b9bda57ad09 100644 --- a/java/ql/src/Security/CWE/CWE-352/SpringCSRFProtection.qhelp +++ b/java/ql/src/Security/CWE/CWE-352/SpringCSRFProtection.qhelp @@ -5,7 +5,7 @@

When you set up a web server to receive a request from a client without any mechanism for verifying that it was intentionally sent, then it is vulnerable to attack. An attacker can trick a client into making an unintended request to the web server that will be treated as -an authentic request. This can be done via a URL, image load, XMLHttpRequest, etc. and can +an authentic request. This can be done via a URL, image load, XMLHttpRequest, etc. and can result in exposure of data or unintended code execution.

@@ -30,9 +30,9 @@ OWASP:
  • Spring Security Reference: - + Cross Site Request Forgery (CSRF) for Servlet Environments .
  • - \ No newline at end of file + From 335c59792c99206e9fa8da86e46fac6bc96e2a1d Mon Sep 17 00:00:00 2001 From: Jami Cogswell Date: Fri, 18 Oct 2024 09:26:56 -0400 Subject: [PATCH 2/2] Java: remove unnecessary anchor and update page name --- java/ql/src/Security/CWE/CWE-352/SpringCSRFProtection.qhelp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/ql/src/Security/CWE/CWE-352/SpringCSRFProtection.qhelp b/java/ql/src/Security/CWE/CWE-352/SpringCSRFProtection.qhelp index b9bda57ad09..a7e0b21d7e4 100644 --- a/java/ql/src/Security/CWE/CWE-352/SpringCSRFProtection.qhelp +++ b/java/ql/src/Security/CWE/CWE-352/SpringCSRFProtection.qhelp @@ -30,8 +30,8 @@ OWASP:
  • Spring Security Reference: - - Cross Site Request Forgery (CSRF) for Servlet Environments + + Cross Site Request Forgery (CSRF) .