Skip to content

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

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

What does this MR do?

This MR replaces v-html with v-safe-html in app/assets/javascripts/diffs/components/no_changes.vue.

Relates to #241867 (closed).

Screenshots

  1. Go to a project
  2. Create a new branch from your default branch
  3. Create a MR for that branch into your default branch
  4. Go to Changes and check that the text No changes between... is rendered correctly.

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 Kev

Merge request reports