-
- 下载
Merge branch 'rack_attack' of /home/git/repositories/gitlab/gitlabhq
显示
- .gitignore 1 个添加, 0 个删除.gitignore
- Gemfile 3 个添加, 0 个删除Gemfile
- Gemfile.lock 3 个添加, 0 个删除Gemfile.lock
- app/views/help/_layout.html.haml 3 个添加, 0 个删除app/views/help/_layout.html.haml
- app/views/help/index.html.haml 4 个添加, 0 个删除app/views/help/index.html.haml
- app/views/help/security.html.haml 15 个添加, 0 个删除app/views/help/security.html.haml
- config/application.rb 3 个添加, 0 个删除config/application.rb
- config/initializers/rack_attack.rb.example 16 个添加, 0 个删除config/initializers/rack_attack.rb.example
- config/routes.rb 1 个添加, 0 个删除config/routes.rb
- doc/install/installation.md 7 个添加, 0 个删除doc/install/installation.md
- doc/security/rack_attack.md 19 个添加, 0 个删除doc/security/rack_attack.md
- doc/update/6.1-to-6.2.md 100 个添加, 0 个删除doc/update/6.1-to-6.2.md
... | ... | @@ -120,6 +120,9 @@ gem "underscore-rails", "~> 1.4.4" |
# Sanitize user input | ||
gem "sanitize" | ||
# Protect against bruteforcing | ||
gem "rack-attack" | ||
group :assets do | ||
gem "sass-rails" | ||
gem "coffee-rails" | ||
... | ... |
app/views/help/security.html.haml
0 → 100644
config/initializers/rack_attack.rb.example
0 → 100644
doc/security/rack_attack.md
0 → 100644
doc/update/6.1-to-6.2.md
0 → 100644
想要评论请 注册 或 登录