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 11f45cf commit d7f50eaCopy full SHA for d7f50ea
swift/ql/test/library-tests/dataflow/taint/TaintInline.ql
@@ -1,7 +1,3 @@
1
-/**
2
- * @kind path-problem
3
- */
4
-
5
import swift
6
import codeql.swift.dataflow.TaintTracking
7
import codeql.swift.dataflow.DataFlow::DataFlow
@@ -25,7 +21,7 @@ class TestConfiguration extends TaintTracking::Configuration {
25
21
}
26
22
27
23
class TaintTest extends InlineExpectationsTest {
28
- TaintTest() { this = "taintedFromLine" }
24
+ TaintTest() { this = "TaintTest" }
29
30
override string getARelevantTag() { result = "taintedFromLine" }
31
0 commit comments