Skip to content

Commit

Permalink
#270 - fix bugs in ThreatCrowd reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 5, 2018
1 parent d8b4328 commit d29abeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/Threatcrowd/threatcrowd_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def summary(self, raw):
value = "unknown"
level = "info"
else:
value = "unknown"
value = "None"
level = "info"

taxonomies.append(self.build_taxonomy(level, "Threatcrowd", "votes", value))
Expand Down
4 changes: 4 additions & 0 deletions thehive-templates/Threatcrowd_1_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ <h4 class="dl-horizontal">
</tr>
</table>
</div>

<div class="panel-body" ng-if="!content.permalink">
No result found
</div>
</div>

<div class="panel panel-danger" ng-if="!success">
Expand Down

0 comments on commit d29abeb

Please sign in to comment.