Skip to content

Commit

Permalink
Try fixing Wordfence test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Nov 18, 2024
1 parent 02f1053 commit 94565ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions features/vuln-wordfence.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ Feature: Test WP-CLI Features with Wordfence API.
When I run `wp vuln plugin-check wppizza wordpress-seo`
Then STDOUT should end with a table containing rows:
| name | installed version | status | fixed in | severity |
| wppizza | 0 | WPPizza <= 3.17.1 - Reflected Cross-Site Scripting | 3.17.2 | Medium 6.1/10 |
| wppizza | 0 | WPPizzaA Restaurant Plugin <= 3.18.13 - Reflected Cross-Site Scripting | 3.18.14 | Medium 6.1/10 |
| | 0 | WPPizza <= 3.17.1 - Reflected Cross-Site Scripting | 3.17.2 | Medium 6.1/10 |
| | 0 | PrettyPhoto Library (Multiple Plugins and Themes) <= 3.1.4 - DOM Cross-Site Scripting | 2.11.8.18 | Medium 6.1/10 |
| | 0 | WPPizza <= 3.18.2 - Reflected Cross-Site Scripting | 3.18.3 | Medium 6.1/10 |
| | 0 | WPPizza <= 3.18.10 - Missing Authorization | 3.18.11 | Medium 4.3/10 |
| wordpress-seo | 0 | Yoast SEO <= 3.4.0 - Authenticated Stored Cross-Site Scripting | 3.4.1 | Medium 5.4/10 |


Expand Down Expand Up @@ -99,7 +102,7 @@ Feature: Test WP-CLI Features with Wordfence API.

When I run `wp vuln theme-status --no-color`
Then STDOUT should end with a table containing rows:
| name | installed version | status | introduced in | fixed in | severity |
| name | installed version | status | introduced in | fixed in | severity |
| twentyfifteen | 1.2 | No vulnerabilities reported for this version of twentyfifteen | n/a | n/a | n/a |

When I run `wp vuln theme-status --porcelain`
Expand Down

0 comments on commit 94565ae

Please sign in to comment.