Skip to content

benchmarks: bump body-parser to 2.3.0 in log-triage fixture#1

Merged
V-Songbird merged 1 commit into
mainfrom
fix/body-parser-dependabot-34
Jul 22, 2026
Merged

benchmarks: bump body-parser to 2.3.0 in log-triage fixture#1
V-Songbird merged 1 commit into
mainfrom
fix/body-parser-dependabot-34

Conversation

@V-Songbird

Copy link
Copy Markdown
Owner

Clears Dependabot alert #34GHSA-v422-hmwv-36x6 / CVE-2026-12590 (low severity).

body-parser < 2.3.0 silently disables request-body size enforcement when handed an invalid limit value. It reaches this repo only as a transitive dependency inside benchmarks/fixtures/log-triage/package-lock.json.

That lockfile is synthetic fixture data for the log-triage / incident-followup benchmark — it is never installed, and the task checks only assert on ioredis@5.4.1 and the log contents. Bumping body-parser 2.1.1 → 2.3.0 clears the alert with no effect on the benchmark.

🤖 Generated with Claude Code

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>
@V-Songbird
V-Songbird merged commit 5e52501 into main Jul 22, 2026
1 check passed
@V-Songbird
V-Songbird deleted the fix/body-parser-dependabot-34 branch July 22, 2026 22:57
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.

1 participant