mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 09:05:19 +00:00
#270 - fix bugs in ThreatCrowd reports
This commit is contained in:
parent
d8b4328f78
commit
d29abeb2b9
@ -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))
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user