[Mono-bugs] [Bug 60334][Cri] Changed - Possible document exploit via RelaxngGrammar compiler

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Jun 2004 04:24:52 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by atsushi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60334

--- shadow/60334	2004-06-17 03:51:16.000000000 -0400
+++ shadow/60334.tmp.15833	2004-06-17 04:24:52.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 60334
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Critical
 Component: Sys.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -16,6 +16,9 @@
 Cc: 
 Summary: Possible document exploit via RelaxngGrammar compiler
 
 RelaxngValidatingReader should have XmlResolver, like all other Xml classes
 such as XmlSchema, Otherwise some grammar components such as "include" and
 "externalRef" might allow to read resources.
+
+------- Additional Comments From atsushi@ximian.com  2004-06-17 04:24 -------
+Added XmlResolver property to some classes.