#270 - fix bugs in ThreatCrowd reports

This commit is contained in:
Jérôme Leonard 2018-06-05 15:19:09 +02:00
parent d8b4328f78
commit d29abeb2b9
No known key found for this signature in database
GPG Key ID: C5D0D898D56C3D9D
2 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Threatcrowd(Analyzer):
value = "unknown"
level = "info"
else:
value = "unknown"
value = "None"
level = "info"
taxonomies.append(self.build_taxonomy(level, "Threatcrowd", "votes", value))

View File

@ -57,6 +57,10 @@
</tr>
</table>
</div>
<div class="panel-body" ng-if="!content.permalink">
No result found
</div>
</div>
<div class="panel panel-danger" ng-if="!success">