Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ markdown==3.7
mkdocs-material==9.5.44

# Markdown extensions
pymdown-extensions==10.9
pymdown-extensions==10.12
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

Suggestion: This version of pymdown-extensions is vulnerable to a Regular Expression Denial of Service (ReDoS) attack (CVE-2025-68142) found in the figure caption extension. Since you are already updating this dependency, you should bump it directly to version 10.16.1 to ensure the environment is secure.

This might be a simple fix:

Suggested change
pymdown-extensions==10.12
pymdown-extensions==10.16.1

See Issue in Codacy


# MkDocs plugins
mkdocs-meta-descriptions-plugin==3.0.0
Loading