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

Run the CWE check. For each function, we check calls of the defined functions and instructions that assign a value to the stackpointer.