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 9bcbedd commit 16b0427Copy full SHA for 16b0427
javascript/ql/test/query-tests/Security/CWE-338/tst.js
@@ -21,7 +21,7 @@ function f4() {
21
}
22
23
function f5() {
24
- var pw = Math.random(); // NOT OK, but our naming heuristic does not identify `pw` as sensitive
+ var pw = Math.random(); // NOT OK, but our naming heuristic does not identify `pw` as sensitive [INCONSISTENCY]
25
26
27
function f6() {
0 commit comments