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

Test:Remove explicit dependency on addressable #3148

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Test:Remove explicit dependency on addressable #3148

merged 1 commit into from
Sep 22, 2023

Conversation

marcotc
Copy link
Member

@marcotc marcotc commented Sep 20, 2023

What does this PR do?

This PR removes the unnecessary, and vulnerable explicit dependency on addressable.

Motivation:

CVE-2021-32740 affected addressable < 2.8.

Even though we never ship code with addressable < 2.8, nor run it alongside non-public information, when possible, it's good security hygiene to remove vulnerable dependencies.

Also, this transitive dependency was added without any specific explanation for its introduction: https://github.com/DataDog/dd-trace-rb/pull/229/files#diff-8b1801e03e9a166eea28410efc558b347e0b4a3bc03ab6c7283afa4479e88756R44.

Additional Notes:

How to test the change?

Green CI means this PR is good.

For Datadog employees:

  • If this PR touches code that signs or publishes builds or packages, or handles
    credentials of any kind, I've requested a review from @DataDog/security-design-and-guidance.
  • This PR doesn't touch any of that.

Unsure? Have a question? Request a review!

@marcotc marcotc changed the title Test:Unlock addressable Test:Remove explicit dependency on addressable Sep 20, 2023
@marcotc marcotc marked this pull request as ready for review September 20, 2023 23:17
@marcotc marcotc requested a review from a team September 20, 2023 23:17
@marcotc marcotc merged commit af6e416 into master Sep 22, 2023
176 checks passed
@marcotc marcotc deleted the unlock-deps branch September 22, 2023 19:41
@github-actions github-actions bot added this to the 1.15.0 milestone Sep 22, 2023
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.

2 participants