From bb51a84f6339801b3310417a2acf6c87291c4b3a Mon Sep 17 00:00:00 2001 From: Ky-Anh Huynh Date: Thu, 6 Aug 2015 23:59:59 +0700 Subject: [PATCH] utils/webcheck.sh: Add a security note --- utils/webcheck.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/utils/webcheck.sh b/utils/webcheck.sh index 3a80e83..4ea5e9f 100755 --- a/utils/webcheck.sh +++ b/utils/webcheck.sh @@ -82,11 +82,16 @@ Description Requirements - Perl with URI::Escape and JSON modules + Perl with URI::Escape and JSON modules. Syntax webcheck.sh [file1] [file2] [...] + +Security note + + Your whole script is encoded and sent over internet to the service. + Please make sure your script is safe. You have been warned. EOF }