Introduction
How to update WP Toolkit "Vulnerability Found" Notification setting.
Procedure
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'
On importance='$VALUE', please update the $VALUE to appropriate setting, such as, disable, Low, Medium, or High.
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'