mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
327 B
327 B
lgtm,codescanning
- The query "Hard-coded credential in API call" (
java/hardcoded-credential-api-call) can now detect a hard-coded Apache Shiro cipher key. - The query "Hard-coded credential in API call" (
java/hardcoded-credential-api-call) now detects hard-coded credentials that are Base64 encoded or decoded before use.