jetpack
Last commit date
3rd-party
1 week ago
_inc
2 days ago
css
2 weeks ago
extensions
2 days ago
images
1 month ago
jetpack_vendor
2 days ago
json-endpoints
1 week ago
modules
2 days ago
sal
1 week ago
src
2 days ago
vendor
2 days ago
views
1 month ago
CHANGELOG.md
2 days ago
LICENSE.txt
5 months ago
SECURITY.md
2 days ago
class-jetpack-connection-status.php
2 years ago
class-jetpack-gallery-settings.php
6 months ago
class-jetpack-newsletter-dashboard-widget.php
6 months ago
class-jetpack-pre-connection-jitms.php
2 years ago
class-jetpack-stats-dashboard-widget.php
3 months ago
class-jetpack-xmlrpc-methods.php
1 week ago
class.frame-nonce-preview.php
6 months ago
class.jetpack-admin.php
2 days ago
class.jetpack-autoupdate.php
6 months ago
class.jetpack-cli.php
2 days ago
class.jetpack-client-server.php
2 years ago
class.jetpack-gutenberg.php
1 week ago
class.jetpack-heartbeat.php
3 months ago
class.jetpack-modules-list-table.php
6 months ago
class.jetpack-network-sites-list-table.php
6 months ago
class.jetpack-network.php
1 month ago
class.jetpack-plan.php
2 years ago
class.jetpack-post-images.php
2 months ago
class.jetpack-twitter-cards.php
3 months ago
class.jetpack-user-agent.php
2 years ago
class.jetpack.php
2 days ago
class.json-api-endpoints.php
1 week ago
class.json-api.php
2 weeks ago
class.photon.php
3 years ago
composer.json
2 days ago
enhanced-open-graph.php
1 week ago
functions.compat.php
3 months ago
functions.cookies.php
2 years ago
functions.global.php
2 days ago
functions.is-mobile.php
2 years ago
functions.opengraph.php
2 months ago
functions.photon.php
2 years ago
jetpack.php
2 days ago
json-api-config.php
3 years ago
json-endpoints.php
2 years ago
load-jetpack.php
1 week ago
locales.php
6 months ago
readme.txt
2 days ago
unauth-file-upload.php
6 months ago
uninstall.php
6 months ago
wpml-config.xml
3 years ago
SECURITY.md
47 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 and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions. |
| 8 | |
| 9 | ## Reporting a Vulnerability |
| 10 | |
| 11 | Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure: |
| 12 | |
| 13 | * [](https://jetpack.com/Jetpack](https://jetpack.com/](https://jetpack.com/) |
| 14 | * Jetpack Backup |
| 15 | * Jetpack Boost |
| 16 | * Jetpack Protect |
| 17 | * Jetpack Search |
| 18 | * Jetpack Social |
| 19 | * Jetpack VideoPress |
| 20 | |
| 21 | **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.** |
| 22 | |
| 23 | Our most critical targets are: |
| 24 | |
| 25 | * Jetpack and the Jetpack composer packages (all within this repo) |
| 26 | * Jetpack.com -- the primary marketing site. |
| 27 | * cloud.jetpack.com -- a management site. |
| 28 | * wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. |
| 29 | |
| 30 | For more targets, see the `In Scope` section on [](https://hackerone.com/automatticHackerOne](https://hackerone.com/automattic](https://hackerone.com/automattic). |
| 31 | |
| 32 | _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)._ |
| 33 | |
| 34 | ## Guidelines |
| 35 | |
| 36 | We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: |
| 37 | |
| 38 | * Follow [](https://www.hackerone.com/disclosure-guidelinesHackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines](https://www.hackerone.com/disclosure-guidelines). |
| 39 | * Pen-testing Production: |
| 40 | * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). |
| 41 | * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. |
| 42 | * **_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. |
| 43 | * To be eligible for a bounty, all of these guidelines must be followed. |
| 44 | * Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. |
| 45 | |
| 46 | We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. |
| 47 |