add .js and .py files to js/insecure-download

This commit is contained in:
Erik Krogh Kristensen
2020-06-15 12:48:50 +02:00
parent 1751fb6c47
commit 4d1920eec1

View File

@@ -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"]
}
/**