zulip/analytics/views
Anders Kaseorg afa218fa2a semgrep: Detect some unsafe uses of markupsafe.Markup.
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>
2023-03-22 11:23:27 -07:00
..
__init__.py
activity_common.py semgrep: Detect some unsafe uses of markupsafe.Markup. 2023-03-22 11:23:27 -07:00
installation_activity.py semgrep: Detect some unsafe uses of markupsafe.Markup. 2023-03-22 11:23:27 -07:00
realm_activity.py python: Import F, Q, QuerySet from their canonical module. 2023-03-05 14:46:28 -08:00
stats.py python: Import F, Q, QuerySet from their canonical module. 2023-03-05 14:46:28 -08:00
support.py ruff: Fix SIM105 Use `contextlib.suppress` instead of try-except-pass. 2023-01-23 11:18:36 -08:00
user_activity.py python: Import F, Q, QuerySet from their canonical module. 2023-03-05 14:46:28 -08:00