mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
add .js and .py files to js/insecure-download
This commit is contained in:
@@ -53,7 +53,7 @@ module InsecureDownload {
|
||||
string unsafeExtension() {
|
||||
result =
|
||||
["exe", "dmg", "pkg", "tar.gz", "zip", "sh", "bat", "cmd", "app", "apk", "msi", "dmg",
|
||||
"tar.gz", "zip"]
|
||||
"tar.gz", "zip", "js", "py"]
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user