Skip to content
Draft
Show file tree
Hide file tree
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 run/markdown-preview/renderer/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==9.0.3; python_version >= "3.10"
pytest==9.0.3
3 changes: 1 addition & 2 deletions run/markdown-preview/renderer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Flask==3.1.3; python_version >= '3.9'
gunicorn==23.0.0
Markdown==3.7
bleach==6.2.0; python_version >= "3.9"
bleach==6.1.0; python_version <= "3.8"
bleach==6.4.0

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.

security-medium medium

The bleach library is officially deprecated and no longer maintained as of June 2026 [3.3.2]. Since it is used for HTML sanitization (a security-critical task), please consider migrating to an actively maintained alternative like nh3 in a future pull request to ensure long-term security and support.

References
  1. When upgrading core dependencies, if an incompatible library is no longer supported, proceed with the core upgrade and defer the refactoring or replacement of the unsupported library to a later time.

Werkzeug==3.1.8; python_version >= '3.9'