itslilith@lemmy.blahaj.zonetoSelfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
0·
1 month agoNothing too major about how it’s usually used, but the yaml spec does allow arbitrary code execution when parsing a file and relies on the parser to have that feature disabled: https://en.m.wikipedia.org/wiki/YAML#Security
That’s why for python, yaml.save_load()
is a thing. That’s fine for your local config files and may even be a feature for you, but it shouldn’t be used to exchange information between services.
Oh yeah, of course.