Skip to content

Commit 88ffe89

Browse files
committed
Remove lower bound
1 parent 7f98f2f commit 88ffe89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/wp_user_registration_membership_escalation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def check
9393
}
9494

9595
plugins.each do |slug, fixed_version|
96-
readme = check_plugin_version_from_readme(slug, fixed_version, '0.0.1')
96+
readme = check_plugin_version_from_readme(slug, fixed_version)
9797
version = readme&.dig(:details, :version)
9898

9999
if version

0 commit comments

Comments
 (0)