gootsaud / bike-riding

Audit required: Use of pickle module BAN-B301
Security
Major
a year agoa year old
Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.
 68            self.reset()
 69            return
 70        # the source code of the file changed, we need to reload
 71        checksum = pickle.load(f) 72        if self.checksum != checksum:
 73            self.reset()
 74            return