From 5d0ff6b69e8884b3d84fab3606f00cf195f46723 Mon Sep 17 00:00:00 2001 From: mattx Date: Sat, 21 Mar 2020 18:03:56 +0100 Subject: [PATCH] Whitelist awk --- api/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/main.go b/api/main.go index 424befb..b02965f 100644 --- a/api/main.go +++ b/api/main.go @@ -63,6 +63,7 @@ func Execute(res http.ResponseWriter, req *http.Request) { "brainfuck", "bf", "rust", "bash", + "awk", } // check if the supplied language is supported