Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Bump simplesamlphp/saml2 from 1.9.1 to 3.0.2 in /saml_sso - #854

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/saml_sso/simplesamlphp/saml2-3.0.2
Open

Bump simplesamlphp/saml2 from 1.9.1 to 3.0.2 in /saml_sso#854
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/saml_sso/simplesamlphp/saml2-3.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2023

Copy link
Copy Markdown

Bumps simplesamlphp/saml2 from 1.9.1 to 3.0.2.

Release notes

Sourced from simplesamlphp/saml2's releases.

v3.0.2

  • Restored support for PHP 5.4 and 5.5.

v3.0.1

  • Fix namespace bug in Artifact binding (#92).

v3.0.0

  • Add support for the “Metadata Profile for Algorithm Support” extension.
  • Getters for NameIDs will now return an object of type \SAML2\XML\saml\NameID.
  • SAML2\Utils::addNameId() and SAML2\Utils::parseNameId() are marked as deprecated.
  • Dependency on xmlseclibs is upgraded to ^2.0|3.0 to remove transitive dependency on mcrypt.
  • Add dependency on ext-zlib in composer, which is (and has always been) needed for HTTPRedirect-binding.
  • Various bugfixes.
  • Improved testsuite.

v2.3.9

This is a bugfix release of the SAML2 library, fixing a critical security issue (SSPSA 201911-01).

v2.3.8

  • Fix for SSPSA 201803-01.

Please note that this is the last 2.x release.

v2.3.7

  • Whitelist the algorithms that can be used for digital signatures.

v2.3.4

This is a bugfix release for an issue when trying to use the SOAPClient provided with the library.

v2.3.3

This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.

v2.3.2

Bugfix release for a namespace bug that made it impossible to parse ePTID attributes as NameIDs.

v2.3.1

Bugfix release for ePTIDs assumed to be always arrays.

v2.3

Includes the following:

  • #65 KeyLoader::loadKeys has been fixed, thanks @​cb8!
  • #69 The use of certificate fingerprints over using certificates has been deprecated, support will be removed in a future version.
  • #76 Attribute value parsing now correctly verifies and parses EPTI values as NameIDs.

Furthermore various small improvements have been made, the library is more spec compliant and the test coverage has been improved greatly.

Do note that if you rely on the SAML2\Compat\Ssp\Container please ensure you use a compatible version of https://github.com/simplesamlphp/simplesamlphp.

v2.2

This release allows loading classes with their old, non-namespace names. That way, migrating to the 2.x branch is easier as it can be done step by step.

... (truncated)

Commits
  • bacad25 Switch to local micro-fork of xmlseclibs for PHP 5.4 compatibilty.
  • 846cbad Prevent sspmod_saml_Message being searched in the SAML2 namespace.
  • cea679a Merge pull request #98 from chris1312/master
  • 3d0e659 Bump xmlseclibs version
  • 3c5f58c Merge pull request #95 from JohnMaguire/test-soap-binding
  • a14962f Add tests for SOAP SAML binding
  • 8651bdf Fix badges rendering in README.
  • 919f99b Merge pull request #88 from mtheunissen82/master
  • abc275f Fix SOAPClient peer name verification when using a proxy
  • 99649cc Merge pull request #87 from JohnMaguire/document-zlib-dependency
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [simplesamlphp/saml2](https://github.com/simplesamlphp/saml2) from 1.9.1 to 3.0.2.
- [Release notes](https://github.com/simplesamlphp/saml2/releases)
- [Commits](simplesamlphp/saml2@v1.9.1...v3.0.2)

---
updated-dependencies:
- dependency-name: simplesamlphp/saml2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants