security: add supply-chain scanning foundation - #22
Merged
Conversation
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
Adds the EvolvePHP 2 Phase 2.9A supply-chain security foundation for locked dependency auditing, licence-policy enforcement, Dependabot update configuration and CI enforcement.
Changes
supply-chainComposer commandPolicy (PHP 8.4)CI jobComposer Commands
qualityremains separate fromsupply-chainbecause advisory scanning depends on current external security data.Security Audit
The committed workspace lockfile currently passes:
Current result:
No advisory suppression or abandoned-package bypass is configured.
Licence Policy
Current reviewed engineering allowlist:
Current locked inventory:
Apache-2.0was deliberately reviewed becausejetbrains/phpstorm-stubs v2026.1is currently present inpackages-dev.The licence check:
packagesandpackages-devThis is a repository engineering dependency-admission policy, not a general legal compatibility determination.
Dependabot
Adds weekly version-update configuration for:
/workspace/Internal
evolvephp/*path packages are excluded from Composer update PRs.No credentials, private registries, automatic merge configuration or target-branch override is included.
Repository setting audit confirmed:
CI
The existing required job identities remain unchanged:
The Policy job now runs:
after dependency installation and before the root policy suites.
No GitHub ruleset change is required.
Validation
git diff --checkpassedScope
Exactly seven files:
.github/dependabot.yml.github/workflows/quality.ymlCHANGELOG.mdtests/Documentation/EvolvePhp2SupplyChainSecurityTest.phpworkspace/README.mdworkspace/composer.jsonworkspace/tools/check-licenses.phpNo dependency versions, Composer lockfiles, package manifests, runtime files, RFCs or GitHub repository settings are changed.