codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
397 stars 68 forks source link

Bump ruby-saml from 1.14.0 to 1.17.0 #1403

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps ruby-saml from 1.14.0 to 1.17.0.

Release notes

Sourced from ruby-saml's releases.

1.17.0 (Sep 10, 2024)

  • Fix for critical vulnerability CVE-2024-45409: SAML authentication bypass via Incorrect XPath selector
  • #687 Add CI coverage for Ruby 3.3 and Windows.
  • #673 Add Settings#sp_cert_multi paramter to facilitate SP certificate and key rotation.
  • #673 Support multiple simultaneous SP decryption keys via Settings#sp_cert_multi parameter.
  • #673 Deprecate Settings#certificate_new parameter.
  • #673 :check_sp_cert_expiration will use the first non-expired certificate/key when signing/decrypting. It will raise an error only if there are no valid certificates/keys.
  • #673 :check_sp_cert_expiration now validates the certificate not_before condition; previously it was only validating not_after.
  • #673 :check_sp_cert_expiration now causes the generated SP metadata to exclude any inactive/expired certificates.

1.16.0 (Oct 09, 2023)

  • #671 Add support on LogoutRequest with Encrypted NameID

1.15.0 (Jan 04, 2023)

  • #650 Replace strip! by strip on compute_digest method
  • #638 Fix dateTime format for the validUntil attribute of the generated metadata
  • #576 Support idp cert multi with string keys
  • #567 Improve Code quality
  • Add info about new repo, new maintainer, new security contact
  • Fix tests, Adjust dependencies, Add Ruby 3.2 and new JRuby versions tests to the CI. Add coveralls support
Changelog

Sourced from ruby-saml's changelog.

1.17.0 (Sep 10, 2024)

  • Fix for critical vulnerability CVE-2024-45409: SAML authentication bypass via Incorrect XPath selector
  • #687 Add CI coverage for Ruby 3.3 and Windows.
  • #673 Add Settings#sp_cert_multi paramter to facilitate SP certificate and key rotation.
  • #673 Support multiple simultaneous SP decryption keys via Settings#sp_cert_multi parameter.
  • #673 Deprecate Settings#certificate_new parameter.
  • #673 :check_sp_cert_expiration will use the first non-expired certificate/key when signing/decrypting. It will raise an error only if there are no valid certificates/keys.
  • #673 :check_sp_cert_expiration now validates the certificate not_before condition; previously it was only validating not_after.
  • #673 :check_sp_cert_expiration now causes the generated SP metadata to exclude any inactive/expired certificates.

1.16.0 (Oct 09, 2023)

  • #671 Add support on LogoutRequest with Encrypted NameID

1.15.0 (Jan 04, 2023)

  • #650 Replace strip! by strip on compute_digest method
  • #638 Fix dateTime format for the validUntil attribute of the generated metadata
  • #576 Support Settings#idp_cert_multi with string keys
  • #567 Improve Code quality
  • Add info about new repo, new maintainer, new security contact
  • Fix tests, Adjust dependencies, Add ruby 3.2 and new jruby versions tests to the CI. Add coveralls support
Commits
  • 1bc447f Release 1.17.0
  • 4865d03 Merge commit from fork
  • 6e33ed3 Merge pull request #687 from johnnyshields/master-fix-tests-windows
  • 0f8da70 Fix tests on Windows and cleanup CI
  • e827926 Merge pull request #691 from calebhearth/make-get_idp_metadata-public
  • 43b0bb6 Make IdpMetadataParser#get_idp_metadata public
  • f40c59b Merge pull request #673 from johnnyshields/sp-cert-multi
  • a2a0002 Add sp_cert_multi to facilitate key rotation
  • a3844d2 Create FUNDING.yml
  • 148a4c2 Prepare release 1.16.0
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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](https://github.com/codidact/qpixel/network/alerts).