FIO32-C
: enhance the query to support secure fopen
usage pattern
#12
Labels
Difficulty-Medium
A false positive or false negative report which is expected to take 1-5 days effort to address
enhancement
New feature or request
Impact-Low
Standard-CERT-C
Affected rules
Description
Currently the implementation simply checks that the filename used in a call to
fopen
is not tainted.However, the rule requires that certain OS-supported dynamic checks are present in the code.
We'd like to enhance this query to support some usage pattern that would allow it to be excluded from being checked.
The text was updated successfully, but these errors were encountered: