Skip to content

Commit a51d713

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

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
@@ -14,8 +14,8 @@ import java
1414
import semmle.code.java.dataflow.DataFlow
1515

1616
/**
17-
* Holds if the call `call` is an object creation for a class `EncryptedBlobClientBuilder`
18-
* that takes no arguments, which means that it is using V1 encryption
17+
* Holds if `call` is an object creation for a class `EncryptedBlobClientBuilder`
18+
* that takes no arguments, which means that it is using V1 encryption.
1919
*/
2020
predicate isCreatingOutdatedAzureClientSideEncryptionObject(Call call, Class c) {
2121
exists(string package, string type, Constructor constructor |

0 commit comments

Comments
 (0)