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

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Raul Garcia
2022-07-11 13:07:20 -07:00
committed by GitHub
parent 5d89a5d164
commit 7fc9ae6c49

View File

@@ -1,6 +1,6 @@
/**
* @name Unsafe usage of v1 version of Azure Storage client-side encryption (CVE-2022-PENDING).
* @description Unsafe usage of v1 version of Azure Storage client-side encryption, please refer to http://aka.ms/azstorageclientencryptionblog
* @name Unsafe usage of v1 version of Azure Storage client-side encryption.
* @description Using version v1 of Azure Storage client-side encryption is insecure, and may enable an attacker to decrypt encrypted data
* @kind problem
* @tags security
* cryptography