brakeman 1.9.0.pre2 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +20 -0
- data/lib/brakeman/version.rb +1 -1
- metadata +8 -12
data/CHANGES
CHANGED
@@ -1,3 +1,23 @@
|
|
1
|
+
# 1.9.0
|
2
|
+
|
3
|
+
* Update to RubyParser 3
|
4
|
+
* Ignore route information by default
|
5
|
+
* Support `strong_parameters`
|
6
|
+
* Support newer `validates :format` call
|
7
|
+
* Add scan time to reports
|
8
|
+
* Add Brakeman version to reports
|
9
|
+
* Fix `CheckExecute` to warn on all string interpolation
|
10
|
+
* Fix false positive on `to_sql` calls
|
11
|
+
* Don't mangle whitespace in JSON code formatting
|
12
|
+
* Add AppTree as facade for filesystem (brynary)
|
13
|
+
* Add link for translate vulnerability warning (grosser)
|
14
|
+
* Rename LICENSE to MIT-LICENSE, remove from README (grosser)
|
15
|
+
* Add Rakefile to run tests (grosser)
|
16
|
+
* Better default config file locations (grosser)
|
17
|
+
* Reduce Sexp creation
|
18
|
+
* Handle empty model files
|
19
|
+
* Remove "find by regex" feature from `CallIndex`
|
20
|
+
|
1
21
|
# 1.8.3
|
2
22
|
|
3
23
|
* Use `multi_json` gem for better harmony
|
data/lib/brakeman/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brakeman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 51
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 9
|
9
9
|
- 0
|
10
|
-
|
11
|
-
- 2
|
12
|
-
version: 1.9.0.pre2
|
10
|
+
version: 1.9.0
|
13
11
|
platform: ruby
|
14
12
|
authors:
|
15
13
|
- Justin Collins
|
@@ -17,7 +15,7 @@ autorequire:
|
|
17
15
|
bindir: bin
|
18
16
|
cert_chain: []
|
19
17
|
|
20
|
-
date: 2012-12-
|
18
|
+
date: 2012-12-25 00:00:00 Z
|
21
19
|
dependencies:
|
22
20
|
- !ruby/object:Gem::Dependency
|
23
21
|
name: activesupport
|
@@ -308,14 +306,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
308
306
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
309
307
|
none: false
|
310
308
|
requirements:
|
311
|
-
- - "
|
309
|
+
- - ">="
|
312
310
|
- !ruby/object:Gem::Version
|
313
|
-
hash:
|
311
|
+
hash: 3
|
314
312
|
segments:
|
315
|
-
-
|
316
|
-
|
317
|
-
- 1
|
318
|
-
version: 1.3.1
|
313
|
+
- 0
|
314
|
+
version: "0"
|
319
315
|
requirements: []
|
320
316
|
|
321
317
|
rubyforge_project:
|