We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3e2db commit aa3d7baCopy full SHA for aa3d7ba
python/ql/test/experimental/meta/ConceptsTest.qll
@@ -570,6 +570,9 @@ class CsrfLocalProtectionSettingTest extends InlineExpectationsTest {
570
if p.csrfEnabled()
571
then tag = "CsrfLocalProtectionEnabled"
572
else tag = "CsrfLocalProtectionDisabled"
573
+ )
574
+ }
575
+}
576
577
class XmlParsingTest extends InlineExpectationsTest {
578
XmlParsingTest() { this = "XmlParsingTest" }
0 commit comments