Skip to content

Commit

Permalink
Fix hyperlink in report (#1649)
Browse files Browse the repository at this point in the history
Change hyperlink in About and Report footer from https://www.nccgroup.trust (non-existent) to https://www.nccgroup.com
  • Loading branch information
swgee authored Jul 11, 2024
1 parent 1759a87 commit a5a1f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ScoutSuite/output/data/html/partials/about_scoutsuite.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h5 class="modal-title">About Scout Suite</h5>
</div>
<div class="modal-body m-3">
<div>
<p>Scout Suite is an open-source tool released by <a href="https://www.nccgroup.trust" rel="author" target="_blank">NCC Group</a>.</p>
<p>Scout Suite is an open-source tool released by <a href="https://www.nccgroup.com" rel="author" target="_blank">NCC Group</a>.</p>
<p>Use the top navigation bar to review the configuration of the supported cloud provider services.</p>
<p>
For more information about Scout Suite, please check out the project's page on
Expand All @@ -23,4 +23,4 @@ <h5 class="modal-title">About Scout Suite</h5>

<script>
var about_scoutsuite_template = Handlebars.compile($("#about_scoutsuite-template").html());
</script>
</script>
2 changes: 1 addition & 1 deletion ScoutSuite/output/data/html/partials/report_footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer id="report-footer">
<div>
<p>Scout Suite is an open-source tool released by <a href="https://www.nccgroup.trust" rel="author" target="_blank">NCC Group</a>
<p>Scout Suite is an open-source tool released by <a href="https://www.nccgroup.com" rel="author" target="_blank">NCC Group</a>
<img src="inc-scoutsuite/favicon.ico" rel="icon" type="image/x-icon" alt="Red dot" />
</p>
</div>
Expand Down

0 comments on commit a5a1f5e

Please sign in to comment.