{% extends "analysis_plugins/general_information.html" %} {% block analysis_result_details %} Legend (M): Detected by meta data; (C): Detected by codescanner (Binary analysis plug-in) Architecture Means of Detection {% for key in firmware.processed_analysis[selected_analysis] %} {% if key | is_not_mandatory_analysis_entry %} {{ key }} {{ firmware.processed_analysis[selected_analysis][key] }} {% endif %} {% endfor %} {% endblock %}