Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 260c66b

Browse files
committed
JS: Mark a spurious alert in missing-x-frame-options
1 parent cea5337 commit 260c66b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)