summaryrefslogtreecommitdiff
path: root/releasenotes/notes/dont-leak-auth-token-fb7075316cf87b7c.yaml
blob: 6ae3a048fd16bff83b8d6f27a999c68ccd069e08 (plain)
1
2
3
4
5
6
7
---
security:
  - |
    The ``get_logging_values`` function no longer outputs the auth_token, but
    instead leaves it as ``***`` instead. As the name suggests, this function is
    meant for logging, and letting the auth_token there might leak sensitive
    data.