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

Dependency on vulnerable version of send package #175

Closed
DBAKANG-GIT opened this issue Sep 10, 2024 · 3 comments
Closed

Dependency on vulnerable version of send package #175

DBAKANG-GIT opened this issue Sep 10, 2024 · 3 comments
Labels

Comments

@DBAKANG-GIT
Copy link

Hello,

I'm using serve-static in my project and I noticed that it depends on the send package version 0.18.0, which has a known security vulnerability (see CVE-2024-43799](GHSA-m6fv-jmcg-4jfg)

The vulnerability is patched in send version 0.19.0. However, the latest version of serve-static still depends on a vulnerable version of send.

Could you please update the send dependency to a secure version to fix this vulnerability?

Thank you for your attention to this matter.

"serve-static": {
"version": "1.16.0",
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.0.tgz",
"integrity": "sha512-pDLK8zwl2eKaYrs8mrPZBJua4hMplRWJ1tIFksVC3FtBEBnl8dxgeHtsaMS8DhS9i4fLObaon6ABoc4/hQGdPA==",
"peer": true,
"dependencies": {
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"parseurl": "~1.3.3",
"send": "0.18.0"
}
}

@s100
Copy link

s100 commented Sep 12, 2024

This appears to be fixed as of [email protected].

@leotm
Copy link

leotm commented Sep 16, 2024

This appears to be fixed as of [email protected].

yep ^ @DBAKANG-GIT feel free to close if you're happy

@DBAKANG-GIT
Copy link
Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants