Skip to content

Commit 1c7e533

Browse files
committed
python: format
1 parent 2a5908f commit 1c7e533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-352/CSRFProtectionDisabled.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ where
3333
// We have seen examples of dummy projects with vulnerable settings alongside a main
3434
// project with a protecting settings file. We want to rule out this scenario, so we
3535
// require all non-test settings to be vulnerable.
36-
forall( HTTP::Server::CsrfProtectionSetting s| relevantSetting(s) | vulnerableSetting(s) )
36+
forall(HTTP::Server::CsrfProtectionSetting s | relevantSetting(s) | vulnerableSetting(s))
3737
select setting, "Potential CSRF vulnerability due to forgery protection being disabled or weakened."

0 commit comments

Comments
 (0)