Function cwe_checker_lib::checkers::cwe_676::check_cwe
source · 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.