提交 6fe2f19f 编写于 作者: J Justin Collins

Use any versions of ActiveSupport >= 2.2 < 3.0

上级 20d823a7
## 0.1.1
* Be more permissive with ActiveSupport version
## 0.1.0
* Check link_to for XSS (because arguments are not escaped)
......
Gem::Specification.new do |s|
s.name = %q{brakeman}
s.version = "0.1.0"
s.version = "0.1.1"
s.authors = ["Justin Collins"]
s.summary = "Security vulnerability scanner for Ruby on Rails."
s.description = "Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis."
s.homepage = "http://github.com/presidentbeef/brakeman"
s.files = ["bin/brakeman", "WARNING_TYPES", "FEATURES", "README.md"] + Dir["lib/**/*.rb"] + Dir["lib/format/*.css"]
s.executables = ["brakeman"]
s.add_dependency "activesupport", "~>2.2.2"
s.add_dependency "activesupport", "~>2.2"
s.add_dependency "ruby2ruby", "~>1.2.4"
s.add_dependency "ruport", "~>1.6.3"
s.add_dependency "erubis", "~>2.6.5"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册