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

Address vulnerable dependencies #1238

Merged
merged 9 commits into from
Feb 26, 2025
Merged

Conversation

carterworks
Copy link
Contributor

Description

The latest run of the OWASP Dependency Check tool, on which this ticket is based, shows some things that need to be addressed.

Major changes

Remaining vulnerabilities

  • async:2.6.4 & async:3.2.3
    • v3.2.6 is a dependency of vitest (our unit testing framework) and v2.6.4 is a dependency of the testcafe-browser-provider-saucelabs (what connects our functional test framework to our browser automation hosting). It is a Regex Denial of Service vulnerability. Since they are in our testing frameworks, the worst that could happen is that our tests hang.
  • esbuild:0.24.2
    • This is a dependency of vite (the build tool the sandbox now uses) and of vitest (which uses vitest internally). According to the vite team, this vulnerability in esbuild does not affect vite.
  • graphql:16.10.0

Related Issue

PDCL-12965: AEP WebSDK - Outdated Vulnerable Software - Critical (9.8)
Closes #1231

Motivation and Context

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (non-breaking change which does not add functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA or I'm an Adobe employee.
  • I have made any necessary test changes and all tests pass.
  • I have run the Sandbox successfully.

@carterworks carterworks added the ignore-for-release Do not include this PR in release notes label Feb 24, 2025
@carterworks carterworks self-assigned this Feb 24, 2025
@carterworks carterworks merged commit d01ea80 into main Feb 26, 2025
4 checks passed
@carterworks carterworks deleted the address-vulnerable-dependencies branch February 26, 2025 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release Do not include this PR in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parse-uri Regular expression Denial of Service (ReDoS) (CVE-2024-36751)
2 participants