Due to unbounded alias chasing, a maliciously crafted YAML file can cause the system to consume significant system resources. If parsing user input, this may be used as a denial of service vector.
{ "imports": [ { "path": "gopkg.in/yaml.v2", "symbols": [ "Decoder.Decode", "Unmarshal", "UnmarshalStrict", "decoder.unmarshal" ] } ] }
{ "imports": [ { "path": "github.com/go-yaml/yaml", "symbols": [ "Decoder.Decode", "Unmarshal", "UnmarshalStrict", "decoder.unmarshal" ] } ] }