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

Vulnerable dependency cookie < 0.7.0 #932

Open
Peter-Juhasz opened this issue Feb 22, 2025 · 0 comments
Open

Vulnerable dependency cookie < 0.7.0 #932

Peter-Juhasz opened this issue Feb 22, 2025 · 0 comments

Comments

@Peter-Juhasz
Copy link

Version: 2.0.4

Describe the bug
Breaks build pipelines on vulnerable dependency cookie.

# npm audit report

cookie  <0.7.0
cookie accepts cookie name, path, and domain with out of bounds characters - https://github.com/advisories/GHSA-pxg6-pf52-xh8x
No fix available
node_modules/cookie
  @azure/static-web-apps-cli  *
  Depends on vulnerable versions of cookie
  node_modules/@azure/static-web-apps-cli

2 low severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

To Reproduce
Steps to reproduce the behavior:

{
	"name": "build",
	"version": "1.0.0",
	"dependencies": {
		"@azure/static-web-apps-cli": "latest"
	}
}

npm audit

Expected behavior
Doesn't reference any vulnerable packages.

Additional context
Running on GitHub Actions.

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

No branches or pull requests

1 participant