ansible/changelogs/fragments/fix_safe_eval.yml

3 lines
215 B
YAML
Raw Normal View History

bugfixes:
- Handle improper variable substitution that was happening in safe_eval, it was always meant to just do 'type enforcement' and have Jinja2 deal with all variable interpolation. Also see CVE-2019-10156