benchmarks: bump body-parser to 2.3.0 in log-triage fixture#1
Merged
Conversation
Clears Dependabot alert GHSA-v422-hmwv-36x6 (CVE-2026-12590, low): body-parser < 2.3.0 silently disables body-size enforcement when given an invalid limit value. The fixture is synthetic input for the log-triage benchmark and is never installed; its checks only assert on ioredis 5.4.1 and the log contents, so the bump is inert. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clears Dependabot alert #34 — GHSA-v422-hmwv-36x6 / CVE-2026-12590 (low severity).
body-parser< 2.3.0 silently disables request-body size enforcement when handed an invalidlimitvalue. It reaches this repo only as a transitive dependency insidebenchmarks/fixtures/log-triage/package-lock.json.That lockfile is synthetic fixture data for the
log-triage/incident-followupbenchmark — it is never installed, and the task checks only assert onioredis@5.4.1and the log contents. Bumpingbody-parser2.1.1 → 2.3.0 clears the alert with no effect on the benchmark.🤖 Generated with Claude Code