Making WordPress.org

Changeset 5505


Ignore:
Timestamp:
05/22/2017 04:58:16 PM (8 years ago)
Author:
ocean90
Message:

Trac: Replace one more instance of the security@ email with a link to the WordPress HackerOne program.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r5504 r5505  
    55
    66<?python
    7     scripts_version = '74'
     7    scripts_version = '75'
    88    project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    99    wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/'
     
    127127                    <p><strong>Caution!</strong> This ticket was assigned to the Security component.</p>
    128128                    <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">&nbsp;</span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon">&nbsp;</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">&nbsp;</span>Security FAQ</a> and visit the <a href="https://hackerone.com/wordpress">WordPress HackerOne program</a>.</p>
    130130                </div>
    131131            </py:if>
Note: See TracChangeset for help on using the changeset viewer.