Skip to content

Commit 724a31b

Browse files
erik-kroghRasmusWL
andauthored
fix comment that wasn't updated in test
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent c8b7ecc commit 724a31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-312/passwords.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@ const debug = require('debug')('test');
173173
console.log(myPassword); // NOT OK
174174

175175
const myPasscode = foo();
176-
console.log(myPasscode); // NOT OK - but not flagged
176+
console.log(myPasscode); // NOT OK
177177
});

0 commit comments

Comments
 (0)