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

Update rustls #984

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Update rustls #984

merged 1 commit into from
Nov 26, 2024

Conversation

flavio
Copy link
Member

@flavio flavio commented Nov 26, 2024

Ensure latest version of rustls is used, this is required to fix RUSTSEC-2024-0399

Fixes #983

Ensure latest version of rustls is used, this is required to fix
RUSTSEC-2024-0399

Fixes kubewarden#983

Signed-off-by: Flavio Castelli <[email protected]>
@flavio flavio requested a review from a team as a code owner November 26, 2024 09:12
@flavio flavio self-assigned this Nov 26, 2024
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.98%. Comparing base (9ae5d03) to head (1372dcf).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #984   +/-   ##
=======================================
  Coverage   82.98%   82.98%           
=======================================
  Files          25       25           
  Lines        4190     4190           
=======================================
  Hits         3477     3477           
  Misses        713      713           

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

@fabriziosestito fabriziosestito merged commit d5429ad into kubewarden:main Nov 26, 2024
13 checks passed
@flavio flavio deleted the update-rustls branch November 26, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

RUSTSEC-2024-0399: rustls network-reachable panic in Acceptor::accept
2 participants