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 apereo/phpcas from 1.5.0 to 1.6.0 #102

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps apereo/phpcas from 1.5.0 to 1.6.0.

Release notes

Sourced from apereo/phpcas's releases.

1.6.0

New release addressing CVE-2022-39369 (GHSA-8q72-6qq8-xv64)

Changelog

Sourced from apereo/phpcas's changelog.

Changes in version 1.6.0

Bug Fixes:

  • Introduce required service_name constructor argument to fix service hostname discovery exploitation vulnerability CVE-2022-39369 (Henry Pan)
  • Set user agent #421 (Fydon)

Changes in version 1.5.0

Bug Fixes:

  • Fix undefined variables #417 (Dawid Polak)
  • Fix client when getting ticket and it's null #415 (Quentin Belot)
  • Allow autoloader to detect trait_exists() #394 (Jean-Luc Herren)
  • Use curl_setopt_array instead of loop in CurlRequest #391 (François Freitag)

Improvement:

  • Disable printf when verbosity flag is not set to true #396 (Michał Kleszczyński)
  • Disabling error printing based on verbosity flag #393 (Michał Kleszczyński)
  • Drop php5 compatibility #385 (François Freitag)
  • Upgrade phpunit #378 (François Freitag)
  • Drop support for outdate php versions#380 (François Freitag)

Changes in version 1.4.0

Bug Fixes:

  • Remove ineffective test annotations @​outputBuffering #379 (François Freitag)
  • Fix travis-ci build process and remove PHP5 support #366 (Joachim Fritschi)
  • Fix use of deprecated setDebug() in examples #360 (Joachim Fritschi)
  • Fix session_set_save_handler error #365 (Joachim Fritschi)
  • Fix wrong server_port documentation #369 (Joachim Fritschi)

Improvement:

  • support samesite cookies attribute (#370) (Mickael)
  • Remove PHP5 support #366 (Joachim Fritschi)

Changes in version 1.3.9

Bug Fixes:

  • Fix regression of #248: Support of longer session tickets (#349) (Alan Nelson)
  • Fix private call generating php warning and no logout handling (#352) (Julien Gribonvald)

Improvement:

  • Add support for logging via a PSR-3 logger #329 (Jon Dufresne)
  • Improve attribute handling #317 (Tobias Schiebeck)
  • Prefer composer autoload over Autoload.php (Jon Dufresne)
  • Add Galego Language #356 Sherwin Harris
  • Add Portuges Language #358 Sherwin Harris
  • Accept callback with extended HTTP_ACCESS headers #342 (Ivaylo Botyov Nikolov)
  • Refactor session handling #340 (Henry Pan, Andrew Miller)

... (truncated)

Commits

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)

Bumps [apereo/phpcas](https://github.com/apereo/phpCAS) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/apereo/phpCAS/releases)
- [Changelog](https://github.com/apereo/phpCAS/blob/master/docs/ChangeLog)
- [Commits](apereo/phpCAS@1.5.0...1.6.0)

---
updated-dependencies:
- dependency-name: apereo/phpcas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 31, 2022
@private-packagist
Copy link

composer.lock

Package changes

Package Operation From To Changes
apereo/phpcas upgrade 1.5.0 1.6.0 diff

Settings · Docs · Powered by Private Packagist

@SteelWagstaff
Copy link
Member

@SteelWagstaff SteelWagstaff requested review from SteelWagstaff and a team and removed request for SteelWagstaff October 31, 2022 22:51
@fdalcin fdalcin force-pushed the dependabot/composer/apereo/phpcas-1.6.0 branch from 05609e0 to f401670 Compare November 1, 2022 16:56
@fdalcin fdalcin requested a review from SteelWagstaff November 1, 2022 17:31
Copy link
Member

@SteelWagstaff SteelWagstaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@SteelWagstaff SteelWagstaff merged commit eb64d48 into dev Nov 1, 2022
@dependabot dependabot bot deleted the dependabot/composer/apereo/phpcas-1.6.0 branch November 1, 2022 17:31
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants