Skip to content

Commit 75bbd35

Browse files
authored
Merge pull request #134 from secvisogram/chore/update-csaf-validator-lib
Update csaf validator lib
2 parents f448430 + d941909 commit 75bbd35

File tree

4 files changed

+467
-264
lines changed

4 files changed

+467
-264
lines changed

csaf-validator-lib/lib/shared/cwec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,10 @@ export default /** @type {const} */ ({
735735
name: 'Exposure of Sensitive Information caused by Shared Microarchitectural Predictor State that Influences Transient Execution',
736736
},
737737
{ id: 'CWE-1426', name: 'Improper Validation of Generative AI Output' },
738+
{
739+
id: 'CWE-1427',
740+
name: 'Improper Neutralization of Input Used for LLM Prompting',
741+
},
738742
{ id: 'CWE-143', name: 'Improper Neutralization of Record Delimiters' },
739743
{ id: 'CWE-144', name: 'Improper Neutralization of Line Delimiters' },
740744
{ id: 'CWE-145', name: 'Improper Neutralization of Section Delimiters' },

0 commit comments

Comments
 (0)