Skip to content

Commit 4112fc6

Browse files
authored
Merge pull request #1353 from 10up/add/patchstack-faq
Add patchstack faq to readmes
2 parents 3dc2272 + 6a2e110 commit 4112fc6

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ You can navigate to the `Posts` > `All Posts` table list view to see all content
103103

104104
<img src="/.github/screenshots/screenshot-8.png" alt="All Posts screen showing Distributor links for pushed and pulled content" width="300">
105105

106-
## Support Level
107-
108-
**Active:** 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.
109-
110106
## Known Caveats/Issues
111107

112108
### Remote Request Timeouts
@@ -175,6 +171,16 @@ Oftentimes the communication Distributor attempts to make across sites using the
175171

176172
See [Distributor Developer Documentation](https://10up.github.io/distributor/#developers).
177173

174+
## Frequently Asked Questions
175+
176+
### Where do I report security bugs found in this plugin?
177+
178+
Please report security bugs found in the source code of the undefined plugin through the [Patchstack Vulnerability Disclosure  Program](https://patchstack.com/database/vdp/2198169c-4564-4fae-bc07-9e737721a9b2). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
179+
180+
## Support Level
181+
182+
**Active:** 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.
183+
178184
## Changelog
179185

180186
A complete listing of all notable changes to Distributor are documented in [CHANGELOG.md](https://github.com/10up/distributor/blob/develop/CHANGELOG.md).

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Distributor makes it easy to distribute and reuse content across your websites
1414

1515
_Note:_ The latest stable version of the plugin is the _stable_ branch. [Download the stable branch]((https://github.com/10up/distributor/archive/stable.zip)) if you are intending to use the plugin in a Production environment.
1616

17-
**Features**
17+
== Features ==
1818

1919
* Distributor supports safe, SEO-friendly content reuse and sharing via "pushing" and "pulling".
2020
* While logged in and editing or viewing any single post (or custom post type) that can be distributed, a `Distributor` admin bar item will appear, that will facilitate sharing ("pushing") that content to any `connection`.
2121
* In the admin dashboard, a top level Distributor menu item links to the "pull" screen. Here, editors can share ("pull") content from any `connection` into the current site.
2222
* Content this is distributed (via Push or Pull) is connected to the original. Reposted content receives updates from the original, canonical source automatically.
2323

24-
**Connections**
24+
== Connections ==
2525

2626
There are two connection types: `internal` and `external`.
2727

@@ -30,6 +30,12 @@ There are two connection types: `internal` and `external`.
3030
* External connections require HTTP Basic Authentication or [WordPress.com OAuth2](https://developer.wordpress.com/docs/oauth2/) (must be on VIP) be set up on the remote website. For Basic Auth, we recommend the [Application Passwords](https://make.wordpress.org/core/2020/11/05/application-passwords-integration-guide/#Getting-Credentials) feature built in to WordPress.
3131
* For external connections, Distributor needs to be installed on BOTH sides of the connection.
3232

33+
== Frequently Asked Questions ==
34+
35+
= Where do I report security bugs found in this plugin? =
36+
37+
Please report security bugs found in the source code of the undefined plugin through the [Patchstack Vulnerability Disclosure  Program](https://patchstack.com/database/vdp/2198169c-4564-4fae-bc07-9e737721a9b2). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
38+
3339
== Upgrade Notice ==
3440

3541
= 2.2.0 =

0 commit comments

Comments
 (0)