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

Skip to content

Commit 2c46e10

Browse files
committed
JS: Mark an alert as missing
1 parent e026b9e commit 2c46e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/test/query-tests/Security/CWE-200/private-file-exposure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function good() {
6161
app.use("bootstrap", express.static('./node_modules/bootstrap/dist'));
6262
}
6363

64-
app.use(express.static(__dirname)) // $ Alert
64+
app.use(express.static(__dirname)) // $ MISSING: Alert
6565

6666
const serveHandler = require("serve-handler");
6767
const http = require("http");

0 commit comments

Comments
 (0)