Skip to content
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

[#4045 Backport] During X.509 verification, first check the signatures #4052

Merged
merged 1 commit into from
May 13, 2024

Conversation

randombit
Copy link
Owner

The remainder of path validation logic is still subject to attacker controlled inputs, but the range of inputs is reduced to that which a legitimate certificate authority was willing to sign.

Backport of #4045

@randombit randombit changed the title During X.509 verification, first check the signatures [#4045 Backport] During X.509 verification, first check the signatures May 11, 2024
The remainder of path validation logic is still subject to attacker
controlled inputs, but the range of inputs is reduced to that which a
legitimate certificate authority was willing to sign.

Backport of #4045
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 95.45455% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 91.98%. Comparing base (fb0a41b) to head (cbbcc93).
Report is 4 commits behind head on release-2.

Files Patch % Lines
src/lib/x509/x509path.cpp 95.45% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           release-2    #4052   +/-   ##
==========================================
  Coverage      91.98%   91.98%           
==========================================
  Files            583      583           
  Lines          64254    64239   -15     
  Branches        6266     6272    +6     
==========================================
- Hits           59103    59091   -12     
+ Misses          5120     5117    -3     
  Partials          31       31           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@randombit randombit requested a review from FAlbertDev May 13, 2024 10:49
@randombit randombit merged commit 477822a into release-2 May 13, 2024
21 checks passed
@randombit randombit deleted the jack/backport-4045 branch May 13, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants