SetDescription
SetDescription is used to return simple feedback to the user by means of programmatically changing the vulnerability description to indicate a more detailed reason for the vulnerability trigger. SetDescription takes only one parameter. The string passed to the function will be set as the new description for the vulnerability once it is triggered.
Syntax
SetDescription(String)
Returns
N/A.
Example
Function Main
SetDescription (“This New description will be set in place of the one specified in the vulnerability")
Main=true
End Function