Skip to content

Update controller.py#13

Merged
chestm007 merged 1 commit intochestm007:masterfrom
cz-themax:patch-1
Jan 15, 2022
Merged

Update controller.py#13
chestm007 merged 1 commit intochestm007:masterfrom
cz-themax:patch-1

Conversation

@cz-themax
Copy link
Copy Markdown
Contributor

It is reported that in PyYAML before 4.1, usage of yaml.load() function on untrusted input could lead to arbitrary code execution. It is therefore recommended to use yaml.safe_load() instead. With 4.1, yaml.load() has been changed to call safe_load().

--

Gentoo Security Scout
Vladimir Krstulja

It is reported that in PyYAML before 4.1, usage of yaml.load() function on untrusted input could lead to arbitrary code execution. It is therefore recommended to use yaml.safe_load() instead. With 4.1, yaml.load() has been changed to call safe_load().

* Report:          http://seclists.org/oss-sec/2018/q2/240
* Upstream change: yaml/pyyaml#74
* CVE:             pending

--

Gentoo Security Scout
Vladimir Krstulja
@chestm007 chestm007 merged commit b0cb2d0 into chestm007:master Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants