Skip to content

Add help text and tooltips - Dast site profile form

Dheeraj Joshi requested to merge djadmin-improve-ux-site-profile into master

Related issue

What does this MR do?

  • Add help text & tooltip for Excluded Urls & Request headers fields (text areas)
  • Add max allowed length check for aforementioned fields (Future iteration to build character counter)

Feature flag

  • Enable the flag to test the changes locally

echo "Feature.enable(:security_dast_site_profiles_additional_fields)" | rails c

Screenshots (strongly suggested)

Create new profile

Before After
image image

tooltips

excluded urls request headers
image image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Dheeraj Joshi

Merge request reports