Skip to content

chore(deps): bump yarg from 0.1.9 to 0.1.10#351

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/yarg-0.1.10
Open

chore(deps): bump yarg from 0.1.9 to 0.1.10#351
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/yarg-0.1.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps yarg from 0.1.9 to 0.1.10.

Changelog

Sourced from yarg's changelog.

0.1.10 (2024-08-09)

  • Python 3.12 support
Commits
  • 6378a9f Bump version
  • 23c2c5c add python 3.12 compatibility (#12)
  • 46e2371 remove tests folder from package
  • b65e7b9 Use unittest.mock rather than install and using the old mock package
  • 25ae5e0 Added stale app
  • 170a157 Well, sudo env doesn't work either so revert to not using it.
  • dfdd64b Travis sudo then, as advised by support
  • bf2b791 try travis edge
  • 3a31970 Adios OSX, you're breaking Travis and no-one uses you for production anyway.
  • 7ad3b92 Force travis
  • 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 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 [yarg](https://github.com/kura/yarg) from 0.1.9 to 0.1.10.
- [Changelog](https://github.com/kura/yarg/blob/main/CHANGES.rst)
- [Commits](kura/yarg@0.1.9...0.1.10)

---
updated-dependencies:
- dependency-name: yarg
  dependency-version: 0.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: security. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the python Python-specific runtime or environment optimizations label Jul 24, 2026
@dependabot
dependabot Bot requested a review from squid-protocol as a code owner July 24, 2026 10:24
@dependabot dependabot Bot added the python Python-specific runtime or environment optimizations label Jul 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🐦‍⬛ Muninn Security Scan

Severity Count
🔴 Critical 0
🟠 High 0
🟡 Medium 0
🟢 Low 0
ℹ️ Info 10

ℹ️ Info Findings

[dependency] PYSEC-2026-2210

Package: mistune 3.2.2 (PyPI)
Advisory: PYSEC-2026-2210 (CVE-2026-59922)
Detected by: osv-scanner
File: /github/workspace/gitgalaxy/requirements.txt
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a run of closed tilde, equals-sign, or caret marker pairs around a character causes quadratic work in src/mistune/plugins/formatting.py when the strikethrough, mark, or insert plugin scans for matching markers from each...

[dependency] PYSEC-2026-2211

Package: mistune 3.2.2 (PyPI)
Advisory: PYSEC-2026-2211 (CVE-2026-59923)
Detected by: osv-scanner
File: /github/workspace/gitgalaxy/requirements.txt
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, HTMLRenderer.safe_url() does not block percent-encoded javascript URIs, allowing attacker-supplied Markdown links or images to bypass URL protections and execute script in rendered HTML. This issue is fixed in version 3....

[dependency] PYSEC-2026-2212

Package: mistune 3.2.2 (PyPI)
Advisory: PYSEC-2026-2212 (CVE-2026-59924)
Detected by: osv-scanner
File: /github/workspace/gitgalaxy/requirements.txt
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Include.parse() joins and normalizes user-supplied include paths without verifying that the result remains within the intended markdown directory, allowing crafted include paths to access files outside that directory whe...

[dependency] PYSEC-2026-2213

Package: mistune 3.2.2 (PyPI)
Advisory: PYSEC-2026-2213 (CVE-2026-59925)
Detected by: osv-scanner
File: /github/workspace/gitgalaxy/requirements.txt
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, long sequences of well-formed double-asterisk or triple-asterisk emphasis pairs around a character cause quadratic work in src/mistune/inline_parser.py because the parser scans forward for matching close markers from eve...

[dependency] PYSEC-2026-2214

Package: mistune 3.2.2 (PyPI)
Advisory: PYSEC-2026-2214 (CVE-2026-59926)
Detected by: osv-scanner
File: /github/workspace/gitgalaxy/requirements.txt
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, render_admonition() in src/mistune/directives/admonition.py concatenates the Admonition directive :class: option into the HTML class attribute without escaping, allowing attribute injection and cross-site scripting even...

[dependency] PYSEC-2026-2215

Package: mistune 3.2.2 (PyPI)
Advisory: PYSEC-2026-2215 (CVE-2026-59927)
Detected by: osv-scanner
File: /github/workspace/gitgalaxy/requirements.txt
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the Include directive in src/mistune/directives/include.py detects only direct self-includes and not indirect cycles, allowing two markdown files that include each other to trigger unbounded recursion, raise RecursionErr...

[dependency] PYSEC-2026-2216

Package: mistune 3.2.2 (PyPI)
Advisory: PYSEC-2026-2216 (CVE-2026-59928)
Detected by: osv-scanner
File: /github/workspace/gitgalaxy/requirements.txt
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a Markdown document containing many repeated or distinct reference-link definitions causes quadratic work in src/mistune/block_parser.py and the ref_links environment dictionary handling, allowing denial of service throu...

[dependency] PYSEC-2026-2217

Package: mistune 3.2.2 (PyPI)
Advisory: PYSEC-2026-2217 (CVE-2026-59929)
Detected by: osv-scanner
File: /github/workspace/gitgalaxy/requirements.txt
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the safe_url filter in src/mistune/renderers/html.py blocks only javascript:, vbscript:, file:, and data: schemes, allowing legacy or chained schemes such as feed:, view-source:, jar:, livescript:, mocha:, ms-its:, mk:,...

[dependency] PYSEC-2026-2218

Package: mistune 3.2.2 (PyPI)
Advisory: PYSEC-2026-2218 (CVE-2026-59930)
Detected by: osv-scanner
File: /github/workspace/gitgalaxy/requirements.txt
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the toc plugin and TableOfContents directive generate heading IDs as predictable toc_N values without slugifying the heading text, allowing attacker-controlled id="toc_N" content to collide with generated anchors and red...

[dependency] Mistune: Potential DoS via quadratic-time parsing in parse_link_text

Package: mistune 3.2.2 (PyPI)
Advisory: PYSEC-2026-2652 (CVE-2026-49851)
Detected by: osv-scanner
File: /github/workspace/gitgalaxy/requirements.txt
### Summary Mistune is vulnerable to a CPU exhaustion DoS due to superlinear (approximately O(n²)) behavior in parse_link_text. A relatively small input consisting of repeated [ characters causes significant parsing slowdown. ### Affected component mistune/inline_parser.py → parse_link_text...

🐦‍⬛ Powered by Muninn · Skald Lab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Python-specific runtime or environment optimizations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants