abi.encodePacked
should not be used with dynamic types when passing the result to a hash function such as keccak256
.
use of abi.encodePacked
could lead to hash collisions
Use abi.encode()
instead which will pad items to 32 bytes
, which will prevent hash collisions
Known issue: lightchaser
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.