From ef1d2d29432c0d3a020e8c0c6461faf9de89c822 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 11:19:32 -0400 Subject: Sanitize user inputs --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index e1f4b9a..e267b52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN apt update -y && apt install -y \ python3-flaskext.wtf \ python3-requests \ python3-wtforms \ + python3-bleach \ + python3-urllib3 \ && apt clean \ && rm -rf /var/cache/apt -- cgit v1.2.3