_ftcsat should be _ftcscat. Thanks to Lucas Ramage
Fix typo in name of "banned" function. Thanks to Lucas Ramage, who reported this January 2019. Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
8d6cfec002
commit
49a2289fe3
|
@ -887,7 +887,7 @@ c_ruleset = {
|
||||||
"",
|
"",
|
||||||
"buffer", "", {}),
|
"buffer", "", {}),
|
||||||
# TODO: Do more analysis. Added because they're in MS banned list.
|
# TODO: Do more analysis. Added because they're in MS banned list.
|
||||||
"StrCat|StrCatA|StrcatW|lstrcatA|lstrcatW|strCatBuff|StrCatBuffA|StrCatBuffW|StrCatChainW|_tccat|_mbccat|_ftcsat|StrCatN|StrCatNA|StrCatNW|StrNCat|StrNCatA|StrNCatW|lstrncat|lstrcatnA|lstrcatnW":
|
"StrCat|StrCatA|StrcatW|lstrcatA|lstrcatW|strCatBuff|StrCatBuffA|StrCatBuffW|StrCatChainW|_tccat|_mbccat|_ftcscat|StrCatN|StrCatNA|StrCatNW|StrNCat|StrNCatA|StrNCatW|lstrncat|lstrcatnA|lstrcatnW":
|
||||||
(normal, 4,
|
(normal, 4,
|
||||||
"Does not check for buffer overflows when concatenating to destination [MS-banned] (CWE-120)",
|
"Does not check for buffer overflows when concatenating to destination [MS-banned] (CWE-120)",
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Reference in New Issue