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 league/flysystem from 1.0.55 to 2.1.1 #58

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps league/flysystem from 1.0.55 to 2.1.1.

Release notes

Sourced from league/flysystem's releases.

2.0.4

No release notes provided.

1.0.62

When resources are not actually file pointers, but fopen results from URL, the fstat call fails. This resulted in an error in PHP 7.4 because it's more strict about variable handling. This affected the Util::getStreamSize utility method.

Changelog

Sourced from league/flysystem's changelog.

Version 2.x Changelog

2.1.0 - 2021-05-25

Added

  • [Core] the DirectoryAttributes now have an extraMetadata like files do.

Fixed

  • [AwsS3V3] Allow the ACL config option to take precedence over the visibility key.

2.0.8 - 2021-05-15

Fixed

  • [SFTP] Don't fail listing contents when a directory does not exist (#1301)

2.0.7 - 2021-05-13

Fixed

  • [LocalFilesystem] convert windows style paths to unix style paths on listing

2.0.6 - 2021-05-13

Fixed

  • [AsyncAwsS3] do not urlencode CopySource arguments (#1302)

2.0.5 - 2021-04-11

Fixed

  • [AwsS3] ensure write errors are turned into exceptions.

2.0.4 - 2021-02-13

Fixed

  • [InMemory] Corrected how the file size is determined.

2.0.3 - 2021-02-09

Fixed

  • [AwsS3V3] Use the $config array during the copy operation.
  • [Ftp] Close FTP connections when the object is destructed.
  • [Core] Allow for an absolute root path of /.

... (truncated)

Commits
  • a3c694d Reject funky whitspace paths.
  • 27ba26d Allow longer retries for FTP failures.
  • b95af22 Remove phpseclib v3 from subsplit in case we need to do a release.
  • 86a74e8 Publish subsplit for phpseclib v3
  • f75a41e Upgrade phpseclib with all deps
  • 04777b7 Require as dev dep
  • 34c8baf Run phpseclib3 group separately
  • aae4007 Exclude group from test run
  • f969ccf Exclude Phpseclib from SA
  • ca1cf9d Skip tests when lib is not installed
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 24, 2021
@dependabot-preview
Copy link
Contributor Author

We've just been alerted that this update fixes a security vulnerability:

Sourced from The PHP Security Advisories Database.

TOCTOU Race Condition enabling remote code execution

Affected versions: ["<1.1.4", ">=2.0.0, <2.1.1"]

@dependabot-preview dependabot-preview bot changed the title Bump league/flysystem from 1.0.55 to 2.1.1 [Security] Bump league/flysystem from 1.0.55 to 2.1.1 Jun 24, 2021
@dependabot-preview dependabot-preview bot added the security Pull requests that address a security vulnerability label Jun 24, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #59.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/league/flysystem-2.1.1 branch July 21, 2021 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants