Question
How do you update the WP Toolkit "Vulnerability Found" Notification setting?
Answer
The WP Toolkit events are currently not showing in the Contact Manager interface in WHM.
As such, these events can only be modified from the command line. You can run the following command from the terminal to update these messages:
# whmapi1 set_application_contact_importance app='WPT' event='VulnerabilityFound' importance='$VALUE'
Note: Please update the $VALUE to the appropriate setting: Disabled, Low, Medium, or High.
CPANEL_WARN: This setting specifically controls the importance of the notification that is sent, and is not based on the severity of vulnerabilities WP Toolkit has found. This means setting this to a value of "High" will still result in a notification for "Low Risk" vulnerabilities identified by WP Toolkit.
For example, if you'd like to disable the notification, you would update "$VALUE" to "disable":
# whmapi1 set_application_contact_importance app='WPT' event='VulnerabilityFound' importance='Disabled'
Comments
0 comments
Article is closed for comments.