Pattern: Use of possibly insecure marshal
module
Issue: -
marshal
module appears to be in use, causing a possible security issue. It is not intended to be secure against erroneous or maliciously constructed data. Never unmarshal data received from an untrusted or unauthenticated source.
This rule checks for the following calls:
marshal.load
marshal.loads