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

Do not check revocation lists in curl calls #71

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Do not check revocation lists in curl calls #71

merged 1 commit into from
Sep 19, 2023

Conversation

mih
Copy link
Member

@mih mih commented Sep 19, 2023

This avoids download failures (for the docker images) when a CI worker has issues with expired certificates. We only download from trusted sources (our own), and the drop in security is minor compared to the failing CIs due to unrelated certficate issues.

This patch is extracted from #69. It is needed independent of that PR.

This avoids download failures (for the docker images) when a CI worker
has issues with expired certificates. We only download from trusted
sources (our own), and the drop in security is minor compared to the
failing CIs due to unrelated certficate issues.
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (dfed41a) 97.87% compared to head (972e6ad) 97.87%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   97.87%   97.87%           
=======================================
  Files          10       10           
  Lines         141      141           
=======================================
  Hits          138      138           
  Misses          3        3           

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

@mih mih merged commit c24a7b3 into main Sep 19, 2023
3 checks passed
@mih mih deleted the robust-curl branch September 19, 2023 07:31
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