-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGS-2506: Update API calls to wpvulndb.com (#91)
* Update API calls to wpvulndb.com Add new `getPluginVulnerability` method that returns the results of an API call to wpvulndb.com for the specified plugin slug. Refactor `is_vulnerable` to call `getPluginVulnerability` per plugin as `https://wpvulndb.com/data/plugin_vulns.json` is now a `404`. Addresses #89. * Formatting updates * Load PANTHEON_WPVULNDB_API_TOKEN in Behat * Capitol U in the WP_CLI\Utils class name
- Loading branch information
1 parent
d5471b9
commit 0ce9fec
Showing
3 changed files
with
121 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters