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: resolve clear-text logging of sensitive data (CodeQL py/clear-text-logging-sensitive-data)
Store only file path and line number as tuples instead of retaining secret content.
This prevents sensitive data from being logged or stored in memory.
0 commit comments