okay, a lot of changes but this basically gets us out of tutorials being hosted locally

This commit is contained in:
cktricky
2015-03-25 19:32:12 -04:00
parent f8c771a84b
commit efe81fb6a6
55 changed files with 168 additions and 4062 deletions
-19
View File
@@ -49,25 +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"
get "breaker"
get "builder"
end
end