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 bf36137 commit ce6a211Copy full SHA for ce6a211
javascript/ql/test/query-tests/Security/CWE-506/tst.js
@@ -4,7 +4,7 @@ eval(totallyHarmlessString); // OK: throws parse
4
5
var test = "0123456789";
6
try {
7
- eval(test+"n"); // OK, but currently flagged
+ eval(test+"n"); // OK, but currently flagged [INCONSISTENCY]
8
console.log("Bigints supported.");
9
} catch(e) {
10
console.log("Bigints not supported.");
0 commit comments