Skip to content

Commit

Permalink
#1 Initialize report templates for nessus analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 31, 2017
1 parent 7854ea8 commit 2ef0b1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file.
5 changes: 5 additions & 0 deletions thehive-templates/Nessus_1_0/short.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<span ng-if="content.info > 0" class="label label-info">Nessus:Info={{content.info}}</span>
<span ng-if="content.low > 0" class="label label-default">Nessus:Low={{content.low}}</span>
<span ng-if="content.medium > 0" class="label label-primary">Nessus:Medium={{content.medium}}</span>
<span ng-if="content.high > 0" class="label label-warning">Nessus:High={{content.high}}</span>
<span ng-if="content.critical class="label label-danger"> 0">Nessus:Critical={{content.critical}}</span>

0 comments on commit 2ef0b1c

Please sign in to comment.