Open
Description
Describe the bug
It seems that we assume that hashing is perfect in some places. Specifically, here, we generate a sequence of 32 letters+numbers using md5
and directly use that as the disk/memory cache key:
Line 477 in f473388
Describe the bug
It seems that we assume that hashing is perfect in some places. Specifically, here, we generate a sequence of 32 letters+numbers using md5
and directly use that as the disk/memory cache key:
Line 477 in f473388
Activity