mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
CVE-2025-52559: Generate HTML for digest message sender safely.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
c33b6cae38
commit
a274170293
@@ -519,7 +519,7 @@ ignore = [
|
||||
]
|
||||
|
||||
[tool.ruff.lint.flake8-bandit]
|
||||
allowed-markup-calls = ["lxml.html.tostring"]
|
||||
allowed-markup-calls = ["bs4.BeautifulSoup.decode", "lxml.html.tostring"]
|
||||
|
||||
[tool.ruff.lint.flake8-gettext]
|
||||
extend-function-names = ["gettext_lazy"]
|
||||
|
Reference in New Issue
Block a user