mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 14:23:53 -07:00
utils/webcheck.sh: Add a security note
This commit is contained in:
parent
979a65ddb0
commit
bb51a84f63
1 changed files with 6 additions and 1 deletions
|
@ -82,11 +82,16 @@ Description
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
|
|
||||||
Perl with URI::Escape and JSON modules
|
Perl with URI::Escape and JSON modules.
|
||||||
|
|
||||||
Syntax
|
Syntax
|
||||||
|
|
||||||
webcheck.sh [file1] [file2] [...]
|
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
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue