Skip to content

Render HTML tags in job log

Fabio Pitino requested to merge render-html-tags-in-job-log into master

What does this MR do?

In previous version of the job log we were escaping HTML tags as it was rendered as is in the frontend. With the new job log JSON we don't need to transform < into &lt; because the HTML is being escaped in VueJS.

Related issue: #31162 (closed)

Screenshots

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 Kamil Trzciński

Merge request reports