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

Bump sylius/sylius from 1.6.1 to 1.6.9 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 6, 2020

Bumps sylius/sylius from 1.6.1 to 1.6.9.

Release notes

Sourced from sylius/sylius's releases.

v1.6.9

  • #11369 [Docs] Don't use $HOME in SymfonyCloud deployment cookbook (@tucksaun)
  • #11387 Remove the doc reference to a promotion action that no longer exists in Core. (@gabiudrescu)
  • #11391 Fallback to the locale code if the associated name isn't found (@dunglas)
  • #11390 Bug #9738 Fix nested form collections (@vic-blt)
  • #11403 Fix Autolabeler configuration (@Zales0123)
  • #11416 doc : add the composer dump-autoload instruction (@davidroberto)
  • #11450 [Docs] Enable redirections on ReadTheDocs (@pamil)
  • #11452 [Docs] Fix redirection for backwards compatibility promise (@pamil)
  • #11944 [Shop] Disabling customer when email has been changed (@lchrusciel)

v1.6.8

v1.6.5

CVE-2020-5218: Ability to switch channels via GET parameter enabled in production environments

Please refer to the original security advisory for the most updated information.

Impact:

This vulnerability gives the ability to switch channels via the _channel_code GET parameter in production environments. This was meant to be enabled only when %kernel.debug% is set to true.

However, if no sylius_channel.debug is set explicitly in the configuration, the default value which is %kernel.debug% will be not resolved and cast to boolean, enabling this debug feature even if that parameter is set to false.

Patches:

Patch has been provided for Sylius 1.3.x and newer - 1.3.16, 1.4.12, 1.5.9, 1.6.5. Versions older than 1.3 are not covered by our security support anymore.

Workarounds:

Unsupported versions could be patched by adding the following configuration to run in production:

sylius_channel:
    debug: false

Details

... (truncated)

Changelog

Sourced from sylius/sylius's changelog.

v1.6.9 (2020-10-19)

Details

v1.6.8 (2020-04-21)

Details

v1.6.7 (2020-03-31)

Details

v1.6.6 (2020-02-28)

Details

  • #11065 user provider fix exception (@oallain)
  • #11079 [Docs] Add organization section to The Book + set up Sphinx redirections (@pamil)

... (truncated)

Commits
  • 9ac0c41 Generate changelog for v1.6.9
  • 0e043be [Release] Change application version to v1.6.9
  • c429c1e bug #11944 [Shop] Disabling customer when email has been changed (lchrusciel)
  • 2b6d575 [Behat] Remove dead class
  • f9c02e7 [Maintenance] Adjusting symfony.lock to lowest supported PHP version
  • 8ce48a8 [Shop] Move email updater listener definition to proper folder
  • e5bb1bc [Core] Test tag resolver compiler pass
  • c8b0f40 [Core] Add tag resolver compiler pass
  • ca512d0 [Admin][Shop][AdminApi] Section resolvers implemented
  • 96e1e08 [Composer] Conflict Doctrine/Inflector
  • 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [sylius/sylius](https://github.com/Sylius/Sylius) from 1.6.1 to 1.6.9.
- [Release notes](https://github.com/Sylius/Sylius/releases)
- [Changelog](https://github.com/Sylius/Sylius/blob/master/CHANGELOG-1.6.md)
- [Commits](Sylius/Sylius@v1.6.1...v1.6.9)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 6, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants