You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the current version of the cookie package used in this project contains a security vulnerability. Specifically, the cookie name could be exploited to set other fields of the cookie, resulting in unexpected cookie values.
I am aware that this issue has been resolved in a newer version of the cookie package and this project have updated the library version but not released a tag yet. I could upgrade manually so it would greatly benefit the community if a new tag were published with the updated dependency.
❯ npm audit --omit dev
# 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
fix available via `npm audit fix --force`
Will install [email protected], which is a breaking change
node_modules/cookie
nestjs-i18n >=4.1.0
Depends on vulnerable versions of cookie
node_modules/nestjs-i18n
2 low severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Describe the bug
I noticed that the current version of the cookie package used in this project contains a security vulnerability. Specifically, the cookie name could be exploited to set other fields of the cookie, resulting in unexpected cookie values.
I am aware that this issue has been resolved in a newer version of the cookie package and this project have updated the library version but not released a tag yet. I could upgrade manually so it would greatly benefit the community if a new tag were published with the updated dependency.
Reproduction
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: