Skip to content

Commit 301b14e

Browse files
author
Bill Desmarais
committed
Add language about how not to use Thor
1 parent 0ecea7b commit 301b14e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ utilities. It removes the pain of parsing command line options, writing
1919
build tool. The syntax is Rake-like, so it should be familiar to most Rake
2020
users.
2121

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,
24+
which combined with application user input would provide a command injection attack
25+
vector.
26+
2227
[rake]: https://github.com/ruby/rake
2328

2429
Installation

0 commit comments

Comments
 (0)