We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026c521 commit 0083edbCopy full SHA for 0083edb
config/config_xml.go
@@ -8,9 +8,6 @@ import (
8
// the value pointed to by v, which must be an arbitrary struct,
9
// slice, or string. Well-formed data that does not fit into v is
10
// discarded.
11
-//
12
-// Security: This function uses xml.Decoder with strict settings to prevent
13
-// XXE (XML External Entity) attacks.
14
func UnmarshalXML(content []byte, v interface{}) error {
15
return xml.Unmarshal(content, v)
16
}
0 commit comments