Merge pull request #197 from OWASP/tuts

This removes tutorials from the local copy of railsgoat in favor of the wiki
This commit is contained in:
Ken Johnson
2015-03-27 15:04:05 -07:00
54 changed files with 172 additions and 4059 deletions
-17
View File
@@ -49,23 +49,6 @@ Railsgoat::Application.routes.draw do
resources :tutorials do
collection do
get "credentials"
get "injection"
get "xss"
get "broken_auth"
get "insecure_dor"
get "csrf"
get "misconfig"
get "exposure"
get "url_access"
get "insecure_components"
get "access_control"
get "ssl_tls"
get "redirects"
get "guard"
get "mass_assignment"
get "gauntlt"
get "logic_flaws"
get "metaprogramming"
end
end