diff --git a/flawfinder b/flawfinder index 5401985..c7ae8ff 100755 --- a/flawfinder +++ b/flawfinder @@ -887,7 +887,7 @@ c_ruleset = { "", "buffer", "", {}), # 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, "Does not check for buffer overflows when concatenating to destination [MS-banned] (CWE-120)", "",