Function cwe_checker_lib::checkers::cwe_215::check_cwe
source · pub fn check_cwe(
analysis_results: &AnalysisResults<'_>,
_cwe_params: &Value
) -> (Vec<LogMessage>, Vec<CweWarning>)
Expand description
Run the check.
We simply check whether the ELF file still contains sections whose name starts with .debug
.
Binary formats other than ELF files are currently not supported by this check.