-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
We could add some more words to the Regex check:
https://github.com/pluginkollektiv/antivirus/blob/master/inc/class-antivirus-checkinternals.php#L154
Like functions for adding new administrators (as seen in a recent hack I cleaned up):
wp_create_user
set_role
username_exists
email_exists
add_cap
WP_User
Maybe more concrete, like set_role( 'administrator' )
Reactions are currently unavailable