You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retain data flow as an actual graph e.g. we don't have a straightforward way to get the operations that created a variable like but maybe we can come up with an intuitive way to get this info and add it to the public API.
The text was updated successfully, but these errors were encountered:
Jotting down a list of changes that could improve future versions of Slither and its framework
HighLevelCall
<-> state variable/function footgun (missing instance check forFunction
and accessingir.function
causingAttributeError
) fix(cache-array-length): handle whenHighLevelCall
is aStateVariable
#2019InternalCall
<->SolidityCall
sharingslither/slither/core/cfg/node.py
Line 899 in 2c792b2
AbstractDetector
to use the visitor pattern #1751calls-loop
does not report the context of the loop #1468)Block timestamp
andDangerous strict equalities
#2425 (comment))The text was updated successfully, but these errors were encountered: