Function cwe_checker_lib::checkers::cwe_782::check_cwe
source · pub fn check_cwe(
analysis_results: &AnalysisResults<'_>,
_cwe_params: &Value
) -> (Vec<LogMessage>, Vec<CweWarning>)
Expand description
Iterate through all calls of the program and flag calls to ioctl()
as CWE warnings.