mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Delete shutil_path_injection.py file
This commit is contained in:
@@ -240,6 +240,10 @@ tempfile.mkdtemp(suffix="suffix", prefix="prefix", dir="dir") # $ getAPathArgume
|
||||
tempfile.TemporaryDirectory("suffix", "prefix", "dir") # $ getAPathArgument="suffix" getAPathArgument="prefix" getAPathArgument="dir"
|
||||
tempfile.TemporaryDirectory(suffix="suffix", prefix="prefix", dir="dir") # $ getAPathArgument="suffix" getAPathArgument="prefix" getAPathArgument="dir"
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# shutil
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
shutil.rmtree("path") # $ getAPathArgument="path"
|
||||
shutil.rmtree(path="path") # $ getAPathArgument="path"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user