pub fn check_cwe(
    analysis_results: &AnalysisResults<'_>,
    cwe_params: &Value
) -> (Vec<LogMessage>, Vec<CweWarning>)
Expand description

Iterate through all function calls inside the program and flag calls to those functions that are marked as unsafe via the configuration file.