We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea5337 commit 260c66bCopy full SHA for 260c66b
1 file changed
javascript/ql/test/query-tests/Security/CWE-451/express-good-array-routers.js
@@ -1,5 +1,5 @@
1
var express = require('express'),
2
- app = express();
+ app = express(); // $ SPURIOUS: Alert
3
4
app.get('/', [
5
function (req, res){
0 commit comments