fix(deps): override qs to 6.16.0 for audited advisories - #229
Merged
Conversation
Deploying openpost-marketing with
|
| Latest commit: |
0c8f939
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0f25267c.openpost-marketing.pages.dev |
| Branch Preview URL: | https://hoplite-akraiphia-akraiphnio.openpost-marketing.pages.dev |
Deploying openpost-docs with
|
| Latest commit: |
0c8f939
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://783b8045.openpost-docs.pages.dev |
| Branch Preview URL: | https://hoplite-akraiphia-akraiphnio.openpost-docs.pages.dev |
…pushes Main pushes now plan from the pushed diff like pull requests, so untouched surfaces skip their jobs. Release tags trigger a full CI run whose artifacts the release workflow consumes; the tag workflow pins to that run and waits for it. The image job derives the release version from the previous tag when building a tag, since the tag itself has no commits after it.
The race suite duplicated the backend suite on every backend change. One -race -cover run keeps both signals at the cost of the slower run alone.
@n8n/backend-network pins qs 6.15.2 exactly, and two new advisories (GHSA-x5fp-wj9c-mxmx, GHSA-4mjr-xmp4-gh2g) cover everything through 6.15.3. Both are fixed in 6.16.0, so pin it in the root overrides next to the other audited security pins.
The fragment parser rejects wrapped continuation lines.
usehoplite
Bot
force-pushed
the
hoplite/akraiphia-akraiphnion-f4e54807
branch
from
September 2, 2026 21:54
1814105 to
0c8f939
Compare
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
The #228 CI run surfaced two real failures, both fixed here:
qsadvisories (GHSA-x5fp-wj9c-mxmx, GHSA-4mjr-xmp4-gh2g) coverqs >= 6.14.2 <= 6.15.3. The tree'sqscomes from@n8n/backend-network@1.9.3, which pins6.15.2exactly, sobun updatecannot move it. Fix: pinqs: 6.16.0in the rootoverridesblock alongside the existing audited security pins (cookie,tar,undici, …). Both advisories are fixed in 6.16.0.scripts/changelog-fragments.mjsrejects ("must contain only ### groups and bullet items"). Fix:changes/ci-surface-planning.mdrewritten with one bullet per line.Verification
bun audit --prod --audit-level lowwith the exact ignore list fromscripts/bun-audit.shexits 0 (was exit 1 with the twoqsmoderates);bun.lockresolves a singleqs@6.16.0.bun scripts/check-changelog.mjspasses with the rewritten fragment.-race -coverbackend suite and the Android candidate; this run re-verifies the full matrix on the fixed tree.