Created
June 24, 2018 19:49
-
-
Save philly-vanilly/77f6ed4a839e0391812185c724180a50 to your computer and use it in GitHub Desktop.
Observatory Audit For Default NGINX/Angular Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scan": { | |
"grade": "F", | |
"likelihood_indicator": "MEDIUM", | |
"response_headers": { | |
"Accept-Ranges": "bytes", | |
"Connection": "keep-alive", | |
"Content-Length": "581", | |
"Content-Type": "text/html", | |
"Date": "Sun, 24 Jun 2018 19:42:11 GMT", | |
"ETag": "\"5b2f9571-245\"", | |
"Last-Modified": "Sun, 24 Jun 2018 12:58:25 GMT", | |
"Server": "nginx/1.13.12" | |
}, | |
"score": 0, | |
"tests_failed": 6, | |
"tests_passed": 6, | |
"tests_quantity": 12 | |
}, | |
"tests": { | |
"content-security-policy": { | |
"data": null, | |
"expectation": "csp-implemented-with-no-unsafe", | |
"http": false, | |
"meta": false, | |
"pass": false, | |
"policy": null, | |
"result": "csp-not-implemented", | |
"score_description": "Content Security Policy (CSP) header not implemented", | |
"score_modifier": -25 | |
}, | |
"contribute": { | |
"data": null, | |
"expectation": "contribute-json-only-required-on-mozilla-properties", | |
"pass": true, | |
"result": "contribute-json-only-required-on-mozilla-properties", | |
"score_description": "Contribute.json isn't required on websites that don't belong to Mozilla", | |
"score_modifier": 0 | |
}, | |
"cookies": { | |
"data": null, | |
"expectation": "cookies-secure-with-httponly-sessions", | |
"pass": true, | |
"result": "cookies-not-found", | |
"sameSite": null, | |
"score_description": "No cookies detected", | |
"score_modifier": 0 | |
}, | |
"cross-origin-resource-sharing": { | |
"data": { | |
"acao": null, | |
"clientaccesspolicy": null, | |
"crossdomain": null | |
}, | |
"expectation": "cross-origin-resource-sharing-not-implemented", | |
"pass": true, | |
"result": "cross-origin-resource-sharing-not-implemented", | |
"score_description": "Content is not visible via cross-origin resource sharing (CORS) files or headers", | |
"score_modifier": 0 | |
}, | |
"public-key-pinning": { | |
"data": null, | |
"expectation": "hpkp-not-implemented", | |
"includeSubDomains": false, | |
"max-age": null, | |
"numPins": null, | |
"pass": true, | |
"preloaded": false, | |
"result": "hpkp-not-implemented-no-https", | |
"score_description": "HTTP Public Key Pinning (HPKP) header can't be implemented without HTTPS", | |
"score_modifier": 0 | |
}, | |
"redirection": { | |
"destination": "http://localhost/", | |
"expectation": "redirection-to-https", | |
"pass": false, | |
"redirects": false, | |
"result": "redirection-missing", | |
"route": [ | |
"http://localhost/" | |
], | |
"score_description": "Does not redirect to an HTTPS site", | |
"score_modifier": -20, | |
"status_code": 200 | |
}, | |
"referrer-policy": { | |
"data": null, | |
"expectation": "referrer-policy-private", | |
"http": false, | |
"meta": false, | |
"pass": true, | |
"result": "referrer-policy-not-implemented", | |
"score_description": "Referrer-Policy header not implemented", | |
"score_modifier": 0 | |
}, | |
"strict-transport-security": { | |
"data": null, | |
"expectation": "hsts-implemented-max-age-at-least-six-months", | |
"includeSubDomains": false, | |
"max-age": null, | |
"pass": false, | |
"preload": false, | |
"preloaded": false, | |
"result": "hsts-not-implemented-no-https", | |
"score_description": "HTTP Strict Transport Security (HSTS) header cannot be set for sites not available over HTTPS", | |
"score_modifier": -20 | |
}, | |
"subresource-integrity": { | |
"data": {}, | |
"expectation": "sri-implemented-and-external-scripts-loaded-securely", | |
"pass": true, | |
"result": "sri-not-implemented-but-all-scripts-loaded-from-secure-origin", | |
"score_description": "Subresource Integrity (SRI) not implemented, but all scripts are loaded from a similar origin", | |
"score_modifier": 0 | |
}, | |
"x-content-type-options": { | |
"data": null, | |
"expectation": "x-content-type-options-nosniff", | |
"pass": false, | |
"result": "x-content-type-options-not-implemented", | |
"score_description": "X-Content-Type-Options header not implemented", | |
"score_modifier": -5 | |
}, | |
"x-frame-options": { | |
"data": null, | |
"expectation": "x-frame-options-sameorigin-or-deny", | |
"pass": false, | |
"result": "x-frame-options-not-implemented", | |
"score_description": "X-Frame-Options (XFO) header not implemented", | |
"score_modifier": -20 | |
}, | |
"x-xss-protection": { | |
"data": null, | |
"expectation": "x-xss-protection-1-mode-block", | |
"pass": false, | |
"result": "x-xss-protection-not-implemented", | |
"score_description": "X-XSS-Protection header not implemented", | |
"score_modifier": -10 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment