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

curl_mapper: enforce at least TLS v1.2 #137

Merged
merged 1 commit into from
Sep 16, 2023
Merged

curl_mapper: enforce at least TLS v1.2 #137

merged 1 commit into from
Sep 16, 2023

Conversation

Gottox
Copy link
Owner

@Gottox Gottox commented Sep 16, 2023

This change sets a default minimum TLS version of 1.2 for all curl requests. This is stricter than curls default of TLSv1.0.

This change sets a default minimum TLS version of 1.2 for all curl
requests. This is stricter than curls default of TLSv1.0.
@sonarcloud
Copy link

sonarcloud bot commented Sep 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (4ba6cf1) 60.28% compared to head (0f0e13c) 60.28%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #137   +/-   ##
=======================================
  Coverage   60.28%   60.28%           
=======================================
  Files          58       58           
  Lines        4769     4769           
  Branches      718      718           
=======================================
  Hits         2875     2875           
  Misses       1480     1480           
  Partials      414      414           

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

@Gottox Gottox merged commit 7ca6e5f into main Sep 16, 2023
25 checks passed
@Gottox Gottox deleted the fix/curl-enforce-tls branch September 16, 2023 06:16
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.

1 participant