Skip to content

Commit d8c498b

Browse files
erik-kroghesbena
andauthored
add NOT OK comment
Co-Authored-By: Esben Sparre Andreasen <[email protected]>
1 parent e1423b0 commit d8c498b

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ function hash() {
352352

353353
function growl() {
354354
var target = document.location.search
355-
$.jGrowl(target);
355+
$.jGrowl(target); // NOT OK
356356
}
357357

358-

0 commit comments

Comments
 (0)