Skip to content

Commit 8a48708

Browse files
Update java/ql/src/experimental/Security/CWE/CWE-327/Azure/UnsafeUsageOfClientSideEncryptionVersion.ql
Co-authored-by: Chris Smowton <smowton@github.com>
1 parent 2bac181 commit 8a48708

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
@@ -50,7 +50,7 @@ predicate isCreatingAzureClientSideEncryptionObjectNewVersion(Call call, Class c
5050
/**
5151
* A dataflow config that tracks `EncryptedBlobClientBuilder.version` argument initialization.
5252
*/
53-
private class EncryptedBlobClientBuilderEncryptionVersionConfig extends DataFlow::Configuration {
53+
private class EncryptedBlobClientBuilderSafeEncryptionVersionConfig extends DataFlow::Configuration {
5454
EncryptedBlobClientBuilderEncryptionVersionConfig() {
5555
this = "EncryptedBlobClientBuilderEncryptionVersionConfig"
5656
}

0 commit comments

Comments
 (0)