mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-23 16:11:17 -05:00
[PR #289] [MERGED] chore: bump npm overrides to patch HIGH CVEs (xmldom, devalue, kysely, fast-uri, fast-xml-builder) #2921
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/289
Author: @arunavo4
Created: 5/16/2026
Status: ✅ Merged
Merged: 5/16/2026
Merged by: @arunavo4
Base:
main← Head:chore/bump-npm-cve-overrides📝 Commits (1)
b8a52f3chore: bump npm overrides to patch HIGH-severity CVEs📊 Changes
2 files changed (+19 additions, -11 deletions)
View changed files
📝
bun.lock(+14 -8)📝
package.json(+5 -3)📄 Description
Summary
Patches 9 Docker Scout HIGH-severity alerts surfaced by the weekly image scan. All are transitive npm deps with fixed versions published upstream; pinning via
overridesinpackage.jsonis the standard fix.@xmldom/xmldom^0.8.12(override)^0.8.13devalue^5.6.4(override)^5.8.1kysely^0.28.16(override)^0.28.17fast-uri^3.1.2(added)fast-xml-builder^1.1.7(added)After
bun install, all five resolve to fixed versions:Out of scope
The remaining open Docker Scout alerts are not addressable via npm:
git-lfsbinary in the Dockerfile bumped to a release built with Go ≥1.25.10.gnutls28(4 CVEs) — Debian shows "not fixed" upstream; nothing to do here yet.nghttp2(1 CVE) — fix is in Debian; base image rebuild will pick it up on the nextbun:debianbump.Test plan
bun install— lockfile updatedbun pm ls --all— verified resolved versions match the table abovebun test— 243 pass, 4 skip, 0 failbunx --bun astro build— completes cleanly🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.