aptakhin/regress

View on GitHub

Showing 23 of 23 total issues

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

TODO found
Open

            # TODO: refactor this strange logic
Severity: Minor
Found in testoot/base_testoot.py by fixme

Consider possible security implications associated with pickle module.
Open

import pickle
Severity: Info
Found in testoot/serializers.py by bandit
Severity
Category
Status
Source
Language