mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
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:
@@ -50,7 +50,7 @@ predicate isCreatingAzureClientSideEncryptionObjectNewVersion(Call call, Class c
|
||||
/**
|
||||
* A dataflow config that tracks `EncryptedBlobClientBuilder.version` argument initialization.
|
||||
*/
|
||||
private class EncryptedBlobClientBuilderEncryptionVersionConfig extends DataFlow::Configuration {
|
||||
private class EncryptedBlobClientBuilderSafeEncryptionVersionConfig extends DataFlow::Configuration {
|
||||
EncryptedBlobClientBuilderEncryptionVersionConfig() {
|
||||
this = "EncryptedBlobClientBuilderEncryptionVersionConfig"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user