We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6add3 commit f4c8960Copy full SHA for f4c8960
javascript/ql/test/query-tests/Security/CWE-754/tst.js
@@ -34,7 +34,7 @@
34
let key = "$" + name;
35
obj[key](); // NOT OK
36
if (typeof obj[key] === 'function')
37
- obj[key](); // OK - but stil flagged
+ obj[key](); // OK - but still flagged
38
39
if (typeof fn === 'function') {
40
fn.apply(obj); // OK
0 commit comments