зеркало из https://github.com/github/codeql.git
458 B
458 B
lgtm,codescanning
- Improved modeling of the
PyYAML
PyPI package (imported asyaml
) now includessafe_load
,unsafe_load
, andfull_load
(as well as the..._load_all
functions). In the current version of PyYAML (5.4.1), onlysafe_load
andsafe_load_all
are known to be safe from code execution exploits. Consequently, calls to the other functions are modeled as sinks of the Deserializing untrusted input (py/unsafe-deserialization
) query.