Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 2444eb0

Browse files
authored
Merge pull request #111 from 10up/add/patchstack-faq
Enhance readme with API access and FAQ sections
2 parents 8d8358c + e2d1e56 commit 2444eb0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ wp package install 10up/wpcli-vulnerability-scanner:dev-stable
1515
```
1616

1717
### API Access
18+
1819
WP-CLI Vulnerability Scanner works with [WPScan](https://wpscan.com), [Patchstack](https://patchstack.com/) and [Wordfence Intelligence](https://www.wordfence.com/threat-intel/) to check reported vulnerabilities; you can choose any one of these three to use. You will need to add a constant in your `wp-config.php` to decide which API service you want to use (by default **WPScan API** will be used).
1920

2021
To use **WPScan API**:
@@ -39,7 +40,6 @@ For WPScan and Patchstack you will need to register for a user account and suppl
3940
define( 'VULN_API_TOKEN', 'YOUR_TOKEN_HERE' );
4041
```
4142

42-
4343
### Global command, manually
4444

4545
Clone this repo, checkout to stable branch and require `wpcli-vulnerability-scanner.php` from wp-cli config. E.g. in `~/.wp-cli/config.yml` [[other config locations](https://make.wordpress.org/cli/handbook/references/config/#config-files)]
@@ -268,6 +268,12 @@ composer behat -- features/vuln-patchstack.feature
268268
composer behat -- features/vuln-wordfence.feature
269269
```
270270

271+
## Frequently Asked Questions
272+
273+
### Where do I report security bugs found in this plugin?
274+
275+
Please report security bugs found in the source code of the undefined plugin through the [Patchstack Vulnerability Disclosure  Program](https://patchstack.com/database/vdp/189e9e72-27f1-4d80-86fd-7a28975550af). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
276+
271277
## Support Level
272278

273279
**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.

0 commit comments

Comments
 (0)