mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
Use the built-in HTML escaping of Markup("…{var}…").format(), in order
to allow Semgrep to detect mistakes like Markup("…{var}…".format())
and Markup(f"…{var}…").
Signed-off-by: Anders Kaseorg <anders@zulip.com>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| activity_common.py | ||
| installation_activity.py | ||
| realm_activity.py | ||
| stats.py | ||
| support.py | ||
| user_activity.py | ||