Skip to content

Commit eefa659

Browse files
raulgarciamsftyo-h
andauthored
Update java/ql/src/experimental/Security/CWE/CWE-327/Azure/UnsafeUsageOfClientSideEncryptionVersion.ql
Co-authored-by: yo-h <55373593+yo-h@users.noreply.github.com>
1 parent fe789c8 commit eefa659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-327/Azure/UnsafeUsageOfClientSideEncryptionVersion.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private class EncryptedBlobClientBuilderSafeEncryptionVersionConfig extends Data
7474
*/
7575
predicate isCreatingSafeAzureClientSideEncryptionObject(Call call, Class c, Expr versionArg) {
7676
isCreatingAzureClientSideEncryptionObjectNewVersion(call, c, versionArg) and
77-
exists(EncryptedBlobClientBuilderEncryptionVersionConfig config, DataFlow::Node sink |
77+
exists(EncryptedBlobClientBuilderSafeEncryptionVersionConfig config, DataFlow::Node sink |
7878
sink.asExpr() = versionArg
7979
|
8080
config.hasFlow(_, sink)

0 commit comments

Comments
 (0)