Skip to content

Commit a4e35a9

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

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
@@ -33,8 +33,8 @@ predicate isCreatingOutdatedAzureClientSideEncryptionObject(Call call, Class c)
3333
}
3434

3535
/**
36-
* Holds if the call `call` is an object creation for a class `EncryptedBlobClientBuilder`
37-
* that takes `versionArg` as the argument for the version.
36+
* Holds if `call` is an object creation for a class `EncryptedBlobClientBuilder`
37+
* that takes `versionArg` as the argument specifying the encryption version.
3838
*/
3939
predicate isCreatingAzureClientSideEncryptionObjectNewVersion(Call call, Class c, Expr versionArg) {
4040
exists(string package, string type, Constructor constructor |

0 commit comments

Comments
 (0)