Skip to content

Commit b4ac2f7

Browse files
committed
JS: Add a query ID
1 parent 87518ba commit b4ac2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-200/googlecompiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function PostCode(codestring) {
3434
});
3535
});
3636

37-
post_req.write(post_data); // $ Alert - post the data from file to request body
37+
post_req.write(post_data); // $ Alert[js/file-access-to-http] - post the data from file to request body
3838
post_req.end();
3939

4040
}

0 commit comments

Comments
 (0)