VulnerabilityLocationDast

class Object
trait Matchable
class Any

Value members

Concrete methods

def hostname: SelectionBuilder[VulnerabilityLocationDast, Option[String]]

Domain name of the vulnerable request.

Domain name of the vulnerable request.

def param: SelectionBuilder[VulnerabilityLocationDast, Option[String]]

Query parameter for the URL on which the vulnerability occurred.

Query parameter for the URL on which the vulnerability occurred.

def path: SelectionBuilder[VulnerabilityLocationDast, Option[String]]

URL path and query string of the vulnerable request.

URL path and query string of the vulnerable request.

def requestMethod: SelectionBuilder[VulnerabilityLocationDast, Option[String]]

HTTP method of the vulnerable request.

HTTP method of the vulnerable request.