Commit 02ad913
[ENG-3461] fix: bump buger/jsonparser to v1.1.2 (CVE-2026-32285) (#4478)
## Summary
- Bumps `github.com/buger/jsonparser` from v1.1.1 to v1.1.2 to fix
CVE-2026-32285 (GO-2026-4514) — uncaught exception in `Delete()` on
malformed JSON input
- The `google.golang.org/grpc` vulnerability (CVE-2026-33186) was
already resolved; go.mod has v1.79.3 which is the fix version
## Linear Ticket
- **Ticket**:
[ENG-3461](https://linear.app/overmind/issue/ENG-3461/snyk-vulnerabilities-for-march-30th)
— Snyk vulnerabilities for March 30th
- **Purpose**: Resolve High/Critical Snyk findings for the weekly
vulnerability check
- **Priority**: Urgent
## Changes
- `go.mod`: `github.com/buger/jsonparser` v1.1.1 → v1.1.2 (indirect
dependency)
- `go.sum`: Updated checksums for jsonparser v1.1.2
## Vulnerability Details
| CVE | Package | Severity | Fix |
| --- | --- | --- | --- |
| CVE-2026-33186 | `google.golang.org/grpc` | Critical (9.3) | Already
at v1.79.3 |
| CVE-2026-32285 | `github.com/buger/jsonparser` | High (8.7) | Bumped
to v1.1.2 |
## Deviations from Approved Plan
> No approved plan is associated with this PR.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk dependency bump with no application code changes; main risk
is minor behavioral differences in JSON parsing under malformed inputs.
>
> **Overview**
> Updates the indirect dependency `github.com/buger/jsonparser` from
`v1.1.1` to `v1.1.2` in `go.mod`, with corresponding `go.sum` checksum
updates.
>
> This is a dependency-only change intended to pick up the upstream
security fix for malformed JSON handling (CVE-2026-32285).
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
f5bf71f97b5e748b4bc2d271755e788d18413e20. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
GitOrigin-RevId: 03de4a0e9f9426a31d892195dfe2799690a79e5f1 parent c10ac12 commit 02ad913
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
365 | | - | |
| 364 | + | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
0 commit comments