Shared views to use in Contrast's web framework test apps.
Once you have configured a sink within @contrast/test-bench-utils,
you're ready to add a shared view here. Shared view templates are rendered with
the following locals provided:
name: the name of the vulnerability being testedlink: a link to OWASP or another reference describing the vulnerabilitysinkData: an array of objects describing the sinks exercising a rule, containing (at least) the following keys:method: the HTTP method being used to submit the attackname: the name of the particular sink being exercisedurl: the api endpoint url to hit
_csrffor Kraken apps, we provide the csrf token to be included as a hidden field within a form
An endpoint may also be configured to provide additional locals to the template to render additional context for a rule. For example, we provide an XML string to the xxe endpoint as a potential attack value.