Skip to content

Fix interpolation failure in strings with HTLM

Magdalena Frankiewicz requested to merge bug-interpolation-failure into master

What does this MR do?

This MR is fixing failure in interpolation in strings containing HTML.

Steps to reproduce

  • Add a Kubernetes cluster to a project, install Knative on the cluster.
  • You have to have one deployment, so create a dummy gitlab-ci.yml:
deploy:
  type: deploy
  environment: production
  script:
    - echo "dummy"

and deploy.

  • Go to Operations > Serverless and you should see what's in screenshots
  • Alternatively, see it my example project.

Screenshots

Screen_Shot_2019-12-10_at_11.42.33_AM

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

Merge request reports