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

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
Raul Garcia
2022-07-12 08:13:12 -07:00
committed by GitHub
parent d5791e2d56
commit a51d713925

View File

@@ -14,8 +14,8 @@ import java
import semmle.code.java.dataflow.DataFlow
/**
* Holds if the call `call` is an object creation for a class `EncryptedBlobClientBuilder`
* that takes no arguments, which means that it is using V1 encryption
* Holds if `call` is an object creation for a class `EncryptedBlobClientBuilder`
* that takes no arguments, which means that it is using V1 encryption.
*/
predicate isCreatingOutdatedAzureClientSideEncryptionObject(Call call, Class c) {
exists(string package, string type, Constructor constructor |