Skip to content

Commit a0fcd4a

Browse files
authored
Merge pull request #10631 from RasmusWL/cleanup-options-files
Python: Remove last `-p ../lib/` in `options` files
2 parents 3d00a61 + ea27f4e commit a0fcd4a

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)