fix(backend): update _sanitize_error docstring to mention IPv6 scrubbing

This commit is contained in:
Zamil Majdy
2026-03-27 10:42:33 +07:00
parent bd7d9a5697
commit d99278a40d

View File

@@ -108,6 +108,7 @@ def _sanitize_error(
- The database hostname / IP used for the connection
- The original (pre-resolution) hostname provided by the user
- Any IPv4 addresses that appear in the message
- Any bracketed IPv6 addresses (e.g. ``[::1]``, ``[fe80::1%eth0]``)
- The database username
- The database port number
"""