brakeman-min 2.4.2 → 2.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +2 -0
- data/CHANGES +4 -0
- data/lib/brakeman/version.rb +1 -1
- metadata +107 -65
- metadata.gz.sig +0 -0
- checksums.yaml +0 -7
data.tar.gz.sig
ADDED
data/CHANGES
CHANGED
data/lib/brakeman/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,77 +1,107 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brakeman-min
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 25
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 2
|
|
8
|
+
- 4
|
|
9
|
+
- 3
|
|
10
|
+
version: 2.4.3
|
|
5
11
|
platform: ruby
|
|
6
|
-
authors:
|
|
12
|
+
authors:
|
|
7
13
|
- Justin Collins
|
|
8
14
|
autorequire:
|
|
9
15
|
bindir: bin
|
|
10
|
-
cert_chain:
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
16
|
+
cert_chain:
|
|
17
|
+
- |
|
|
18
|
+
-----BEGIN CERTIFICATE-----
|
|
19
|
+
MIIDLjCCAhagAwIBAgIBADANBgkqhkiG9w0BAQUFADA9MQwwCgYDVQQDDANnZW0x
|
|
20
|
+
GDAWBgoJkiaJk/IsZAEZFghicmFrZW1hbjETMBEGCgmSJomT8ixkARkWA29yZzAe
|
|
21
|
+
Fw0xMzEyMTIwMDMxNTdaFw0xNDEyMTIwMDMxNTdaMD0xDDAKBgNVBAMMA2dlbTEY
|
|
22
|
+
MBYGCgmSJomT8ixkARkWCGJyYWtlbWFuMRMwEQYKCZImiZPyLGQBGRYDb3JnMIIB
|
|
23
|
+
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxCHmXCaAcZ4bVjijKoyQFx4N
|
|
24
|
+
dyN7B7bqY8wOXy6f/UZ6mdC8IRAj82KaWQjNE2LT/ObFUWpCRyLdrwjkDjdFDyOT
|
|
25
|
+
mZCZkiOeEy2ZxYGfxXMI/xg24c8r5Xmh16ErsYuprRcg+/KZ6s4UjseBNTARmBK4
|
|
26
|
+
IHcqIdnoWbYa3BWHoflJPaJUIaU+/yTclzFQHpswU7ka8ftIAWeoDQo22gasP/4N
|
|
27
|
+
HtJvAIyg1DcWPLcn0qbZmdehg8HZv8C+2MuLKX/2qZG9eseegMqMlHHabwwEy9Vv
|
|
28
|
+
f/t/+ltLjC0CRa2TqZ2EuQ5EEzbOsqAftaZJFmwv9Ut1UhjmdvR5RfN6dWMQ5QID
|
|
29
|
+
AQABozkwNzALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFPyEKeRy09i8qSr+9KFbeTqw
|
|
30
|
+
kMCSMAkGA1UdEwQCMAAwDQYJKoZIhvcNAQEFBQADggEBALEk8/Wnl2VAqchxWlbg
|
|
31
|
+
RN0MkVUWMf8L0xxUiVKo5QeL4NBViALMBrU6IS4y6zyn+FoULAMEawUjZlZf4Hcg
|
|
32
|
+
S9unev3p+RTWUyksAnA27wHZs/NRIkW34s1ZI5NNE/xyu4ULOQjfh1wOjlWzyHu9
|
|
33
|
+
0t41/CtpgNPM2uAjG3RIqlp7QKXlby50cQqWJQCgTH3JNjMhmROEhTsI6COoApvd
|
|
34
|
+
Ce7Br39yjeoarvekq0wCXBYakUBw/DdZCG7mFZ6xgh01eqnZUsNd8vM+6V6v23Vu
|
|
35
|
+
jk2tMjFT4L1dA3MEsz3+MP144PDhPCh7tPe6yy81BOvyYTVkKzrAkgKwHD1CuvsH
|
|
36
|
+
bdw=
|
|
37
|
+
-----END CERTIFICATE-----
|
|
38
|
+
|
|
39
|
+
date: 2014-03-23 00:00:00 Z
|
|
40
|
+
dependencies:
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
15
42
|
name: ruby_parser
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
requirements:
|
|
18
|
-
- - "~>"
|
|
19
|
-
- !ruby/object:Gem::Version
|
|
20
|
-
version: 3.4.0
|
|
21
|
-
type: :runtime
|
|
22
43
|
prerelease: false
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
44
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
45
|
+
none: false
|
|
46
|
+
requirements:
|
|
47
|
+
- - ~>
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
hash: 23
|
|
50
|
+
segments:
|
|
51
|
+
- 3
|
|
52
|
+
- 4
|
|
53
|
+
- 0
|
|
27
54
|
version: 3.4.0
|
|
28
|
-
- !ruby/object:Gem::Dependency
|
|
29
|
-
name: ruby2ruby
|
|
30
|
-
requirement: !ruby/object:Gem::Requirement
|
|
31
|
-
requirements:
|
|
32
|
-
- - "~>"
|
|
33
|
-
- !ruby/object:Gem::Version
|
|
34
|
-
version: 2.0.5
|
|
35
55
|
type: :runtime
|
|
56
|
+
version_requirements: *id001
|
|
57
|
+
- !ruby/object:Gem::Dependency
|
|
58
|
+
name: ruby2ruby
|
|
36
59
|
prerelease: false
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
60
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
61
|
+
none: false
|
|
62
|
+
requirements:
|
|
63
|
+
- - ~>
|
|
64
|
+
- !ruby/object:Gem::Version
|
|
65
|
+
hash: 5
|
|
66
|
+
segments:
|
|
67
|
+
- 2
|
|
68
|
+
- 0
|
|
69
|
+
- 5
|
|
41
70
|
version: 2.0.5
|
|
42
|
-
- !ruby/object:Gem::Dependency
|
|
43
|
-
name: multi_json
|
|
44
|
-
requirement: !ruby/object:Gem::Requirement
|
|
45
|
-
requirements:
|
|
46
|
-
- - "~>"
|
|
47
|
-
- !ruby/object:Gem::Version
|
|
48
|
-
version: '1.2'
|
|
49
71
|
type: :runtime
|
|
72
|
+
version_requirements: *id002
|
|
73
|
+
- !ruby/object:Gem::Dependency
|
|
74
|
+
name: multi_json
|
|
50
75
|
prerelease: false
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
76
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
77
|
+
none: false
|
|
78
|
+
requirements:
|
|
79
|
+
- - ~>
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
hash: 11
|
|
82
|
+
segments:
|
|
83
|
+
- 1
|
|
84
|
+
- 2
|
|
85
|
+
version: "1.2"
|
|
86
|
+
type: :runtime
|
|
87
|
+
version_requirements: *id003
|
|
88
|
+
description: Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis. This version of the gem only requires the minimum number of dependencies. Use the 'brakeman' gem for a full install.
|
|
59
89
|
email: gem@brakeman.org
|
|
60
|
-
executables:
|
|
90
|
+
executables:
|
|
61
91
|
- brakeman
|
|
62
92
|
extensions: []
|
|
93
|
+
|
|
63
94
|
extra_rdoc_files: []
|
|
64
|
-
|
|
95
|
+
|
|
96
|
+
files:
|
|
97
|
+
- bin/brakeman
|
|
65
98
|
- CHANGES
|
|
99
|
+
- WARNING_TYPES
|
|
66
100
|
- FEATURES
|
|
67
101
|
- README.md
|
|
68
|
-
- WARNING_TYPES
|
|
69
|
-
- bin/brakeman
|
|
70
|
-
- lib/brakeman.rb
|
|
71
102
|
- lib/brakeman/app_tree.rb
|
|
72
103
|
- lib/brakeman/brakeman.rake
|
|
73
104
|
- lib/brakeman/call_index.rb
|
|
74
|
-
- lib/brakeman/checks.rb
|
|
75
105
|
- lib/brakeman/checks/base_check.rb
|
|
76
106
|
- lib/brakeman/checks/check_basic_auth.rb
|
|
77
107
|
- lib/brakeman/checks/check_content_tag.rb
|
|
@@ -123,6 +153,7 @@ files:
|
|
|
123
153
|
- lib/brakeman/checks/check_validation_regex.rb
|
|
124
154
|
- lib/brakeman/checks/check_without_protection.rb
|
|
125
155
|
- lib/brakeman/checks/check_yaml_parsing.rb
|
|
156
|
+
- lib/brakeman/checks.rb
|
|
126
157
|
- lib/brakeman/differ.rb
|
|
127
158
|
- lib/brakeman/format/style.css
|
|
128
159
|
- lib/brakeman/options.rb
|
|
@@ -156,7 +187,6 @@ files:
|
|
|
156
187
|
- lib/brakeman/processors/slim_template_processor.rb
|
|
157
188
|
- lib/brakeman/processors/template_alias_processor.rb
|
|
158
189
|
- lib/brakeman/processors/template_processor.rb
|
|
159
|
-
- lib/brakeman/report.rb
|
|
160
190
|
- lib/brakeman/report/ignore/config.rb
|
|
161
191
|
- lib/brakeman/report/ignore/interactive.rb
|
|
162
192
|
- lib/brakeman/report/initializers/faster_csv.rb
|
|
@@ -180,6 +210,7 @@ files:
|
|
|
180
210
|
- lib/brakeman/report/templates/template_overview.html.erb
|
|
181
211
|
- lib/brakeman/report/templates/view_warnings.html.erb
|
|
182
212
|
- lib/brakeman/report/templates/warning_overview.html.erb
|
|
213
|
+
- lib/brakeman/report.rb
|
|
183
214
|
- lib/brakeman/rescanner.rb
|
|
184
215
|
- lib/brakeman/scanner.rb
|
|
185
216
|
- lib/brakeman/tracker.rb
|
|
@@ -187,30 +218,41 @@ files:
|
|
|
187
218
|
- lib/brakeman/version.rb
|
|
188
219
|
- lib/brakeman/warning.rb
|
|
189
220
|
- lib/brakeman/warning_codes.rb
|
|
221
|
+
- lib/brakeman.rb
|
|
190
222
|
- lib/ruby_parser/bm_sexp.rb
|
|
191
223
|
- lib/ruby_parser/bm_sexp_processor.rb
|
|
192
224
|
homepage: http://brakemanscanner.org
|
|
193
|
-
licenses:
|
|
225
|
+
licenses:
|
|
194
226
|
- MIT
|
|
195
|
-
metadata: {}
|
|
196
227
|
post_install_message:
|
|
197
228
|
rdoc_options: []
|
|
198
|
-
|
|
229
|
+
|
|
230
|
+
require_paths:
|
|
199
231
|
- lib
|
|
200
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
201
|
-
|
|
232
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
233
|
+
none: false
|
|
234
|
+
requirements:
|
|
202
235
|
- - ">="
|
|
203
|
-
- !ruby/object:Gem::Version
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
236
|
+
- !ruby/object:Gem::Version
|
|
237
|
+
hash: 3
|
|
238
|
+
segments:
|
|
239
|
+
- 0
|
|
240
|
+
version: "0"
|
|
241
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
242
|
+
none: false
|
|
243
|
+
requirements:
|
|
207
244
|
- - ">="
|
|
208
|
-
- !ruby/object:Gem::Version
|
|
209
|
-
|
|
245
|
+
- !ruby/object:Gem::Version
|
|
246
|
+
hash: 3
|
|
247
|
+
segments:
|
|
248
|
+
- 0
|
|
249
|
+
version: "0"
|
|
210
250
|
requirements: []
|
|
251
|
+
|
|
211
252
|
rubyforge_project:
|
|
212
|
-
rubygems_version:
|
|
253
|
+
rubygems_version: 1.8.15
|
|
213
254
|
signing_key:
|
|
214
|
-
specification_version:
|
|
255
|
+
specification_version: 3
|
|
215
256
|
summary: Security vulnerability scanner for Ruby on Rails.
|
|
216
257
|
test_files: []
|
|
258
|
+
|
metadata.gz.sig
ADDED
|
Binary file
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: 73220a83ef34f7926ef4f7e67491fbd3303b9433
|
|
4
|
-
data.tar.gz: 4eee59d1bcb0987ff93e3a1be536e67a1a237fc7
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: 2d5c03a11006dec392f60d60c208d7ee96f8464ce270ea5c16700b7f809f17ac2c6f6570dc1056f19acc56600497e7ea302ecd53d6068341aa819e17bb55a86d
|
|
7
|
-
data.tar.gz: b8fd703779f241838ff928aa4f30158eaf966f5f313d976096deb13871abcb257b22b5f07df59bc32c17dbee6c86a51c99901098b33b916e8b964057f25b4244
|