You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goccy/go-yam has only recently added processing of \r in double quoted strings. We need to upgrade goccy/go-yaml but are currently blocked due to the performance impact solved by goccy/go-yaml#438.
The text was updated successfully, but these errors were encountered:
The new tests specifically test unmarshalling of line feed and carriage
return escape sequences in double qouted strings, as that was an issue
with goccy/go-yaml.
Refs coreruleset#359
goccy/go-yam has only recently added processing of
\r
in double quoted strings. We need to upgrade goccy/go-yaml but are currently blocked due to the performance impact solved by goccy/go-yaml#438.The text was updated successfully, but these errors were encountered: