python: format

This commit is contained in:
Rasmus Lerchedahl Petersen
2022-05-09 21:22:27 +02:00
parent 2a5908ff49
commit 1c7e533144

View File

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