Skip to content

fix: upgrade pymdown-extensions to resolve Dependabot CVEs - #6

Open
argosback wants to merge 1 commit into
mainfrom
fix/pymdown-extensions-cve
Open

fix: upgrade pymdown-extensions to resolve Dependabot CVEs#6
argosback wants to merge 1 commit into
mainfrom
fix/pymdown-extensions-cve

Conversation

@argosback

@argosback argosback commented Aug 23, 2026

Copy link
Copy Markdown
Member

Summary

  • Closes two open Dependabot alerts on pymdown-extensions (pip, docs/requirements.txt): a ReDoS in inline processors (high) and a path-traversal via the b64 extension (medium)
  • Regenerates the lockfile with pip-compile --generate-hashes --upgrade-package pymdown-extensions, bumping pymdown-extensions 10.21.3 -> 11.0.2 (transitive dep of mkdocs-material)
  • Docs-only dependency, no runtime/production impact
  • Patch release: v0.4.1 -> v0.4.2

Regenerates docs/requirements.txt via pip-compile to pull in
pymdown-extensions 11.0.2, closing two open Dependabot alerts:
a ReDoS in inline processors (high) and a path-traversal via the
b64 extension (medium). Docs-only dependency, no runtime impact.

- docs/requirements.txt: pymdown-extensions 10.21.3 -> 11.0.2
- VERSION: v0.4.1 -> v0.4.2
- CHANGELOG.md: add [0.4.2] entry
@sonarqubecloud

Copy link
Copy Markdown

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant