Skip to content

chore(deps): bump linkify-it-py from 2.1.0 to 2.1.1 in /docs - #635

Merged
adiati98 merged 2 commits into
7.1from
dependabot/pip/docs/linkify-it-py-2.1.1
Sep 1, 2026
Merged

chore(deps): bump linkify-it-py from 2.1.0 to 2.1.1 in /docs#635
adiati98 merged 2 commits into
7.1from
dependabot/pip/docs/linkify-it-py-2.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps linkify-it-py from 2.1.0 to 2.1.1.

Release notes

Sourced from linkify-it-py's releases.

v2.1.1

What's Changed

Security release: LinkifyIt.match() was quadratic on untrusted input when linkify is enabled (GHSA-8m2q-wq3r-6hq8). Affected: <= 2.1.0. Upgrade to 2.1.1.

  • Fix quadratic complexity in LinkifyIt.match(), port of linkify-it 5.0.1 and 5.0.2 (upstream CVE-2026-48801, CVE-2026-59887) (#82)
  • Match validators at a position instead of slicing the tail, needed because Python 3.10 does not optimize the ^ anchor (#82)
  • Allow ; in the email name, matching linkify-it. Behavior change: a;b@example.com is now linkified (#82)
  • Update port.yml (linkify-it v5.0.2) (#82)

Full Changelog: tsutsu3/linkify-it-py@v2.1.0...v2.1.1

Changelog

Sourced from linkify-it-py's changelog.

v2.1.1 (2026-08-25)

Security release: LinkifyIt.match() was quadratic on untrusted input when linkify is enabled (GHSA-8m2q-wq3r-6hq8).

  • Fix quadratic complexity in LinkifyIt.match(), port of linkify-it 5.0.1 and 5.0.2 (upstream CVE-2026-48801, CVE-2026-59887) (#82)
  • Match validators at a position instead of slicing the tail, needed because Python 3.10 does not optimize the ^ anchor (#82)
  • Allow ; in the email name, matching linkify-it. Behavior change: a;b@example.com is now linkified (#82)
  • Update port.yml (linkify-it v5.0.2) (#82)
Commits
  • a2943cf Release v2.1.1 (#84)
  • 16d6447 fix: match validators at a position instead of slicing the tail
  • 5e33fe7 fix: allow ";" in the email name character class
  • f972d8f fix: cap email name and auth scan length (port linkify-it 5.0.2)
  • 5246f8d fix: resolve quadratic complexity in LinkifyIt.match() scan loop
  • 1f9f825 feat: add benchmark for quadratic scan-loop behavior in LinkifyIt.match()
  • 3eee230 Bump the github-actions group across 1 directory with 3 updates (#83)
  • See full diff 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 show <dependency name> 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)

Bumps [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/tsutsu3/linkify-it-py/releases)
- [Changelog](https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md)
- [Commits](tsutsu3/linkify-it-py@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: linkify-it-py
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 28, 2026 06:42
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 28, 2026
@dependabot
dependabot Bot requested review from adiati98 and removed request for a team August 28, 2026 06:42
@dependabot dependabot Bot added the python Pull requests that update python code label Aug 28, 2026
@dependabot
dependabot Bot requested a review from favour-chibueze August 28, 2026 06:42
@adiati98

Copy link
Copy Markdown
Contributor

@promptless-for-oss please cherry pick the changes here and sync them over to the other version's PRs.

@promptless-for-oss

Copy link
Copy Markdown
Contributor

On it — I'll replicate the linkify-it-py 2.1.0 → 2.1.1 bump from this PR into the other version branches' PRs and report back here with the results.

@promptless-for-oss

Copy link
Copy Markdown
Contributor

Update: this is a Dependabot bump of linkify-it-py (2.1.0 → 2.1.1) in the docs build requirements. I've identified the other maintained version branches still pinned at 2.1.0 (5.x, 6.0, 7.0, 7.2) and am opening the same one-line bump as a separate PR against each. I'll report the PR links here when they're up.

@promptless-for-oss

Copy link
Copy Markdown
Contributor

Done — I've synced the linkify-it-py 2.1.0 → 2.1.1 security bump from this PR over to every other maintained version branch, one PR each:

Each is the same single-line change to docs/requirements.txt and opened as a draft, so they're ready for you to review and merge alongside this one. I left main alone (it pins 2.0.0 and isn't in the versioned-branch set), and 3.x/development don't use linkify.

@adiati98

adiati98 commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

@promptless-for-oss there's a broken link here. You've fixed that for branch 7.2 with this PR: #624

Can you cherry pick it for branch 7.1 in a new PR?

@promptless-for-oss

Copy link
Copy Markdown
Contributor

Thanks @adiati98 — on it. I'll port the broken-link fix from #624 to the 7.1 branch as a new PR and follow up here with the link.

adiati98 pushed a commit that referenced this pull request Sep 1, 2026
Security release fixing quadratic complexity in LinkifyIt.match() (GHSA-8m2q-wq3r-6hq8; CVE-2026-48801, CVE-2026-59887). Mirrors the 7.2-line dependency bump raised for 7.1 in PR #635.
@promptless-for-oss

Copy link
Copy Markdown
Contributor

Quick update: I confirmed the fix from #624 — a single link change in docs/links/symfony_docs_event_subscribers.py — and it ports cleanly to the 7.1 branch. Preparing the new PR now.

@promptless-for-oss

Copy link
Copy Markdown
Contributor

Done, @adiati98 — I've opened a new PR against branch 7.1 that cherry-picks the same broken-link fix from #624: #654

It updates the "Symfony event subscribers" cross-reference to Symfony's current event dispatcher page and anchor, which resolves the linkcheck failure on 7.1. The change is identical to the 7.2 fix and applied cleanly (+1/−1). It's opened as a draft — flip it to ready and merge whenever you're happy with it.

@adiati98
adiati98 merged commit 82e6680 into 7.1 Sep 1, 2026
3 checks passed
@adiati98
adiati98 deleted the dependabot/pip/docs/linkify-it-py-2.1.1 branch September 1, 2026 11:31
adiati98 pushed a commit that referenced this pull request Sep 1, 2026
Security release fixing quadratic complexity in LinkifyIt.match() (GHSA-8m2q-wq3r-6hq8; CVE-2026-48801, CVE-2026-59887). Mirrors the 7.0-line dependency bump raised for 7.1 in PR #635.
adiati98 pushed a commit that referenced this pull request Sep 1, 2026
Security release fixing quadratic complexity in LinkifyIt.match() (GHSA-8m2q-wq3r-6hq8; CVE-2026-48801, CVE-2026-59887). Mirrors the 6.0-line dependency bump raised for 7.1 in PR #635.
adiati98 pushed a commit that referenced this pull request Sep 1, 2026
Security release fixing quadratic complexity in LinkifyIt.match() (GHSA-8m2q-wq3r-6hq8; CVE-2026-48801, CVE-2026-59887). Mirrors the 5.x-line dependency bump raised for 7.1 in PR #635.
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants