Chore/dependency advisories - #62
Merged
Merged
Conversation
Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 10.2.0 to 10.4.0. - [Release notes](https://github.com/beaugunderson/ip-address/releases) - [Commits](beaugunderson/ip-address@v10.2.0...v10.4.0) --- updated-dependencies: - dependency-name: ip-address dependency-version: 10.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Take Dependabot's ip-address bump, raise the fast-uri override floor to a patched release (the previous floor resolved to a still-vulnerable version, and needed an explicit update to reify in the lockfile), and raise the brace-expansion floors across the jest and glob chains. The remaining brace-expansion advisory is unfixable here — aws-cdk-lib bundles its own copy below the patched version, confirmed by inspecting the 2.263.0 tarball — so it is allowlisted with a justification and a recheck trigger rather than papered over with an override that cannot reify.
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.
Summary
npx audit-ci --config .audit-ci.jsoncurrently exits 1 onmain, which blocks the deploy pipeline at its test gate for every PR — including changes that have nothing to do with dependencies. These advisories are upstream and time-based, not introduced by any feature branch.Changes
ip-address→ 10.4.0, taking Dependabot's bump (clean; no unrelated majors), closing build(deps): bump ip-address from 10.2.0 to 10.4.0 #61fast-urioverride floor raised to a patched release. The previous floor resolved to a still-vulnerable version and needed an explicitnpm updateto reify in the lockfile.brace-expansionfloors raised across the jest and glob chains (resolved 1.1.18 / 5.0.9);js-yaml→ 4.3.1.Not fixed, deliberately
GHSA-rgw5-rvv9-x895cannot be fixed here:aws-cdk-libbundles its ownbrace-expansionat 5.0.8, below the patched 5.0.9 — confirmed by inspecting theaws-cdk-lib@2.263.0tarball. A bundled copy is unreachable by anoverridesentry, so it is allowlisted with a justification naming the advisory, why no fix exists, and a recheck trigger, rather than a floor that silently fails to apply.Verification
audit-ciexit 0;npm auditreduced to the single allowlisted advisory.tscclean; backend jest 5386; frontend jest 2010; pytest 1347.Notes
package.json,package-lock.json,.audit-ci.json,audit-ci-allowlist-justifications.md.frontend/package-lock.json, so thereact-routeralerts (no patched release available) will persist after this merges. Tracked separately.test-exclude- andeslint-scopedbrace-expansionoverrides that do not exist inpackage.json, leaving a latentTypeError: expand is not a functionintest-exclude'sminimatch@3.1.5chain. Reproduces byte-identically onmain; no suite reaches it.