Skip to content

Commit a25861d

Browse files
Update integration test
1 parent ed483dd commit a25861d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go/ql/integration-tests/query-suite/go-code-scanning.qls.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ql/go/ql/src/Security/CWE-079/HtmlTemplateEscapingBypassXss.ql
1212
ql/go/ql/src/Security/CWE-079/ReflectedXss.ql
1313
ql/go/ql/src/Security/CWE-089/SqlInjection.ql
1414
ql/go/ql/src/Security/CWE-089/StringBreak.ql
15+
ql/go/ql/src/Security/CWE-1004/CookieWithoutHttpOnly.ql
1516
ql/go/ql/src/Security/CWE-190/AllocationSizeOverflow.ql
1617
ql/go/ql/src/Security/CWE-209/StackTraceExposure.ql
1718
ql/go/ql/src/Security/CWE-295/DisabledCertificateCheck.ql
@@ -26,6 +27,7 @@ ql/go/ql/src/Security/CWE-347/MissingJwtSignatureCheck.ql
2627
ql/go/ql/src/Security/CWE-352/ConstantOauth2State.ql
2728
ql/go/ql/src/Security/CWE-601/BadRedirectCheck.ql
2829
ql/go/ql/src/Security/CWE-601/OpenUrlRedirect.ql
30+
ql/go/ql/src/Security/CWE-614/CookieWithoutSecure.ql
2931
ql/go/ql/src/Security/CWE-640/EmailInjection.ql
3032
ql/go/ql/src/Security/CWE-643/XPathInjection.ql
3133
ql/go/ql/src/Security/CWE-681/IncorrectIntegerConversionQuery.ql

0 commit comments

Comments
 (0)