OWASP / railsgoat

A vulnerable version of Rails that follows the OWASP Top 10
railsgoat.cktricky.com
MIT License
867 stars 667 forks source link

Use Github's "release" feature with RailsGoat. #332

Closed jasnow closed 6 years ago

jasnow commented 6 years ago

Use Github's release feature with RailsGoat.

cktricky commented 6 years ago

I've added 3 releases. rails.3, rails.4, and rails5.0.0. Rails 3/4 I didn't feel we had any need for minor/major versions since we typically don't perform any work on those releases anymore. This is why they're just rails.3 and rails.4 However, since the Rails 5 branch (master)will have future releases, I did a version 5.0.0. to allow for minor/major releases.

If this is sufficient, please close the issue @jasnow. If not, let me know what you'd like changed 👍

jasnow commented 6 years ago

LGTM - Closing issue

jasnow commented 6 years ago

@cktricky - Thanks