mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 06:13:54 -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
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue