tykling / tlsscout

tlsscout is a django implementation of the ssllabs website scanner API. You can run tlsscout on your own server to check your websites periodically, with alerting when something changes.
BSD 3-Clause "New" or "Revised" License
7 stars 8 forks source link

fix value check on ignorename in Analyze(...) #6

Open kidmose opened 8 years ago

kidmose commented 8 years ago

Fixes what appears to be a copy-pasta mistake where value of publish is validated (like above) while ignorename is used.