mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
Rust: Fix ql-for-ql warning.
This commit is contained in:
@@ -3,7 +3,7 @@ import codeql.rust.security.SqlInjectionExtensions
|
||||
import utils.InlineExpectationsTest
|
||||
|
||||
module SqlSinksTest implements TestSig {
|
||||
string getARelevantTag() { result = ["sql-sink"] }
|
||||
string getARelevantTag() { result = "sql-sink" }
|
||||
|
||||
predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
exists(SqlInjection::Sink sink |
|
||||
|
||||
Reference in New Issue
Block a user