File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ Sun Jun 15 22:54:39 2008 GOTOU Yuuzou <gotoyuzo@notwork.org>
2
+
3
+ * lib/webrick/httpservlet/filehandler.rb: should normalize path
4
+ name in path_info to prevent script disclosure vulnerability on
5
+ DOSISH filesystems. (fix: CVE-2008-1891)
6
+ Note: NTFS/FAT filesystem should not be published by the platforms
7
+ other than Windows. Pathname interpretation (including short
8
+ filename) is less than perfect.
9
+
10
+ * lib/webrick/httpservlet/abstract.rb
11
+ (WEBrick::HTTPServlet::AbstracServlet#redirect_to_directory_uri):
12
+ should escape the value of Location: header.
13
+
14
+ * lib/webrick/httpservlet/cgi_runner.rb: accept interpreter
15
+ command line arguments.
16
+
17
+ Sun Jun 15 22:54:39 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
18
+
19
+ * file.c (file_expand_path): support for alternative data stream
20
+ and ignored trailing garbages of NTFS.
21
+
22
+ * file.c (rb_file_s_basename): ditto.
23
+
24
+ * file.c (rb_file_s_extname): ditto.
25
+
1
26
Sun Jun 15 22:52:24 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
2
27
3
28
* string.c (rb_str_cat): fixed buffer overrun reported by
You can’t perform that action at this time.
0 commit comments