Merged
Conversation
Adds a new ssllabs category with a fetcher that calls the Qualys SSL Labs API v4 to collect TLS grade, certificate validity, protocol support, and vulnerability evidence for configured hosts. - fetchers/ssllabs/ssllabs_tls_scan.py: new Python fetcher - Catalog entry maps to controls SC-8, SC-8(1), SC-17, SC-28, AC-17(2), CM-6 - .env.example updated with SSLLABS_EMAIL and SSLLABS_HOSTS vars Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Updated the SSL Labs fetcher to include a timeout resolution function for better handling of slow API responses. - Added retries and backoff logic for initial requests to the SSL Labs API to manage rate limits and service capacity. - Improved error messaging for various HTTP responses from the SSL Labs API to provide clearer guidance in logs and outputs. - Updated .env.example to include new timeout configuration options for SSL Labs scans. - Added a new entry in the README for the SSL Labs fetcher. This update aims to improve the robustness and user experience of the SSL Labs integration.
bruceweygandt
approved these changes
Apr 2, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fetchers/ssllabs/ssllabs_tls_scan.py).env.examplewith SSL Labs configurationTest plan
SSLLABS_EMAILandSSLLABS_HOSTS🤖 Generated with Claude Code