Skip to content

Commit 764410d

Browse files
committed
JS: Mark a spurious alert in missing-x-frame-options
1 parent 9fffbb4 commit 764410d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-451/express-good-array-routers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var express = require('express'),
2-
app = express();
2+
app = express(); // $ SPURIOUS: Alert
33

44
app.get('/', [
55
function (req, res){

0 commit comments

Comments
 (0)