Skip to content

Add support for revoking DAST site validations

Dheeraj Joshi requested to merge djadmin-revoke-validation into master

What does this MR do?

Implements #299154 (closed)

This MR adds support to revoke the url validation for a DAST site profile. This would allow users to remove the ability to run an active scan against the website.

Changes

  • Adds a confirmation modal Vue component
  • Shows a warning when multiple site profiles are using same base url (normalizedTargetUrl).
  • Updates the validation status instantly

Designs

#276228 (closed)

Screenshots (strongly suggested)

Basic flow

Labels Modal
image image

Error handling

image

In action

site_revoke

Does this MR meet the acceptance criteria?

Conformity

Edited by Dheeraj Joshi

Merge request reports