mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Mark a spurious alert in missing-x-frame-options
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var express = require('express'),
|
||||
app = express();
|
||||
app = express(); // $ SPURIOUS: Alert
|
||||
|
||||
app.get('/', [
|
||||
function (req, res){
|
||||
|
||||
Reference in New Issue
Block a user