Skip to content

Conversation

@milanowicz
Copy link
Owner

I updated tough-cookie to version 4.1.4 by adding it as a direct dependency. This resolves CVE-2023-26136, a moderate severity vulnerability present in versions of tough-cookie older than 4.1.3.

The 'request' package, a transitive dependency (likely via 'node-sass'), was using an older version of 'tough-cookie'. Explicitly adding 'tough-cookie@^4.1.3' to your project's dependencies resolved the issue by forcing the installation of a non-vulnerable version (4.1.4).

All your project's tests pass after this change.

I updated tough-cookie to version 4.1.4 by adding it as a direct
dependency. This resolves CVE-2023-26136, a moderate severity
vulnerability present in versions of tough-cookie older than 4.1.3.

The 'request' package, a transitive dependency (likely via 'node-sass'),
was using an older version of 'tough-cookie'. Explicitly adding
'tough-cookie@^4.1.3' to your project's dependencies resolved the issue
by forcing the installation of a non-vulnerable version (4.1.4).

All your project's tests pass after this change.
@milanowicz milanowicz merged commit b297839 into master May 23, 2025
3 checks passed
@milanowicz milanowicz deleted the fix/tough-cookie-cve-2023-26136 branch May 23, 2025 06:55
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

Successfully merging this pull request may close these issues.

2 participants