Skip to content

Commit

Permalink
AC-3006: Fix <a> insecure target
Browse files Browse the repository at this point in the history
  • Loading branch information
mzieniukbw committed Oct 7, 2024
1 parent fd69280 commit 6a41753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/projects/setup/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ <h1 class="mt-1 text-2xl font-semibold text-gray-900">
class="font-medium text-blue-600 hover:underline"
href="https://bitwarden.com/help/splunk-siem/#connect-your-bitwarden-organization"
target="_blank"
rel="noopener noreferrer"
>
Bitwarden Splunk SIEM documentation
</a>
Expand All @@ -36,6 +37,7 @@ <h3 class="font-semibold text-gray-900">Bitwarden API Key</h3>
class="font-medium text-blue-600 hover:underline"
href="https://bitwarden.com/help/public-api/#authentication"
target="_blank"
rel="noopener noreferrer"
>API key</a
>
can be found in the Bitwarden organization admin console.
Expand Down

0 comments on commit 6a41753

Please sign in to comment.