Skip to content

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

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

What does this MR do?

This MR replaces v-html with v-safe-html in app/assets/javascripts/ide/components/pipelines/list.vue.

Relates to #241941 (closed).

Steps to test

  1. Go to a project with a .gitlab-ci.yml
  2. Update the yaml file with bad syntax
  3. Commit it and create a MR for the branch
  4. Go to the Web IDE, open the .gitlab-ci.yml, check that the box Found errors in your .gitlab-ci.yml (especially the part "You can test your .gitlab-ci.yml in [CI Lint]") is rendered properly.

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