Skip to content

Commit 64343e0

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

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
@@ -69,8 +69,8 @@ private class EncryptedBlobClientBuilderSafeEncryptionVersionConfig extends Data
6969
}
7070

7171
/**
72-
* Holds if the call `call` is an object creation for a class `EncryptedBlobClientBuilder`
73-
* that takes `versionArg` as the argument for the version, and the version number is safe
72+
* Holds if `call` is an object creation for a class `EncryptedBlobClientBuilder`
73+
* that takes `versionArg` as the argument specifying the encryption version, and that version is safe.
7474
*/
7575
predicate isCreatingSafeAzureClientSideEncryptionObject(Call call, Class c, Expr versionArg) {
7676
isCreatingAzureClientSideEncryptionObjectNewVersion(call, c, versionArg) and

0 commit comments

Comments
 (0)