File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
go/ql/integration-tests/query-suite Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ ql/go/ql/src/Security/CWE-079/HtmlTemplateEscapingBypassXss.ql
1212ql/go/ql/src/Security/CWE-079/ReflectedXss.ql
1313ql/go/ql/src/Security/CWE-089/SqlInjection.ql
1414ql/go/ql/src/Security/CWE-089/StringBreak.ql
15+ ql/go/ql/src/Security/CWE-1004/CookieWithoutHttpOnly.ql
1516ql/go/ql/src/Security/CWE-190/AllocationSizeOverflow.ql
1617ql/go/ql/src/Security/CWE-209/StackTraceExposure.ql
1718ql/go/ql/src/Security/CWE-295/DisabledCertificateCheck.ql
@@ -26,6 +27,7 @@ ql/go/ql/src/Security/CWE-347/MissingJwtSignatureCheck.ql
2627ql/go/ql/src/Security/CWE-352/ConstantOauth2State.ql
2728ql/go/ql/src/Security/CWE-601/BadRedirectCheck.ql
2829ql/go/ql/src/Security/CWE-601/OpenUrlRedirect.ql
30+ ql/go/ql/src/Security/CWE-614/CookieWithoutSecure.ql
2931ql/go/ql/src/Security/CWE-640/EmailInjection.ql
3032ql/go/ql/src/Security/CWE-643/XPathInjection.ql
3133ql/go/ql/src/Security/CWE-681/IncorrectIntegerConversionQuery.ql
You can’t perform that action at this time.
0 commit comments