From 468967f06f4f3d7f21c83a5ebf966f6467852ddf Mon Sep 17 00:00:00 2001 From: me <7831008+enzok@users.noreply.github.com> Date: Thu, 3 Oct 2019 14:16:24 -0400 Subject: [PATCH] Fix office bingraph display --- web/templates/analysis/static/_office.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/analysis/static/_office.html b/web/templates/analysis/static/_office.html index e8a61246c..f63480546 100644 --- a/web/templates/analysis/static/_office.html +++ b/web/templates/analysis/static/_office.html @@ -2,7 +2,7 @@ {% load key_tags %} {% if graphs.bingraph.enabled %}

Binary Entropy

- {{ graphs.bingraph.content|safe }} + {{ graphs.bingraph.content|getkey:analysis.target.file.sha256|safe }} {% endif %} {% if analysis.static %} {% if analysis.static.office %}