Skip to content

Commit

Permalink
Fix Fortiguard reclassification request URL (#346)
Browse files Browse the repository at this point in the history
Per issue #345, request reclassification URL changed. Fixing report to reflect new URL.
  • Loading branch information
megan201296 authored and To-om committed Feb 11, 2019
1 parent 97e1589 commit 376767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive-templates/Fortiguard_URLCategory_2_1/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<i class="fa fa-search"></i>
<a ng-href="http://www.fortiguard.com/iprep?data={{artifact.data}}&lookup=Lookup" target="_blank">View Full Report</a>
<i class="fa fa-recycle"></i>
<a ng-href="http://www.fortiguard.com/iprep_form?data={{artifact.data}}" target="_blank">Request Recategorization</a>
<a ng-href="https://fortiguard.com/faq/wfratingsubmit?url={{artifact.data}}" target="_blank">Request Recategorization</a>
</dd>
</dl>
</div>
Expand Down

0 comments on commit 376767d

Please sign in to comment.