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 idna package to 3.7 #417

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Update idna package to 3.7 #417

merged 1 commit into from
Apr 26, 2024

Conversation

michelletran-codecov
Copy link
Contributor

This mitigates GHSA-jjg7-2v4v-x38h vulnerability.

I ran pip-compile --upgrade-package idna to generate this. The dependencies also don't pin the exact version, and 3.7 is within the ranges of downstream dependencies.

Link to ticket: https://github.com/codecov/internal-issues/issues/412

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@michelletran-codecov michelletran-codecov requested a review from a team April 26, 2024 20:23
@@ -188,7 +188,7 @@ httpx==0.23.1
# shared
identify==2.5.30
# via pre-commit
idna==2.10
idna==3.7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know if the next time someone runs pip-compile, if this will regress to 2.10? Or once 3.7, it will persist?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed this wouldn't be the case

@codecov-qa
Copy link

codecov-qa bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.44%. Comparing base (54b0f78) to head (95efef9).

✅ All tests successful. No failed tests found ☺️

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #417   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files         395      395           
  Lines       33426    33426           
=======================================
  Hits        32572    32572           
  Misses        854      854           
Flag Coverage Δ
integration 97.44% <ø> (ø)
latest-uploader-overall 97.44% <ø> (ø)
unit 97.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 94.75% <ø> (ø)
OutsideTasks 97.55% <ø> (ø)

Copy link

codecov-public-qa bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.44%. Comparing base (54b0f78) to head (95efef9).

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #417   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files         395      395           
  Lines       33426    33426           
=======================================
  Hits        32572    32572           
  Misses        854      854           
Flag Coverage Δ
integration 97.44% <ø> (ø)
latest-uploader-overall 97.44% <ø> (ø)
unit 97.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 94.75% <ø> (ø)
OutsideTasks 97.55% <ø> (ø)

Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.47%. Comparing base (54b0f78) to head (95efef9).

✅ All tests successful. No failed tests found ☺️

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #417   +/-   ##
=======================================
  Coverage   97.47%   97.47%           
=======================================
  Files         426      426           
  Lines       34117    34117           
=======================================
  Hits        33254    33254           
  Misses        863      863           
Flag Coverage Δ
integration 97.44% <ø> (ø)
latest-uploader-overall 97.44% <ø> (ø)
unit 97.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 94.77% <ø> (ø)
OutsideTasks 97.55% <ø> (ø)

This change has been scanned for critical changes. Learn more

@michelletran-codecov michelletran-codecov added this pull request to the merge queue Apr 26, 2024
Merged via the queue into main with commit 0790e36 Apr 26, 2024
26 checks passed
@michelletran-codecov michelletran-codecov deleted the update_idna branch April 26, 2024 20:56
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.

None yet

2 participants