mozilla / observatory-cli

Mozilla Public License 2.0
187 stars 24 forks source link

Option 'format' with value 'csv' doesn't output CSV #44

Closed damiencarol closed 2 years ago

damiencarol commented 3 years ago

The format is not CSV:

[damien@damien http-observatory-cli]$ observatory --format csv demo.defectdojo.org 

HTTP Observatory Report: demo.defectdojo.org

Score Rule                       Description
  -25 content-security-policy    Content Security Policy (CSP) header not implemented.
  -20 cookies                    Cookies set without using the Secure flag or set over HTTP.
  -20 strict-transport-security  HTTP Strict Transport Security (HSTS) header not implemented.

Score: 35
Grade: D

Full Report Url: https://observatory.mozilla.org/analyze.html?host=demo.defectdojo.org
gene1wood commented 2 years ago

Tracking this in #30