Skip to content

YAML incorrectly parses tags starting with @ and ` #16234

@neclimdul

Description

@neclimdul

http://www.yaml.org/spec/1.2/spec.html#id2774157 specifies that the @ and ` characters are reserved for future use. Tags beginning with them are invalid unless quoted.

Symfony's YAML component allows these to be parsed without fail which when used as direct or implicit validation of correctness allows developers to write invalid YAML.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions