WithSecureOpenSource / mittn

Mittn: Security test tool runner for test automation in CI
Apache License 2.0
195 stars 35 forks source link

Update supported SSLyze version #26

Closed mathias-nyman closed 8 years ago

mathias-nyman commented 8 years ago

At the time of writing version 0.10 of sslyze is supported. Now 0.12 is released. Bump needed.

SSLyze version 0.11 introduced a backwards incompatible change to it's XML output which TLSChecker parses (https://github.com/nabla-c0d3/sslyze/releases). It also has an XML Schema now, so definitely implement that check.

Improving the dependency handling overall (issue https://github.com/F-Secure/mittn/issues/25) is also related, and could ease future maintenance. Also, maybe use sslyze tip-of-master instead of releases?