[−][src]Function super_analyzer_core::results::handlebars_helpers::report_index
pub fn report_index(
h: &Helper,
_: &Registry,
_: &Context,
_: &mut RenderContext,
out: &mut dyn Output
) -> Result<(), RenderError>
Generates the report index for the given vulnerability.
E.g.: for a critical vulnerability in an application with between 100 and 200 vulnerability,
for the critical vulnerability number 12 it would produce C012
.