Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2025

Bumps set-cookie-parser from 2.4.8 to 2.7.2.

Changelog

Sourced from set-cookie-parser's changelog.

v2.7.2 - 2025-10-27

Fixed:

  • Prevent Object prototype pollution by malicious cookies
  • Removed cookie values from error logs due to their potentially sensitive nature

v2.7.1 - 2024-10-21

v2.7.0 - 2024-08-01

  • Added support for partitioned attribute
  • Set up automatic publishing to npm from github actions, with provenance

Docs:

  • Added changelog

v2.6.0 - 2023-05-18

  • Add support for getSetCookie() method on fetch response headers objects.

v2.5.1 - 2024-07-25

  • Change name-value-pair parsing to follow 6265bis
    • When there's no = in the "name=value" part, now the name is '' and the value is the entire string. Previously it was the other way around.

v2.5.0 - 2022-06-04

  • Add "sideEffects": false to package.json to help bundlers like Webpack and Rollup
Commits
  • 6e0577b 2.7.2
  • e828710 2.7.2 changelog
  • 400be29 Merge pull request #71 from ExodusMovement/andrej/prototype-pollution
  • 6d36c0c chore: add tests for forbidden keys
  • 0857d99 revert: allow empty string cookies
  • 43131a2 Revert "feat: allow logging cookie values if logCookieValues is set"
  • 7423bba feat: allow logging cookie values if logCookieValues is set
  • ca7f865 fix: isForbiddenKey
  • bfd65d3 feat: harden forbidden keys
  • 4d74d29 feat: harden against prototype pollution
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 28, 2025
@emuvente
Copy link
Collaborator

emuvente commented Nov 7, 2025

@dependabot rebase

Bumps [set-cookie-parser](https://github.com/nfriedly/set-cookie-parser) from 2.4.8 to 2.7.2.
- [Changelog](https://github.com/nfriedly/set-cookie-parser/blob/master/CHANGELOG.md)
- [Commits](nfriedly/set-cookie-parser@v2.4.8...v2.7.2)

---
updated-dependencies:
- dependency-name: set-cookie-parser
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/set-cookie-parser-2.7.2 branch from dab4a2a to 2d83e83 Compare November 7, 2025 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants