Add missing CWE(s) to FF1057's warning text

This commit is contained in:
Mario Campos 2022-06-30 11:11:41 -05:00 committed by GitHub
parent 614801f704
commit 179a6100de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ c_ruleset = {
"access", "", {}, "FF1056"),
"InitializeCriticalSection":
(normal, 3, "Exceptions can be thrown in low-memory situations",
(normal, 3, "Exceptions can be thrown in low-memory situations (CWE-248, CWE-400)",
"Use InitializeCriticalSectionAndSpinCount instead",
"misc", "", {}, "FF1057"),