Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix potential vulnerable cloned function#7189

Open
npt-1707 wants to merge 1 commit intorethinkdb:mainfrom
npt-1707:fix_CVE-2019-15605
Open

Fix potential vulnerable cloned function#7189
npt-1707 wants to merge 1 commit intorethinkdb:mainfrom
npt-1707:fix_CVE-2019-15605

Conversation

@npt-1707
Copy link

@npt-1707 npt-1707 commented Mar 2, 2026

Description

Our tool identified a potential vulnerability in clone functions in src/http/http_parser.cc sourced from nodejs/http-parser. These issues, originally reported in CVE-2019-15605, were resolved in the repository via this commit nodejs/http-parser@7d5c99d.

This PR applies the corresponding patch to fix the vulnerabilities in this codebase.

Please review at your convenience.

Checklist

@srh
Copy link
Contributor

srh commented Mar 3, 2026

Thank you for the PR. Because we only use this library for an HTTP client, making requests, I don't think there is any security issue at hand.

Despite this I think we could stand to upgrade http_parser.cc (and .hpp) to an up-to-date version from Node, maybe, instead of this one patch.

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