Add missing CWE(s) to FF1057's warning text
This commit is contained in:
parent
614801f704
commit
179a6100de
|
@ -1500,7 +1500,7 @@ c_ruleset = {
|
||||||
"access", "", {}, "FF1056"),
|
"access", "", {}, "FF1056"),
|
||||||
|
|
||||||
"InitializeCriticalSection":
|
"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",
|
"Use InitializeCriticalSectionAndSpinCount instead",
|
||||||
"misc", "", {}, "FF1057"),
|
"misc", "", {}, "FF1057"),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue