Skip to content

Commit

Permalink
Merge pull request #548 from IABTechLab/ans-UID2-4256-add-vulnerabili…
Browse files Browse the repository at this point in the history
…ty-reporting-link

Add vulnerability reporting link to portal login page
  • Loading branch information
ashleysmithTTD authored Oct 18, 2024
2 parents dbf5173 + d153361 commit 3745be6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keycloak/themes/uid2-theme/login/resources/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,8 @@ div.kc-logo-text {
background-color: var(--pf-c-button--disabled--BackgroundColor);
}

.report-vulnerability {
color: gray !important;
}

/* End Recovery codes */
2 changes: 2 additions & 0 deletions keycloak/themes/uid2-theme/login/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
</div>
</div>
</#if>
<br />
<a class="report-vulnerability" href='https://www.thetradedesk.com/us/trust/report-a-vulnerability' target='_blank'>Report a Vulnerability</a>
</div>
</div>
</body>
Expand Down

0 comments on commit 3745be6

Please sign in to comment.