Skip to content

Commit 2bac181

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

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
@@ -48,7 +48,7 @@ predicate isCreatingAzureClientSideEncryptionObjectNewVersion(Call call, Class c
4848
}
4949

5050
/**
51-
* A config that tracks `EncryptedBlobClientBuilder.version` argument initialization.
51+
* A dataflow config that tracks `EncryptedBlobClientBuilder.version` argument initialization.
5252
*/
5353
private class EncryptedBlobClientBuilderEncryptionVersionConfig extends DataFlow::Configuration {
5454
EncryptedBlobClientBuilderEncryptionVersionConfig() {

0 commit comments

Comments
 (0)