10up / wpcli-vulnerability-scanner

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

Add filter to skip vulnerability check. #101

Closed burhandodhy closed 6 months ago

burhandodhy commented 6 months ago

Description of the Change

This PR introduce the new filter vuln_skip_vulnerability_check to skip the vulnerability.

Closes #100

How to test the Change

Changelog Entry

Added - Introduce new filter vuln_skip_vulnerability_check

Credits

Props @burhandodhy

Checklist:

burhandodhy commented 6 months ago

Hi @iamdharmesh,

Thanks for your feedback. I updated the code. Do you mind giving it another try?