laravel-docker
laravel-docker copied to clipboard
Bump league/commonmark from 2.6.2 to 2.7.1
Bumps league/commonmark from 2.6.2 to 2.7.1.
Release notes
Sourced from league/commonmark's releases.
2.7.1
Notable Changes
Changed
Fixed
EmbedProcessorno longer callsupdateEmbeds()when there are no embeds to update (#1081)- Fixed missing
benchmark.phpCSV path validation for non-existent files (#1068, #1085)New Contributors
@driesvintsmade their first contribution in thephpleague/commonmark#1077@adielcristomade their first contribution in thephpleague/commonmark#1079@Copilotmade their first contribution in thephpleague/commonmark#1085Full Changelog: https://github.com/thephpleague/commonmark/compare/2.7.0...2.7.1
2.7.0
This is a security release to address a potential cross-site scripting (XSS) vulnerability when using the
AttributesExtensionwith untrusted user input.Added
- Added
attributes/allowconfig option to specify which attributes users are allowed to set on elements (default allows virtually all attributes)Changed
- The
AttributesExtensionblocks all attributes starting withonunless explicitly allowed via theattributes/allowconfig option- The
allow_unsafe_linksoption is now respected by theAttributesExtensionwhen users specifyhrefandsrcattributes
Changelog
Sourced from league/commonmark's changelog.
[2.7.1] - 2025-07-20
Changed
Fixed
EmbedProcessorno longer callsupdateEmbeds()when there are no embeds to update (#1081)- Fixed missing
benchmark.phpCSV path validation for non-existent files (#1068, #1085)[2.7.0] - 2025-05-05
This is a security release to address a potential cross-site scripting (XSS) vulnerability when using the
AttributesExtensionwith untrusted user input.Added
- Added
attributes/allowconfig option to specify which attributes users are allowed to set on elements (default allows virtually all attributes)Changed
- The
AttributesExtensionblocks all attributes starting withonunless explicitly allowed via theattributes/allowconfig option- The
allow_unsafe_linksoption is now respected by theAttributesExtensionwhen users specifyhrefandsrcattributes
Commits
1073224Prepare to release 2.7.100f2f51Merge pull request #1086 from thephpleague/regex-optimizations0f8e8afOptimize HTML Block Type 6 pattern with possessive quantifiersbadbf6cAdd possessive quantifiers to HTML tag patterns to prevent backtrackingcc6e900Optimize PARTIAL_HTMLCOMMENT with better grouping142edc4Add atomic group to PARTIAL_ENTITY to prevent backtracking26c0a98Optimize REGEX_THEMATIC_BREAK by consolidating anchors727f5faOptimize REGEX_PUNCTUATION by removing redundant explicit characters37d451eMerge pull request #1085 from thephpleague/copilot/fix-1068b8ba8faFix benchmark.php CSV path validation for non-existent files- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.