-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add support for sslyze 3 (superset of PR #214) #248
Merged
Merged
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
felddy
added
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
upstream update
This issue or pull request pulls in upstream updates
hacktoberfest-accepted
Pull request that should count toward Hacktoberfest participation
labels
Oct 16, 2023
- fixes import errors for the current required modules - uses the new format for certificate analyzer - updates dependency of sslyze to >=3.0.0
- fix comments - use == instead of is Co-authored-by: Nick M. <[email protected]>
- consider all deployments and if all validations succeed, then consider it trusted - use path_validation_results instead of received_certificate_chain to consider if STORE is included in trust_store - check self signed validation in cert_chain till the second last cert since the last cert is root cert and hence is self signed anyways - put all logic inside one loop over path_validation_results
felddy
force-pushed
the
improvement/sslyze3
branch
from
October 16, 2023 18:17
3aed808
to
2e4fb16
Compare
felddy
requested review from
dav3r,
jasonodoom,
jsf9k and
mcdonnnj
as code owners
October 16, 2023 18:46
jsf9k
approved these changes
Oct 16, 2023
This is documented in setup.py. No one will be amazed that it doesn't support Python 2.
jsf9k
approved these changes
Oct 16, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approval intensifies!!!
dav3r
approved these changes
Oct 16, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
felddy
changed the title
Add support for sslyze 3 (mirror of PR #214)
Add support for sslyze 3 (superset of PR #214)
Oct 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
hacktoberfest-accepted
Pull request that should count toward Hacktoberfest participation
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
upstream update
This issue or pull request pulls in upstream updates
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.
🗣 Description
This PR contains a superset of the commits of PR:
💭 Motivation and context
🧪 Testing
Testing is incomplete at this time.
✅ Pre-approval checklist
✅ Pre-merge checklist
✅ Post-merge checklist