We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some results are not coming in details/drownVulnerable json; Suggested change in ssllabsscan/ssllabs_client.py, line 142:
ssllabsscan/ssllabs_client.py
ep["details"].get("drownVulnerable", False)
The text was updated successfully, but these errors were encountered:
Subset drownVulnerable, support Python 3.12 (#198)
4f21a9f
- Update code to handle [SSL Labs – Sunsetting DROWN Test](https://notifications.qualys.com/product/2024/03/28/ssl-labs-sunsetting-drown-test) (#195). Now `Vuln Drown` returns `None` in csv and html reports. - Support Python 3.12 - No longer support Python 3.8
Fixed in https://github.com/kyhau/ssllabs-scan/releases/tag/2.3.0
Sorry, something went wrong.
No branches or pull requests
Some results are not coming in details/drownVulnerable json;
Suggested change in
ssllabsscan/ssllabs_client.py
, line 142:The text was updated successfully, but these errors were encountered: