From a906f04707396eab9a19c9d3de66267b1bf7f117 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Wed, 15 Feb 2023 22:14:50 +0100 Subject: [PATCH] sanitize --- app/views/extranet/organizations/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/extranet/organizations/show.html.erb b/app/views/extranet/organizations/show.html.erb index 05921512f..54a9724eb 100644 --- a/app/views/extranet/organizations/show.html.erb +++ b/app/views/extranet/organizations/show.html.erb @@ -5,7 +5,7 @@ <div class="row"> <div class="col-md-9"> <div class="biography mb-5"> - <p><%= @organization.text %></p> + <p><%= sanitize @organization.text %></p> </div> </div> </div> -- GitLab