-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QA Report #314
Comments
5 l 1 r 4 nc | [L‑01] | Paymaster can spend arbitrary amounts of gas which are subtracted from user gas limit | | [L‑02] | storePaymasterContextAndCheckMagic() does not check offest is exactly 64 | | [L‑03] | ChainID is not verified to match the current chain ID in Legacy EIP-155 transactions | | [L‑04] | Overflow in lengthRoundedByWords() leads in incorrect lengths | | [L‑05] | Overflow in pointer calculations may read pointer from outside memory range | | [NC‑01] | Gas Per PubData is not signed unless using EIP-712 signatures | | [NC‑02] | ECRecover does not have constraints for s < n and r < n | | [NC‑03] | ECRecover does not allow x_overflow to be set | | [NC‑04] | Check _bytecode.length != 0 in publishCompressedBytecode() | | [NC‑05] | Calling precompile contracts with delegatecall has inconsistent results | |
GalloDaSballo marked the issue as grade-b |
Exceptionally awarding double duplicate at 25% due to the valid finding that has low info and no POC Also awarding B for the unique report Ultimately this warden should have spent more time and sent some findings as Medium after weaponizing them |
See the markdown file with the details of this report here.
The text was updated successfully, but these errors were encountered: