This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author joker
Recipients joker, steven.daprano
Date 2021-07-28.07:04:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627455892.34.0.478466177717.issue44757@roundup.psfhosted.org>
In-reply-to
Content
Hi Steven D'Aprano,
well first of all thank you to posting reply on this. Could please fix this follwoing errors of the code?

import python
from CallNode call
where call = value::named("yaml.load").getACall()
where call.getrNode(), "yaml.load function is unsafe when loading data from untrusted sources. Use yaml.safe_load instead"
History
Date User Action Args
2021-07-28 07:04:52jokersetrecipients: + joker, steven.daprano
2021-07-28 07:04:52jokersetmessageid: <1627455892.34.0.478466177717.issue44757@roundup.psfhosted.org>
2021-07-28 07:04:52jokerlinkissue44757 messages
2021-07-28 07:04:52jokercreate