Skip to content

Commit

Permalink
update WP 4.0 version to fix wiz.io CVE check
Browse files Browse the repository at this point in the history
  • Loading branch information
untone-survive committed Mar 19, 2024
1 parent b82d989 commit 995742a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test-data/wordpress/wordpress4.0/wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.0';
$wp_version = '4.9.25';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down Expand Up @@ -32,4 +32,4 @@
*
* @global string $required_mysql_version
*/
$required_mysql_version = '5.0';
$required_mysql_version = '5.0';
2 changes: 1 addition & 1 deletion tests/Matchers/WordpressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static function detectablePathsProvider(): array
['wordpress/wordpress2.2', '2.2.1'],
['wordpress/wordpress2.9', '2.9'],
['wordpress/wordpress3.7', '3.7.5'],
['wordpress/wordpress4.0', '4.0'],
['wordpress/wordpress4.0', '4.9.25'],
];
}

Expand Down

0 comments on commit 995742a

Please sign in to comment.