mirror of
https://github.com/github/codeql.git
synced 2026-07-21 03:08:25 +02:00
8 lines
863 B
Plaintext
8 lines
863 B
Plaintext
#select
|
|
| InsecureHelmetBad.js:6:9:9:2 | helmet( ... uard\\n}) | Helmet security middleware, configured with security setting $@ set to 'false', which disables enforcing that feature. | InsecureHelmetBad.js:7:5:7:32 | content ... : false | contentSecurityPolicy |
|
|
| InsecureHelmetBad.js:6:9:9:2 | helmet( ... uard\\n}) | Helmet security middleware, configured with security setting $@ set to 'false', which disables enforcing that feature. | InsecureHelmetBad.js:8:5:8:21 | frameguard: false | frameguard |
|
|
testFailures
|
|
| InsecureHelmetBad.js:6:9:9:2 | Helmet security middleware, configured with security setting $@ set to 'false', which disables enforcing that feature. | Unexpected result: Alert |
|
|
| InsecureHelmetBad.js:7:35:7:69 | // $ Al ... ult CSP | Missing result: Alert |
|
|
| InsecureHelmetBad.js:8:23:8:64 | // $ Al ... meguard | Missing result: Alert |
|