We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bce40 commit e172d55Copy full SHA for e172d55
javascript/ql/test/query-tests/Security/CWE-020/IncompleteUrlSchemeCheck.js
@@ -92,7 +92,7 @@ function test12(url) {
92
function test13(url) {
93
let scheme = goog.uri.utils.getScheme(url);
94
switch (scheme) {
95
- case "javascript": // NOT OK - but not detected due to lack of `switch` support
+ case "javascript": // NOT OK
96
case "data":
97
return "about:blank";
98
default:
0 commit comments