mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
How could the tests fail because of autoformatting, you may ask? The answer is deprecation warnings. These specify the location of the deprecated entity, and due to autoformatting these moved around.
10 lines
515 B
Plaintext
10 lines
515 B
Plaintext
WARNING: Predicate getNode has been deprecated and may be removed in future (TestNode.ql:5,77-84)
|
|
| Taint simple.test | visitor.py:10 | arg | p2 = simple.test |
|
|
| Taint simple.test | visitor.py:13 | arg | p2 = simple.test |
|
|
| Taint simple.test | visitor.py:18 | arg | |
|
|
| Taint simple.test | visitor.py:19 | arg | |
|
|
| Taint simple.test | visitor.py:21 | arg | |
|
|
| Taint simple.test | visitor.py:26 | Attribute() | |
|
|
| Taint simple.test | visitor.py:26 | SOURCE | |
|
|
| Taint simple.test | visitor.py:27 | x | |
|