Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Bump composer/composer from 1.8.5 to 1.10.22 in /composer/helpers #194

Open
wants to merge 1 commit into
base: aliased-packages
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps composer/composer from 1.8.5 to 1.10.22. This update includes a security fix.

Vulnerabilities fixed

Sourced from The PHP Security Advisories Database.

Missing argument delimiter can lead to command execution via VCS repository URLs or source download URLs on systems with Mercurial

Affected versions: >=2.0.0-alpha1, <2.0.13; <1.10.22

Release notes

Sourced from composer/composer's releases.

1.10.22

1.10.21

  • Fixed support for new GitHub OAuth token format
  • Fixed processes silently ignoring the CWD when it does not exist

1.10.20

  • Fixed exclude-from-classmap causing regex issues when having too many paths
  • Fixed compatibility issue with Symfony 4/5

1.10.19

  • Fixed regression on PHP 8.0

1.10.18

  • Allow installation on PHP 8.0

1.10.17

  • Fixed Bitbucket API authentication issue
  • Fixed parsing of Composer 2 lock files breaking in some rare conditions

1.10.16

  • Added warning to validate command for cases where packages provide/replace a package that they also require
  • Fixed JSON schema validation issue with PHPStorm
  • Fixed symlink handling in archive command

1.10.15

  • Fixed path repo version guessing issue

1.10.14

  • Fixed version guesser to look at remote branches as well as local ones
  • Fixed path repositories version guessing to handle edge cases where version is different from the VCS-guessed version
  • Fixed COMPOSER env var causing issues when combined with the global command
  • Fixed a few issues dealing with PHP without openssl extension (not recommended at all but sometimes needed for testing)

1.10.13

  • Fixed regressions with old version validation
  • Fixed invalid root aliases not being reported

1.10.12

  • Fixed regressions with old version validation

1.10.11

  • Fixed more PHP 8 compatibility issues
  • Fixed regression in handling of CTRL-C when xdebug is loaded
  • Fixed status handling of broken symlinks

1.10.10

  • Fixed create-project not triggering events while installing the root package

... (truncated)

Changelog

Sourced from composer/composer's changelog.

[1.10.22] 2021-04-27

[1.10.21] 2021-04-01

  • Fixed support for new GitHub OAuth token format
  • Fixed processes silently ignoring the CWD when it does not exist

[1.10.20] 2021-01-27

  • Fixed exclude-from-classmap causing regex issues when having too many paths
  • Fixed compatibility issue with Symfony 4/5

[1.10.19] 2020-12-04

  • Fixed regression on PHP 8.0

[1.10.18] 2020-12-03

  • Allow installation on PHP 8.0

[1.10.17] 2020-10-30

  • Fixed Bitbucket API authentication issue
  • Fixed parsing of Composer 2 lock files breaking in some rare conditions

[1.10.16] 2020-10-24

  • Added warning to validate command for cases where packages provide/replace a package that they also require
  • Fixed JSON schema validation issue with PHPStorm
  • Fixed symlink handling in archive command

[1.10.15] 2020-10-13

  • Fixed path repo version guessing issue

[1.10.14] 2020-10-13

  • Fixed version guesser to look at remote branches as well as local ones
  • Fixed path repositories version guessing to handle edge cases where version is different from the VCS-guessed version
  • Fixed COMPOSER env var causing issues when combined with the global command
  • Fixed a few issues dealing with PHP without openssl extension (not recommended at all but sometimes needed for testing)

[1.10.13] 2020-09-09

  • Fixed regressions with old version validation
  • Fixed invalid root aliases not being reported

[1.10.12] 2020-09-08

... (truncated)

Commits
  • 28c9dfb Release 1.10.22
  • cd682f9 Update xdebug-handler to latest
  • 1cdbacb Update changelog
  • 083b735 Merge pull request from GHSA-h5h8-pc6h-jvvx
  • 4dc293b Update changelog
  • 96acad1 Update github token pattern to match their latest updates
  • 54889ca Document GH token usage and also make sure we redact them in Process debug ou...
  • dc83ba9 Update GitHub token pattern
  • 06003f4 Update release step to use php8 as it produces slightly different output wrt ...
  • 812207c Merge pull request #9695 from Seldaek/avoid-invalid-dir
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [composer/composer](https://github.com/composer/composer) from 1.8.5 to 1.10.22. **This update includes a security fix.**
- [Release notes](https://github.com/composer/composer/releases)
- [Changelog](https://github.com/composer/composer/blob/master/CHANGELOG.md)
- [Commits](composer/composer@1.8.5...1.10.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added changelog:security Add this issue or pull request to security changelog section dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 21, 2021
@atomist atomist bot added auto-branch-delete:on-close Delete branch when pull request gets closed auto-merge-method:merge Auto-merge with merge commit auto-merge:on-bpr-success Auto-merge on passed branch protection rule labels Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-branch-delete:on-close Delete branch when pull request gets closed auto-merge:on-bpr-success Auto-merge on passed branch protection rule auto-merge-method:merge Auto-merge with merge commit changelog:security Add this issue or pull request to security changelog section dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants