mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
fix ftp protocol regexp
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user