fix(deps): override tar to >=7.5.22 (clears the 1 critical npm audit vuln) - #2197
Merged
Conversation
…vuln) The Code Quality 'npm audit' gate runs --audit-level=critical and failed on the single critical: tar <=7.5.20 (node-tar PAX file-smuggling / DoS chain, GHSA-vmf3-w455-68vh et al.), pulled transitively at 7.5.11 by node-gyp/cacache (dev-only build tooling — not in the webpack bundle). Add a tar >=7.5.22 override; lock diff is tar-only. The remaining high/moderate/low advisories are below the gate's critical threshold (tracked separately).
Contributor
Quality Report — ConductionNL/openregister @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ✅ | ✅ 174/174 | |||
| npm | ✅ | ✅ 555/555 | |||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-07-30 05:15 UTC
Download the full PDF report from the workflow artifacts.
Contributor
Quality Report — ConductionNL/openregister @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| composer | ✅ | ✅ 174/174 | |||
| npm | ✅ | ✅ 713/713 | |||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ✅ |
Quality workflow — 2026-08-04 01:35 UTC
Download the full PDF report from the workflow artifacts.
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.
fix(deps): override tar to >=7.5.22 (clears the 1 critical npm audit vuln)
The Code Quality 'npm audit' gate runs --audit-level=critical and failed on the
single critical: tar <=7.5.20 (node-tar PAX file-smuggling / DoS chain,
GHSA-vmf3-w455-68vh et al.), pulled transitively at 7.5.11 by node-gyp/cacache
(dev-only build tooling — not in the webpack bundle). Add a tar >=7.5.22
override; lock diff is tar-only. The remaining high/moderate/low advisories are
below the gate's critical threshold (tracked separately).
Sweep metadata
developmentas ofe9a65e722(tested by an actual merge, not a heuristic)Opened as part of a sweep of unmerged branches. Authored by an earlier session — the body above is that branch's own commit message, unedited. I have not reviewed the content; this PR exists so the work is visible and reviewable rather than sitting on an unmerged branch. Merge on its own merits.