Update dependency composer/composer to ^2.6.4 [SECURITY] - autoclosed #749
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.
This PR contains the following updates:
^2.5.1
->^2.6.4
GitHub Vulnerability Alerts
CVE-2023-43655
Impact
Users publishing a composer.phar to a public web-accessible server where the composer.phar can be executed as a php file may be impacted if PHP also has
register_argc_argv
enabled in php.ini.Patches
2.6.4, 2.2.22 and 1.10.27 patch this vulnerability.
Workarounds
Make sure
register_argc_argv
is disabled in php.ini, and avoid publishing composer.phar to the web as this really should not happen.Release Notes
composer/composer (composer/composer)
v2.6.4
Compare Source
show -a <packagename>
(#11659)v2.6.3
Compare Source
ignore
,report
(current default) orfail
(future default in 2.7) to make the audit command report abandoned packages as a security problem (#11639)files
autoload rules are detected (#11109)archive
command not producing the correct output if the temp dir is a symlink (#11636)v2.6.2
Compare Source
$_SERVER['SCRIPT_NAME']
to detect them, they are now more transparent (#11562)" which caused a regression (#11617)install --audit
runs and not implicit audits withrequire
,create-project
orupdate
commands (#11616)create-project
infinite post-install loop in some circumstances (#11613)v2.6.1
Compare Source
v2.6.0
Compare Source
rm
alias to theremove
command (#11367)--dry-run
todump-autoload
command to allow running --strict-psr checks without modifying the filesystem (#11608)bump
ing patch level in~1.2.3
constraints (#11590)require
if the package name is not found but similar ones exist (#11284)~
in repository paths for vcs and artifact repositories (#11453)composer
(#11526)why
/why-not
command output (#11308)security
key to thesupport
key of composer.json to set the URL to the vulnerability disclosure policy (#11271)install
exit code to be non-zero (5) if a requested security audit failed (#11362)$_SERVER['SCRIPT_NAME']
to detect them, they are now more transparent (#11562)~~ (Reverted in 2.6.2)mtime
modification of the vendor dir to only happen when packages are modified, and not require lock file modification to happen (#11593)create-project
using the wrong composer.json file if one was set via theCOMPOSER
env var (#11493)v2.5.8
Compare Source
v2.5.7
Compare Source
v2.5.6
Compare Source
InstallationManager::getInstallPath
will now returnnull
instead of an empty string for metapackages' paths. This may have adverse effects on plugin code using this expecting always a string but it is unlikely (#11455)install
to deal better withreplace
/provide
(#11475)require
guesses the constraint after resolution (#11405)v
prefix being treated as non-numeric ones and receiving an alias like e.g. dev-main would (e51d755
)readonly
(#11404)getmypid
being required as it is not always available (#11401)v2.5.5
Compare Source
%
signs (#11359)v2.5.4
Compare Source
v2.5.3
Compare Source
v2.5.2
Compare Source
require
auto-selects a feature branch as that is probably not desired (#11270)self.version
requirements reporting lock file integrity errors when changing branches (#11283)require
regression which broke the --fixed flag (#11247)require
not appearing in some conditions (#11287)Configuration
📅 Schedule: Branch creation - "" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Read more about the use of Renovate Bot within
ocramius/*
projects.