Skip to content

Commit

Permalink
fix rel=nofollow on public profile
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde committed Nov 20, 2024
1 parent 9cb7e45 commit 922c274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/profiles/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<p id="homepage-url">
<%=
link_to(
@user.homepage_url,
@user.homepage_url,

Check warning

Code scanning / CodeQL

Stored cross-site scripting Medium

Stored cross-site scripting vulnerability due to
stored value
.
rel: "nofollow",
class: "profile__header__attribute t-link--black"
Expand Down

0 comments on commit 922c274

Please sign in to comment.