sbsm 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.0.7 / 24.01.2012
2
+
3
+ * Fix untaint for trans_hander.rb
4
+
1
5
  === 1.0.6 / 20.01.2012
2
6
 
3
7
  * Added untaint to __FILE__ and request.server.document_root in trans_handler.rb
data/lib/sbsm/index.rb CHANGED
@@ -23,7 +23,7 @@
23
23
  # Index -- sbsm -- 04.03.2003 -- hwyss@ywesee.com
24
24
 
25
25
  module SBSM
26
- VERSION = '1.0.6'
26
+ VERSION = '1.0.7'
27
27
  class Index
28
28
  def initialize
29
29
  @values = []
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- # SBSM::TransHandler -- sbsm -- 20.01.2012 -- mhatakeyama@ywesee.com
2
+ # SBSM::TransHandler -- sbsm -- 25.01.2012 -- mhatakeyama@ywesee.com
3
3
  # SBSM::TransHandler -- sbsm -- 23.09.2004 -- hwyss@ywesee.com
4
4
 
5
5
  $USING_STRSCAN = true
@@ -19,9 +19,9 @@ module SBSM
19
19
  @parser_name = name
20
20
  @parser_method = "_#{name}_parser"
21
21
  @grammar_path = File.expand_path("../../data/#{name}.grammar",
22
- File.dirname(__FILE__.untaint))
22
+ File.dirname(__FILE__).untaint)
23
23
  @parser_path = File.expand_path("#{name}_parser.rb",
24
- File.dirname(__FILE__.untaint))
24
+ File.dirname(__FILE__).untaint)
25
25
  end
26
26
  def config(request)
27
27
  config = Hash.new { {} }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbsm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 6
10
- version: 1.0.6
9
+ - 7
10
+ version: 1.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Masaomi Hatakeyama, Zeno R.R. Davatz
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-20 00:00:00 Z
18
+ date: 2012-01-25 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rdoc