fix ftp protocol regexp

This commit is contained in:
Erik Krogh Kristensen
2020-06-12 10:54:56 +02:00
parent 3f957103ed
commit 9780fcf8fe
2 changed files with 3 additions and 1 deletions

View File

@@ -37,4 +37,6 @@ function baz() {
cp.exec("curl " + url, function () {}); // NOT OK
cp.execFile("curl", [url], function () {}); // NOT OK
nugget("ftp://example.org/unsafe.APK") // NOT OK
}