diff --git a/python/ql/src/Security/CWE-352/CSRFProtectionDisabled.qhelp b/python/ql/src/Security/CWE-352/CSRFProtectionDisabled.qhelp index c9a6d4f0f16..51745c11632 100644 --- a/python/ql/src/Security/CWE-352/CSRFProtectionDisabled.qhelp +++ b/python/ql/src/Security/CWE-352/CSRFProtectionDisabled.qhelp @@ -47,7 +47,7 @@
The protecting middleware was probably commented out during a testing phase, when server-side token generation was not set up. - Simply commenting it back in (or remove the custom middleware stack) will enable CSRF protection. + Simply commenting it back in will enable CSRF protection.