From b86b13d9c6f68092246a03bfc2dbde691978fbbe Mon Sep 17 00:00:00 2001 From: Nico Haas Date: Wed, 15 Oct 2025 13:31:17 +0200 Subject: [PATCH] Add yaml --- metrics/Cryptography/AESKeyLength/AESKeyLength.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 metrics/Cryptography/AESKeyLength/AESKeyLength.yaml diff --git a/metrics/Cryptography/AESKeyLength/AESKeyLength.yaml b/metrics/Cryptography/AESKeyLength/AESKeyLength.yaml new file mode 100644 index 00000000..167e893d --- /dev/null +++ b/metrics/Cryptography/AESKeyLength/AESKeyLength.yaml @@ -0,0 +1,11 @@ +# ====== Metadata ====== +id: "AESKeyLength" +description: "Checks that when AES encryption is configured in code or infrastructure, the key length is secure. | Functionality.CipherSuite" +category: "Cryptography" +version: "1.0" +comments: "" +# ====== Configuration ====== +configuration: + p1: + operator: "==" + targetValue: "256"