-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
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
Release v6.1.0 #687
Merged
Merged
Release v6.1.0 #687
Conversation
This file contains 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
* Bump Python version 3.9 -> 3.12 * Add ability to specify Python version as build argument * Use a 2-stage-build with virtual environment * Build in stage 0 * Execute in stage 1 * Do not call setup.py anymore, instead use pip install * Remove installation of sudo which seems to do nothing * Add .git folder to .dockerignore
Support pydantic v2.7
Handle errors in OCSPResponse json validation
Contectivity->Connectivity
Sometimes OpenSSL will throw a certificate unknown error that was previously not handled, causing sslyze to crash.
The current "client" did not wait for the greeting to finish before sending commands, and took some other liberties with the SMTP standard. This causes issues with some servers.
A CA bundle may contain non-ASCII characters (e.g., CA distinguished names may include accents). When we try to encode these into bytes, the choise of the "ascii" codec causes a UnicodeError to be thrown. Since we don't actaully want to do anythign with the CA bundle other than pass it to cryptograhpy, just load it as bytes in the first place. Fixes: #670
Load CA bundle as bytes, not text
Refactoring of the Dockerfile
…ng-network-exception-option-2 #672-fix-type-issue-while-handling-network-exception-option-2
…github-workflow Build: Add linux/arm64 to docker build workflow (#648)
Add support for custom HTTP user agent
…into mxsasha-smtp-improvements sslyze/plugins/certificate_info/trust_stores/pem_files/apple.pem sslyze/plugins/certificate_info/trust_stores/pem_files/google_aosp.pem sslyze/plugins/certificate_info/trust_stores/pem_files/google_aosp.yaml sslyze/plugins/certificate_info/trust_stores/pem_files/microsoft_windows.pem sslyze/plugins/certificate_info/trust_stores/pem_files/mozilla_nss.pem sslyze/plugins/certificate_info/trust_stores/pem_files/mozilla_nss.yaml sslyze/plugins/certificate_info/trust_stores/pem_files/openjdk.pem sslyze/plugins/certificate_info/trust_stores/pem_files/oracle_java.pem
Custom SMTP EHLO hostname
Make sensitivity of is_vulnerable_to_client_renegotiation_dos configurable
Plugin for Extended Master Secret support
Handle certificate unknown error
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.
No description provided.