Skip to content

Replace v-html with v-safe-html in card_security_discover_app.vue

Kev requested to merge KevSlashNull/gitlab:241937-Replace-v-html into master

What does this MR do?

This MR replaces v-html with v-safe-html in ee/app/assets/javascripts/vue_shared/discover/card_security_discover_app.vue.

Closes to #241937 (closed).

Steps to test

  1. Go to a group that is not on the gold plan.
  2. Go to /groups/<name>/-/security/discover.
  3. Check that the "see other features of the gold plan" is rendered correctly.

image

Screenshots

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 Kev

Merge request reports