Seperate the dataflow config from the query

This commit is contained in:
Sim4n6
2023-01-26 08:53:47 +01:00
parent 9464940214
commit aaa0040612
4 changed files with 140 additions and 136 deletions

View File

@@ -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 |

View File

@@ -1,2 +1,3 @@
import python
import experimental.dataflow.TestUtil.DataflowQueryTest
import UnsafeUnpackQuery