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.