Skip to content

chore(deps): bump linkify-it-py from 2.1.0 to 2.1.1 - #6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/linkify-it-py-2.1.1
Open

chore(deps): bump linkify-it-py from 2.1.0 to 2.1.1#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/linkify-it-py-2.1.1

Conversation

@dependabot

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

Copy link
Copy Markdown

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 31, 2026
@dependabot
dependabot Bot requested a review from satwiksps as a code owner August 31, 2026 04:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 31, 2026
@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
scaffoldscope Ready Ready Preview Aug 31, 2026 4:28am

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.

0 participants