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
Add CodeQL config to exclude MySQL protocol false positives
Create CodeQL configuration that excludes py/weak-sensitive-data-hashing
rule which flags legitimate MySQL authentication protocol usage as
security vulnerabilities. The MySQL protocol mandates SHA1/SHA256 usage
for challenge-response authentication, not password storage.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments