From 741167abec858b5d9336de4a429ab8556af388ac Mon Sep 17 00:00:00 2001 From: Simon Lehericey Date: Fri, 13 Oct 2017 14:54:38 +0200 Subject: [PATCH] [fix #832] sanitize user input --- app/views/new_gestionnaire/dossiers/_champs.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/new_gestionnaire/dossiers/_champs.html.haml b/app/views/new_gestionnaire/dossiers/_champs.html.haml index b9f84cd96..41f1bc85a 100644 --- a/app/views/new_gestionnaire/dossiers/_champs.html.haml +++ b/app/views/new_gestionnaire/dossiers/_champs.html.haml @@ -9,4 +9,4 @@ %th = "#{c.libelle} :" %td - = c.value + = sanitize(c.value)