- Missing X-Frame-Options header in
index.vuln.js
line1
- Missing X-Content-Type-Options header in
index.vuln.js
line1
- Missing Content-Security-Policy header in
index.vuln.js
line1
- Missing X-XSS-Protection header in
index.vuln.js
line1
- Missing Strict-Transport-Security header in
index.vuln.js
line1
import express from "express";
import helmet from "helmet";
import bodyParser from "body-parser";
let app = express()