jetpack
Last commit date
3rd-party
3 years ago
_inc
3 years ago
css
3 years ago
extensions
3 years ago
images
3 years ago
jetpack_vendor
1 year ago
json-endpoints
3 years ago
modules
1 year ago
sal
3 years ago
src
3 years ago
vendor
3 years ago
views
3 years ago
CHANGELOG.md
3 years ago
LICENSE.txt
5 years ago
SECURITY.md
5 years ago
class-jetpack-connection-status.php
5 years ago
class-jetpack-connection-widget.php
3 years ago
class-jetpack-gallery-settings.php
3 years ago
class-jetpack-pre-connection-jitms.php
4 years ago
class-jetpack-recommendations-banner.php
3 years ago
class-jetpack-stats-dashboard-widget.php
3 years ago
class-jetpack-wizard-banner.php
5 years ago
class-jetpack-xmlrpc-methods.php
3 years ago
class.frame-nonce-preview.php
4 years ago
class.jetpack-admin.php
3 years ago
class.jetpack-affiliate.php
4 years ago
class.jetpack-autoupdate.php
3 years ago
class.jetpack-bbpress-json-api.compat.php
5 years ago
class.jetpack-cli.php
3 years ago
class.jetpack-client-server.php
4 years ago
class.jetpack-connection-banner.php
3 years ago
class.jetpack-data.php
5 years ago
class.jetpack-gutenberg.php
3 years ago
class.jetpack-heartbeat.php
4 years ago
class.jetpack-idc.php
4 years ago
class.jetpack-modules-list-table.php
3 years ago
class.jetpack-network-sites-list-table.php
4 years ago
class.jetpack-network.php
3 years ago
class.jetpack-plan.php
3 years ago
class.jetpack-post-images.php
3 years ago
class.jetpack-twitter-cards.php
3 years ago
class.jetpack-user-agent.php
3 years ago
class.jetpack.php
3 years ago
class.json-api-endpoints.php
3 years ago
class.json-api.php
3 years ago
class.photon.php
3 years ago
composer.json
3 years ago
enhanced-open-graph.php
3 years ago
functions.compat.php
3 years ago
functions.cookies.php
5 years ago
functions.global.php
3 years ago
functions.is-mobile.php
3 years ago
functions.opengraph.php
3 years ago
functions.photon.php
3 years ago
jetpack.php
1 year ago
json-api-config.php
3 years ago
json-endpoints.php
3 years ago
load-jetpack.php
3 years ago
locales.php
4 years ago
readme.txt
1 year ago
uninstall.php
5 years ago
wpml-config.xml
3 years ago
SECURITY.md
39 lines
| 1 | # Security Policy |
| 2 | |
| 3 | Full details of the Automattic Security Policy can be found on [](https://automattic.com/security/automattic.com](https://automattic.com/security/](https://automattic.com/security/). |
| 4 | |
| 5 | ## Supported Versions |
| 6 | |
| 7 | Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. |
| 8 | |
| 9 | ## Reporting a Vulnerability |
| 10 | |
| 11 | [](https://jetpack.com/Jetpack](https://jetpack.com/](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. |
| 12 | |
| 13 | **For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [](https://hackerone.com/automatticHackerOne](https://hackerone.com/automattic](https://hackerone.com/automattic) portal.** |
| 14 | |
| 15 | Our most critical targets are: |
| 16 | |
| 17 | * Jetpack and the Jetpack composer packages (all within this repo) |
| 18 | * Jetpack.com -- the primary marketing site. |
| 19 | * cloud.jetpack.com -- a management site. |
| 20 | * wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. |
| 21 | |
| 22 | For more targets, see the `In Scope` section on [](https://hackerone.com/automatticHackerOne](https://hackerone.com/automattic](https://hackerone.com/automattic). |
| 23 | |
| 24 | _Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [](https://hackerone.com/wordpressthe WordPress Foundation's HackerOne page](https://hackerone.com/wordpress](https://hackerone.com/wordpress)._ |
| 25 | |
| 26 | ## Guidelines |
| 27 | |
| 28 | We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: |
| 29 | |
| 30 | * Follow [](https://www.hackerone.com/disclosure-guidelinesHackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines](https://www.hackerone.com/disclosure-guidelines). |
| 31 | * Pen-testing Production: |
| 32 | * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). |
| 33 | * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. |
| 34 | * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. |
| 35 | * To be eligible for a bounty, all of these guidelines must be followed. |
| 36 | * Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. |
| 37 | |
| 38 | We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. |
| 39 |