aptakhin/regress

View on GitHub
testoot/serializers.py

Summary

Maintainability
A
0 mins
Test Coverage

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.
Open

        return pickle.load(stream)
Severity: Minor
Found in testoot/serializers.py by bandit

Consider possible security implications associated with pickle module.
Open

import pickle
Severity: Info
Found in testoot/serializers.py by bandit

There are no issues that match your filters.

Category
Status