We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ecea7b + 345ee5a commit 688c3f2Copy full SHA for 688c3f2
README.md
@@ -19,7 +19,13 @@ utilities. It removes the pain of parsing command line options, writing
19
build tool. The syntax is Rake-like, so it should be familiar to most Rake
20
users.
21
22
+Please note: Thor, by design, is a system tool created to allow seamless file and url
23
+access, which should not receive application user input. It relies on [open-uri][open-uri],
24
+which combined with application user input would provide a command injection attack
25
+vector.
26
+
27
[rake]: https://github.com/ruby/rake
28
+[open-uri]: https://ruby-doc.org/stdlib-2.5.1/libdoc/open-uri/rdoc/index.html
29
30
Installation
31
------------
0 commit comments