AZL-13353 CVE-2023-23931 affecting package python-cryptography for versions less than 3.3.2-4
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects such as bytes to b...