SetDescription

SetDescription 関数を使用すると、脆弱性起動のより詳しい理由を示すように脆弱性説明をプログラム的に変更することで、単純なフィードバックをユーザーに返すことができます。 SetDescription のパラメーターは 1 つだけです。 この関数に渡される文字列は、脆弱性の起動後に脆弱性の新しい説明として設定されます。

構文

SetDescription(String)

戻り値

該当なし

Function Main

SetDescription (“This New description will be set in place of the one specified in the vulnerability")

Main=true

End Function