We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c113a0b commit 2810d64Copy full SHA for 2810d64
rust/ql/test/query-tests/security/CWE-089/SqlSinks.ql
@@ -3,7 +3,7 @@ import codeql.rust.security.SqlInjectionExtensions
3
import utils.InlineExpectationsTest
4
5
module SqlSinksTest implements TestSig {
6
- string getARelevantTag() { result = ["sql-sink"] }
+ string getARelevantTag() { result = "sql-sink" }
7
8
predicate hasActualResult(Location location, string element, string tag, string value) {
9
exists(SqlInjection::Sink sink |
0 commit comments