chore(security): pin GitHub Actions to commit SHAs#239
Merged
Conversation
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.32.0 to 2.37.2. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@9e72090...f3e473d) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
- SessionStore::delete() now captures the session once so the non-null calls don't use redundant nullsafe operators (PHPStan nullsafe.neverNull) - Auth0Bundle::loadExtension() param names match the parent AbstractBundle/ConfigurableExtensionInterface signature (Psalm ParamNameMismatch)
Snyk reports auth0/auth0-php@8.19.0 as "Unknown license" though the package is MIT-licensed. Add a .snyk policy to ignore the license issue so the vulnerability check passes.
Quote the license issue key and bump the policy version so Snyk correctly parses and honors the auth0-php license ignore.
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.
Changes
release,rl-scanner,snyk, andtestsworkflows, improving security and reproducibilityshivammathur/setup-phpfrom 2.32.0 to 2.37.2SessionStore::delete()to capture the session once, removing redundant nullsafe operators flagged by PHPStan (nullsafe.neverNull)Auth0Bundle::loadExtension()parameter names with the parentAbstractBundle/ConfigurableExtensionInterfacesignature, resolving a PsalmParamNameMismatch.snykpolicy to ignore the false-positive "Unknown license" flag forauth0/auth0-php(the package is MIT-licensed)Based on #238 by (jcchavezs), and includes the
shivammathur/setup-phpbump from #237.