Merge pull request #5437 from RasmusWL/small-pyyaml-improvements

Python: Small PyYAML improvements
This commit is contained in:
yoff
2021-03-19 11:15:49 +01:00
committed by GitHub
3 changed files with 87 additions and 111 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Improved modeling of the `PyYAML` PyPI package, so we now correctly treat `CSafeLoader` and `CBaseLoader` as being safe loaders that can not lead to code execution.