QA Report #212
Labels
bug
Something isn't working
old-submission-method
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
Summary
We list 2 low-critical findings:
(Low) floating pragma
Impact
Floating pragma may cause unexpected compilation time behaviour and introduce unintended bugs.
Proof of Concept
Recommended Mitigation Steps
Don't use
^
, lock pragma to ensure compiler version. e.g.pragma solidity 0.8.4;
(Low) Open TODO
Impact
Open TODO should be resolved.
Proof of Concept
https://github.com/code-423n4/2022-07-ens/blob/main/contracts/dnssec-oracle/DNSSECImpl.sol#L238
Recommended Mitigation Steps
Resolve the TODO.
The text was updated successfully, but these errors were encountered: