Package

uk.gov.hmrc.zap

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ScanStatus extends AnyRef

    Permalink
  2. case class Scanner(id: String, name: String, scannerType: String) extends Product with Serializable

    Permalink
  3. case class ZapAlert(other: String = "", method: String = "", evidence: String = "", pluginId: String = "", cweid: String, confidence: String = "", wascid: String = "", description: String = "", messageId: String = "", url: String, reference: String = "", solution: String = "", alert: String = "", param: String = "", attack: String = "", name: String = "", risk: String = "", id: String = "") extends Product with Serializable

    Permalink
  4. case class ZapAlertFilter(cweid: String, url: String) extends Product with Serializable

    Permalink
  5. class ZapAlerts extends AnyRef

    Permalink
  6. case class ZapContext(id: String, name: String, policy: String) extends Product with Serializable

    Permalink
  7. class ZapScan extends Eventually

    Permalink
  8. class ZapSetUp extends AnyRef

    Permalink
  9. class ZapTearDown extends AnyRef

    Permalink

Value Members

  1. object ScanCompleted extends ScanStatus with Product with Serializable

    Permalink
  2. object ScanNotCompleted extends ScanStatus with Product with Serializable

    Permalink
  3. object UrlsNotCaptured extends ScanStatus with Product with Serializable

    Permalink

Ungrouped