mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Seperate the dataflow config from the query
This commit is contained in:
@@ -1,8 +1,2 @@
|
||||
missingAnnotationOnSink
|
||||
failures
|
||||
| UnsafeUnpack.py:12:46:12:58 | Comment # $result=BAD | Missing result:result=BAD |
|
||||
| UnsafeUnpack.py:55:53:55:65 | Comment # $result=BAD | Missing result:result=BAD |
|
||||
| UnsafeUnpack.py:71:51:71:63 | Comment # $result=BAD | Missing result:result=BAD |
|
||||
| UnsafeUnpack.py:85:50:85:62 | Comment # $result=BAD | Missing result:result=BAD |
|
||||
| UnsafeUnpack.py:89:50:89:62 | Comment # $result=BAD | Missing result:result=BAD |
|
||||
| UnsafeUnpack.py:103:50:103:62 | Comment # $result=BAD | Missing result:result=BAD |
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
import python
|
||||
import experimental.dataflow.TestUtil.DataflowQueryTest
|
||||
import UnsafeUnpackQuery
|
||||
Reference in New Issue
Block a user