Skip to content

Commit 9350944

Browse files
authored
Merge pull request #149 from jeremyevans/readme-disclaimer
Be clear in README that webrick should not be used in production
2 parents 0fb9de6 + 70b026c commit 9350944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ A WEBrick server can be composed of multiple WEBrick servers or servlets to prov
1010

1111
WEBrick also includes tools for daemonizing a process and starting a process at a higher privilege level and dropping permissions.
1212

13+
WEBrick is suitable for use in testing and for development. However, while the developers of WEBrick will attempt to fix security issues, they do not encourage the use of WEBrick to serve production web applications that may be subject to hostile input.
14+
1315
## Installation
1416

1517
Add this line to your application's Gemfile:

0 commit comments

Comments
 (0)