From 91d462bb1466a97bcc5645638d92fb15921fd625 Mon Sep 17 00:00:00 2001 From: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:19:05 +0200 Subject: [PATCH] chore(CWE): update CWE list to 4.15 --- lib/shared/cwec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/shared/cwec.js b/lib/shared/cwec.js index 81e6e8f..57e02f2 100644 --- a/lib/shared/cwec.js +++ b/lib/shared/cwec.js @@ -734,6 +734,7 @@ export default /** @type {const} */ ({ id: 'CWE-1423', name: 'Exposure of Sensitive Information caused by Shared Microarchitectural Predictor State that Influences Transient Execution', }, + { id: 'CWE-1426', name: 'Improper Validation of Generative AI Output' }, { id: 'CWE-143', name: 'Improper Neutralization of Record Delimiters' }, { id: 'CWE-144', name: 'Improper Neutralization of Line Delimiters' }, { id: 'CWE-145', name: 'Improper Neutralization of Section Delimiters' },