mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
373 B
373 B
lgtm,codescanning
- Improved modeling of decoding through pickle related functions (which can lead to code execution), resulting in additional sinks for the Deserializing untrusted input query (
py/unsafe-deserialization). Now we fully supportpickle.load,pickle.loads,pickle.Unpickler,marshal.load,marshal.loads,dill.load,dill.loads,shelve.open.