mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python taint-tracking: Remove warnings from test output.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
WARNING: Predicate getNode has been deprecated and may be removed in future (Taint.ql:12,54-61)
|
||||
| ../../../query-tests/Security/lib/bottle.py:64 | LocalRequest() | bottle.request |
|
||||
| ../../../query-tests/Security/lib/bottle.py:64 | request | bottle.request |
|
||||
| ../../../query-tests/Security/lib/bottle.py:68 | url | externally controlled string |
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
WARNING: Predicate getNode has been deprecated and may be removed in future (Taint.ql:12,54-61)
|
||||
| test.py:9 | req | falcon.request |
|
||||
| test.py:9 | resp | falcon.response |
|
||||
| test.py:10 | Attribute | file[externally controlled string] |
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
WARNING: Predicate getNode has been deprecated and may be removed in future (Taint.ql:12,54-61)
|
||||
| test.py:18 | b | externally controlled string |
|
||||
| test.py:19 | BinaryExpr | [externally controlled string] |
|
||||
| test.py:19 | BinaryExpr | externally controlled string |
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
WARNING: Predicate getNode has been deprecated and may be removed in future (TestNode.ql:9,25-32)
|
||||
| Taint Crypto.Cipher.ARC4 | test_pycrypto.py:5:14:5:27 | test_pycrypto.py:5 | test_pycrypto.py:5:14:5:27 | Attribute() | |
|
||||
| Taint Crypto.Cipher.ARC4 | test_pycrypto.py:6:12:6:17 | test_pycrypto.py:6 | test_pycrypto.py:6:12:6:17 | cipher | |
|
||||
| Taint cryptography.Cipher.RC4 | test_cryptography.py:5:14:5:47 | test_cryptography.py:5 | test_cryptography.py:5:14:5:47 | Cipher() | |
|
||||
|
||||
Reference in New Issue
Block a user