encoding/xml: document security guarantees #47058
Labels
Documentation
Issues describing a change to documentation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
The guarantees of encoding/xml are quite unclear. Presumably it will not panic, use excessive CPU or memory (relative to the input size), or violate memory safety on any input. Is it guaranteed to be deterministic?
The text was updated successfully, but these errors were encountered: