10up / wpcli-vulnerability-scanner

WP-CLI command for checking installed plugins and themes for vulnerabilities reported on wpvulndb.com
MIT License
278 stars 40 forks source link

Add vulnerability severity data to command output. #90

Closed iamdharmesh closed 1 year ago

iamdharmesh commented 1 year ago

Description of the Change

PR adds severity data of vulnerability in command output.

image

Closes #85

How to test the Change

  1. Configure this scanner repo and configure API provider
  2. Run commands like wp vuln status, wp vuln theme-status etc... and make sure severity details are there.

Changelog Entry

Added - Vulnerability severity data to command output.

Credits

Props @iamdharmesh

Checklist:

jeffpaul commented 1 year ago

@iamdharmesh is this ready to send out for review or still work in progress?

iamdharmesh commented 1 year ago

@iamdharmesh is this ready to send out for review or still work in progress?

@jeffpaul work is done, but Tests for Wordfence are failing. So, I have made a PR draft until I figure out the root cause for the failure and sort it out.

iamdharmesh commented 1 year ago

@jeffpaul this is ready for review now.