Skip to main content
Module missing_zero_check
forge_
lint
1.7.2
Module missing_
zero_
check
Module Items
Structs
Statics
Functions
In forge_
lint::
sol::
low
forge_lint
::
sol
::
low
Module
missing_
zero_
check
Copy item path
Source
Structs
ยง
Analyzer
๐
Tracks address-parameter taint, sinks reached, and guards observed in a function body.
Statics
ยง
MISSING_
ZERO_
CHECK
Functions
ยง
collect_
modifier_
guards
๐
Maps each direct-ident modifier argument back to its caller-side parameter, runs the same guard analysis on the modifier body, and records any caller params whose mapped modifier parameter is guarded.
collect_
taint_
sources
๐
is_
address_
state_
var_
lhs
๐
is_
entry_
point
๐
Externally callable, state-mutating functions and constructors.
lhs_
local_
var
๐
Returns the underlying local
VariableId
if
lhs
is a direct identifier reference to a non-state variable.