Re: Robustness of CoreData against malicious documents?
Re: Robustness of CoreData against malicious documents?
- Subject: Re: Robustness of CoreData against malicious documents?
- From: Jim Correia <email@hidden>
- Date: Tue, 4 Apr 2006 14:52:20 -0400
On Apr 4, 2006, at 12:10 PM, Cem Karan wrote:
On Apr 4, 2006, at 11:57 AM, William Bumgarner wrote:
Validating an XML schema is an expensive operation. You can find
the CoreData DTD in /System/Library/DTDs (along with DTDs for
other XML based data formats on the system).
In general, Core Data will toss an exception or return an NSError
(return NO/nil and fill in an NSError**, really) in the face of
malformed data.
I know that its an expensive operation, but I need to be able to do
it; we're just too tempting a target.
Does setting the option that tells Core Data to validate an XML store
when opening not work for you?
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden