Skip to content

Commit fe789c8

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 f7c47b6 commit fe789c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ predicate isCreatingAzureClientSideEncryptionObjectNewVersion(Call call, Class c
5151
* A dataflow config that tracks `EncryptedBlobClientBuilder.version` argument initialization.
5252
*/
5353
private class EncryptedBlobClientBuilderSafeEncryptionVersionConfig extends DataFlow::Configuration {
54-
EncryptedBlobClientBuilderEncryptionVersionConfig() {
55-
this = "EncryptedBlobClientBuilderEncryptionVersionConfig"
54+
EncryptedBlobClientBuilderSafeEncryptionVersionConfig() {
55+
this = "EncryptedBlobClientBuilderSafeEncryptionVersionConfig"
5656
}
5757

5858
override predicate isSource(DataFlow::Node source) {

0 commit comments

Comments
 (0)