[Bug]: cache-array-length
throws "StateVariable object has no attribute view"
#2017
Labels
bug
Something isn't working
Describe the issue:
We have this github workflow file that runs slither in a CI runner
Recently, since the release of slither
0.9.5
, this workflow started to fail with the following error:The latest slither release (
0.9.5
) introduced a newcache-array-length
detectorIf I exclude the
cache-array-length
from slither config then the workflow works fine againWhat am I doing wrong?
Code example to reproduce the issue:
Check this PR
There are 2 commits:
cache-array-length
detector and the workflow works fineVersion:
0.9.5
Relevant log output:
The text was updated successfully, but these errors were encountered: