mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Update java/ql/src/experimental/Security/CWE/CWE-327/Azure/UnsafeUsageOfClientSideEncryptionVersion.ql
Co-authored-by: yo-h <55373593+yo-h@users.noreply.github.com>
This commit is contained in:
@@ -51,8 +51,8 @@ predicate isCreatingAzureClientSideEncryptionObjectNewVersion(Call call, Class c
|
|||||||
* A dataflow config that tracks `EncryptedBlobClientBuilder.version` argument initialization.
|
* A dataflow config that tracks `EncryptedBlobClientBuilder.version` argument initialization.
|
||||||
*/
|
*/
|
||||||
private class EncryptedBlobClientBuilderSafeEncryptionVersionConfig extends DataFlow::Configuration {
|
private class EncryptedBlobClientBuilderSafeEncryptionVersionConfig extends DataFlow::Configuration {
|
||||||
EncryptedBlobClientBuilderEncryptionVersionConfig() {
|
EncryptedBlobClientBuilderSafeEncryptionVersionConfig() {
|
||||||
this = "EncryptedBlobClientBuilderEncryptionVersionConfig"
|
this = "EncryptedBlobClientBuilderSafeEncryptionVersionConfig"
|
||||||
}
|
}
|
||||||
|
|
||||||
override predicate isSource(DataFlow::Node source) {
|
override predicate isSource(DataFlow::Node source) {
|
||||||
|
|||||||
Reference in New Issue
Block a user