Skip to content

Commit ea27f4e

Browse files
committed
Python: Remove last -p ../lib/ in options files
These were only needed for points-to. If they only contained `--max-import-depth`, I've removed the `options` file entirely.
1 parent 9b03e1c commit ea27f4e

File tree

7 files changed

+2
-7
lines changed
  • python/ql/test/query-tests/Security

7 files changed

+2
-7
lines changed

python/ql/test/query-tests/Security/CWE-078-CommandInjection/options

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/ql/test/query-tests/Security/CWE-079-Jinja2WithoutEscaping/options

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/ql/test/query-tests/Security/CWE-209-StackTraceExposure/options

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/ql/test/query-tests/Security/CWE-215-FlaskDebug/options

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/ql/test/query-tests/Security/CWE-327-InsecureProtocol/options

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
semmle-extractor-options: --lang=3 --max-import-depth=2 -p ../lib
1+
semmle-extractor-options: --lang=3 --max-import-depth=2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
semmle-extractor-options: --max-import-depth=2 -p ../lib --lang=3
1+
semmle-extractor-options: --max-import-depth=2 --lang=3

0 commit comments

Comments
 (0)