mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
458 B
458 B
lgtm,codescanning
- Improved modeling of the
PyYAMLPyPI package (imported asyaml) now includessafe_load,unsafe_load, andfull_load(as well as the..._load_allfunctions). In the current version of PyYAML (5.4.1), onlysafe_loadandsafe_load_allare 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.