You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix code scanning alert: Clear-text logging of sensitive information (#27)
Address security issue identified in:
https://github.com/jpstroop/fitbit-client-python/security/code-scanning/8
- Add docs/SECURITY.md with comprehensive guidance on debug mode security
- Add explicit security warnings to debug output in _base.py
- Update docstrings in debug-related methods to highlight security risks
Debug mode intentionally includes OAuth tokens for troubleshooting, but
now includes proper documentation and warnings about secure usage.
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
0 commit comments