Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT REVIEW: testing CodeQL alert behavior #5577

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions _includes/about-page/about-card-sponsors.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div class="card-primary page-card-lg page-card--about">
<div class='card-primary page-card-lg page-card--about'>
<div class="about-us-section-header" data-hash="sponsors"><span class="sec-head-img"><img
src="/assets/images/about/section-header-elements/sponsors.svg"
alt="Make your donation for Hack for LA Brigade on codeforamerica.org/donate. Choose the amount and select the payment frequency, then enter 'Hack for LA' under 'if your donation is for a Brigade, please select the Brigade Name(Optional)'."></span>Sponsors
alt="Make your donation for Hack for LA Brigade on codeforamerica.org/donate. Choose the amount and select the payment frequency, then enter 'Hack for LA' under 'if your donation is for a Brigade, please select the Brigade Name(Optional)'." /></span>Sponsors
</div>
<div class="about-us-section-content">
<div class="flex-container-row flex-container-row--partners">
{% comment %}
{%for sponsor in site.data.internal.sponsors%}
<a href="{{sponsor.link}}" target="_blank" alt="{{sponsor.name}}">
<a href="{{sponsor.link}}" target="_blank" alt="{{sponsor.name}}" >
<img width="150px" height="150px" src="{{sponsor.img_url}}" title="{{sponsor.name}}">
</a>
{% endfor %}
Expand All @@ -24,6 +24,13 @@
<a href="https://www.sipandsonder.com" target="_blank" alt="Sip and Sonder">
<img src="/assets/images/sponsors/sip-sonder.svg" title="Sip and Sonder">
</a>
{% comment %}
{%for sponsor in site.data.internal.sponsors%}
<a href="{{sponsor.link}}" target="_blank" alt="{{sponsor.name}}" >

Check warning

Code scanning / CodeQL

Potentially unsafe external link Medium

External links without noopener/noreferrer are a potential security risk.
<img width="150px" height="150px" src="{{sponsor.img_url}}" title="{{sponsor.name}}">
</a>
{% endfor %}
{% endcomment %}
</div>
</div>
</div>
Loading