From b1c65b7d8671ce0a7100ac07daab55a8c679256f Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Sat, 14 Mar 2020 10:24:17 -0400 Subject: [PATCH] readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82a1a06..8c5834a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # uquiz -simple python quiz engine \ No newline at end of file +simple python quiz engine that uses userdirs and hashes to create a +secure testing enviorment. + +**warning** the argument input is assumed to be safe, it is not parsed +for potential vulnerabilities. if you do not want someone to gain a shell +dont let them specify the args. +