Refactor code structure for improved readability and maintainability#731
Closed
Vytek wants to merge 1 commit intoprojectdiscovery:mainfrom
Closed
Refactor code structure for improved readability and maintainability#731Vytek wants to merge 1 commit intoprojectdiscovery:mainfrom
Vytek wants to merge 1 commit intoprojectdiscovery:mainfrom
Conversation
Member
|
Thanks for the contribution @Vytek! However, we use Dependabot to manage dependency updates automatically — most of the changes in this PR have already been merged through separate Dependabot PRs. The zcrypto upgrade for TLS 1.3/PQC support would be better suited in the downstream tlsx repository where it's actually needed. Closing as the dependency updates are already covered. Feel free to open a new PR if you have specific code changes to propose! |
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.
This is a fundamental update of all depency. In particular this is preparatory to the possibility that TLSX can work with the latest zcrypto version zmap/zcrypto@6eed1af using TLS1.3 and PQC.
See: projectdiscovery/tlsx#880