chore(deps): bump phpcsutils to 1.2.3 — CVE-2026-65954 (unblocks Security (composer) on every open PR) - #800
Open
rubenvdlinde wants to merge 2 commits into
Open
Conversation
… execution `quality / Security (composer)` is failing on every open procest PR. The cause is pre-existing and not introduced by any of them: Package: phpcsstandards/phpcsutils CVE: CVE-2026-65954 — Arbitrary code execution Affected: >=1.0.0-alpha1,<1.2.3 (locked at 1.2.2) Reported: 2026-07-27 Lockfile-only bump: phpcsutils 1.2.2 → 1.2.3, pulling phpcsextra v1.2.0 → v1.2.1 as its dependency. No composer.json constraint changes — both are already satisfied by the existing `^1.4` / `^3.9` ranges, so this is a lock refresh, not a constraint widening. Dev dependencies only; nothing shipped to users changes. `composer audit --locked` against the new lock: "No security vulnerability advisories found." Before the bump it reported the advisory above. `squizlabs/php_codesniffer` is already at 3.13.6, which is the fixed version for CVE-2026-67434 ("<3.13.6"), so it needed no change — worth stating because a local `composer audit` reading a stale vendor/ reports it as still affected.⚠️ Verification limits, stated plainly: I could not install the new versions locally — `vendor/` in this checkout is not writable by me, so `composer install` failed on `vendor/bin/phpcbf`. The phpcs run I did locally therefore exercised the OLD versions and proves nothing about the new ones. CI installs from the lock and runs phpcs/phpcbf against it, so the `PHP Quality (phpcs)` cell on this PR is the real exercise of this bump. If that cell is green, the bump is verified; do not merge on the audit result alone.
rubenvdlinde
requested review from
WilcoLouwerse,
bbrands02 and
rjzondervan
as code owners
August 11, 2026 19:24
The PHP 8.4 PHPUnit cell failed with: fatal: unable to access 'https://github.com/nextcloud/server/': server certificate verification failed. CAfile: none CRLfile: none The process '/usr/bin/git' failed with exit code 128 The 8.3 cell on the same run passed. A matrix cell that differs from its neighbour by PHP version alone and dies while CLONING the server repo is a runner-side network fault, not a version rule and not this lockfile bump. `gh run rerun` refused the run, so this empty commit is the re-trigger. No file changes.
Contributor
Quality Report — ConductionNL/procest @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-manifest | ✅ | ||||
| check-vue3-compile | ✅ | ||||
| test-l10n | ✅ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ✅ | ✅ 552/552 | |||
| PHPUnit | ❌ | ||||
| Newman | ⏭️ | ||||
| Playwright | ❌ | ||||
| Hydra gates | ❌ |
Quality workflow — 2026-08-11 19:36 UTC
Download the full PDF report from the workflow artifacts.
Contributor
Quality Report — ConductionNL/procest @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-manifest | ✅ | ||||
| check-vue3-compile | ✅ | ||||
| test-l10n | ✅ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ✅ | ✅ 552/552 | |||
| PHPUnit | ✅ | ||||
| Newman | ⏭️ | ||||
| Playwright | ✅ | ||||
| Hydra gates | ✅ |
Quality workflow — 2026-08-11 19:54 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.
See commit message. Lockfile-only dev-dependency bump;⚠️ Could not install locally (vendor/ not writable in this checkout), so the
composer audit --lockedgoes from 1 advisory to clean.PHP Quality (phpcs)cell on this PR is the real exercise of the bump — do not merge on the audit result alone.