Skip to content

Commit 16b0427

Browse files
committed
update inconsistency comment for CWE-338
1 parent 9bcbedd commit 16b0427

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/query-tests/Security/CWE-338

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-338/tst.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function f4() {
2121
}
2222

2323
function f5() {
24-
var pw = Math.random(); // NOT OK, but our naming heuristic does not identify `pw` as sensitive
24+
var pw = Math.random(); // NOT OK, but our naming heuristic does not identify `pw` as sensitive [INCONSISTENCY]
2525
}
2626

2727
function f6() {

0 commit comments

Comments
 (0)