Changeset 5505
- Timestamp:
- 05/22/2017 04:58:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r5504 r5505 5 5 6 6 <?python 7 scripts_version = '7 4'7 scripts_version = '75' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' … … 127 127 <p><strong>Caution!</strong> This ticket was assigned to the Security component.</p> 128 128 <p><strong>If this is a potential security vulnerability, DO NOT REPORT IT HERE.</strong></p> 129 <p>Instead, read the <a class="ext-link" href="https:// codex.wordpress.org/FAQ_Security"><span class="icon"> </span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon"> </span>security@wordpress.org</a>.</p>129 <p>Instead, read the <a class="ext-link" href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/"><span class="icon"> </span>Security FAQ</a> and visit the <a href="https://hackerone.com/wordpress">WordPress HackerOne program</a>.</p> 130 130 </div> 131 131 </py:if>
Note: See TracChangeset
for help on using the changeset viewer.