Skip to content

Bump the composer group across 1 directory with 3 updates#376

Open
dependabot[bot] wants to merge 1 commit into8.xfrom
dependabot/composer/composer-36a9648083
Open

Bump the composer group across 1 directory with 3 updates#376
dependabot[bot] wants to merge 1 commit into8.xfrom
dependabot/composer/composer-36a9648083

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Bumps the composer group with 3 updates in the / directory: google/protobuf, league/commonmark and robrichards/xmlseclibs.

Updates google/protobuf from 4.33.5 to 4.33.6

Commits

Updates league/commonmark from 2.8.0 to 2.8.2

Release notes

Sourced from league/commonmark's releases.

2.8.2

This is a security release to address an issue where the allowed_domains setting for the Embed extension can be bypassed, resulting in a possible SSRF and XSS vulnerabilities.

Fixed

  • Fixed DomainFilteringAdapter hostname boundary bypass where domains like youtube.com.evil could match an allowlist entry for youtube.com (GHSA-hh8v-hgvp-g3f5)

Full Changelog: thephpleague/commonmark@2.8.1...2.8.2

2.8.1

What's Changed

This is a security release to address an issue where DisallowedRawHtml can be bypassed, resulting in a possible cross-site scripting (XSS) vulnerability.

Fixed

  • Fixed DisallowedRawHtmlRenderer not blocking raw HTML tags with trailing ASCII whitespace (GHSA-4v6x-c7xx-hw9f)
  • Fixed PHP 8.5 deprecation (#1107)

New Contributors

Full Changelog: thephpleague/commonmark@2.8.0...2.8.1

Changelog

Sourced from league/commonmark's changelog.

[2.8.2] - 2026-03-19

This is a security release to address an issue where the allowed_domains setting for the Embed extension can be bypassed, resulting in a possible SSRF and XSS vulnerabilities.

Fixed

  • Fixed DomainFilteringAdapter hostname boundary bypass where domains like youtube.com.evil could match an allowlist entry for youtube.com (GHSA-hh8v-hgvp-g3f5)

[2.8.1] - 2026-03-05

This is a security release to address an issue where DisallowedRawHtml can be bypassed, resulting in a possible cross-site scripting (XSS) vulnerability.

Fixed

  • Fixed DisallowedRawHtmlRenderer not blocking raw HTML tags with trailing ASCII whitespace (GHSA-4v6x-c7xx-hw9f)
  • Fixed PHP 8.5 deprecation (#1107)
Commits
  • 59fb075 Fix DomainFilteringAdapter hostname boundary bypass
  • 74b4487 Document dangers of enabling an unsafe php.ini setting
  • 84b1ca4 Almost forgot this entry
  • bcf54f5 Merge commit from fork
  • 7a68ed1 Prepare to release 2.8.1
  • 5c0c4c8 Fix DisallowedRawHtml bypass via newline/tab in tag names
  • f6e7443 Add regression test
  • 0719b67 Merge pull request #1107 from freost/fix-php85-deprecation-error
  • 63ff2e0 Fix PHP 8.5 deprecation
  • 8608e9c Merge pull request #1106 from Kocal/patch-1
  • Additional commits viewable in compare view

Updates robrichards/xmlseclibs from 3.1.4 to 3.1.5

Release notes

Sourced from robrichards/xmlseclibs's releases.

3.1.5

Validate AES-GCM Authentication Tag

Changelog

Sourced from robrichards/xmlseclibs's changelog.

xmlseclibs.php ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 12, Dec 2026, 3.1.5 Security:

  • Validate AES-GCM Authentication Tag (Sideni)

08, Dec 2025, 3.1.4 Security:

  • fix canonicalization bypass error (d0ge)

20, Nov 2024, 3.1.3 Bug Fixes:

  • remove loadKey check due to BC issues

20, Nov 2024, 3.1.2 Improvements:

  • Add tab to list of whitespace values to remove from cert. refs #252
  • loadKey should check return value for openssl_get_privatekey (sammarshallou)
  • Switch to GitHub actions (SharkMachine)

05, Sep 2020, 3.1.1 Features:

  • Support OAEP (iggyvolz)

Bug Fixes:

  • Fix AES128 (iggyvolz)

Improvements:

  • Fix tests for older PHP

22, Apr 2020, 3.1.0 Features:

  • Support AES-GCM. Requires PHP 7.1. (François Kooman)

Improvements:

  • Fix Travis tests for older PHP versions.
  • Use DOMElement interface to fix some IDEs reporting documentation errors

Bug Fixes:

  • FIX missing InclusiveNamespaces PrefixList from Java + Apache WSS4J. (njake)

06, Nov 2019, 3.0.4 Security Improvements:

  • Insure only a single SignedInfo element exists within a signature during verification. Refs CVE-2019-3465. Bug Fixes:
  • Fix variable casing.

15, Nov 2018, 3.0.3 Bug Fixes:

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 3 updates in the / directory: [google/protobuf](https://github.com/protocolbuffers/protobuf-php), [league/commonmark](https://github.com/thephpleague/commonmark) and [robrichards/xmlseclibs](https://github.com/robrichards/xmlseclibs).


Updates `google/protobuf` from 4.33.5 to 4.33.6
- [Commits](protocolbuffers/protobuf-php@v4.33.5...v4.33.6)

Updates `league/commonmark` from 2.8.0 to 2.8.2
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.8/CHANGELOG.md)
- [Commits](thephpleague/commonmark@2.8.0...2.8.2)

Updates `robrichards/xmlseclibs` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/robrichards/xmlseclibs/releases)
- [Changelog](https://github.com/robrichards/xmlseclibs/blob/master/CHANGELOG.txt)
- [Commits](robrichards/xmlseclibs@3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: google/protobuf
  dependency-version: 4.33.6
  dependency-type: indirect
  dependency-group: composer
- dependency-name: league/commonmark
  dependency-version: 2.8.2
  dependency-type: indirect
  dependency-group: composer
- dependency-name: robrichards/xmlseclibs
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: composer
...

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 Apr 14, 2026
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.

0 participants