Merge pull request #5852 from luchua-bc/java/hardcoded-azure-credential

Java: CWE-798 Query to detect hard-coded Azure credentials
This commit is contained in:
Chris Smowton
2021-09-30 14:11:29 +01:00
committed by GitHub
18 changed files with 896 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
lgtm,codescanning
* The query "Hard-coded credential in API call" (`java/hardcoded-credential-api-call`)
now recognizes hard-coded authentication credentials passed to the Azure SDK for Java.