You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RailsGoat is a vulnerable version of the Ruby on Rails Framework from versions 3 to 5. It includes vulnerabilities from the OWASP Top 10, as well as some "extras" that the initial project contributors felt worthwhile to share. This project is designed to educate both developers, as well as security professionals.
3
+
RailsGoat is a vulnerable version of the Ruby on Rails Framework from versions 3 to 6. It includes vulnerabilities from the OWASP Top 10, as well as some "extras" that the initial project contributors felt worthwhile to share. This project is designed to educate both developers, as well as security professionals.
4
4
5
5
## Support
6
6
@@ -18,7 +18,7 @@ After installing the above software, clone this repo:
18
18
$ git clone git@github.com:OWASP/railsgoat.git
19
19
```
20
20
21
-
**NOTE: NOT NECESSARY IF YOU WANT TO WORK WITH RAILS 5.** Otherwise, if you wish to use the Rails 3 or 4 versions, you'll need to switch branches:
21
+
**NOTE: NOT NECESSARY IF YOU WANT TO WORK WITH RAILS 6.** Otherwise, if you wish to use the Rails 3 or 4 versions, you'll need to switch branches:
22
22
23
23
```bash
24
24
$ cd railsgoat
@@ -73,7 +73,7 @@ Note: if your container exits with an error, it may be because a server is alrea
73
73
```
74
74
A server is already running. Check /myapp/tmp/pids/server.pid.
75
75
=> Booting Thin
76
-
=> Rails 5.0.1 application starting in development on
76
+
=> Rails 6.0.0 application starting in development on
0 commit comments