Emilio López
Emilio López
[Bug-Candidate]: Foundry project with node module dependencies can not be analyzed in github action.
Hi! You can use `--ignore-compile` flag on the command line locally to set that.
[Bug-Candidate]: Foundry project with node module dependencies can not be analyzed in github action.
did you try what I suggested here (adding `--build-info`) https://github.com/crytic/slither-action/issues/96#issuecomment-3292037728 ?
[Bug-Candidate]: Foundry project with node module dependencies can not be analyzed in github action.
@Supeeerpower we're looking into it with @smonicas, we suspect it could be related to this foundry issue https://github.com/foundry-rs/compilers/issues/246 as you have source files outside of the foundry project root (namely...
@smonicas there's a deeper issue to how strings are represented; for example in this contract both of these constants look the same to Slither while they're different values: ```solidity contract...
> If the same constant is repeated twice is not a big deal 😄 that's the thing, it's not the same constant 😅 but slither sees it as the same.
This change converts everything in strings to hex notation and therefore avoids these "confusion" sorts of issues, but it's probably not a good fix for long-term. Just sharing it here...
Hi @nivcertora ! Thanks for the report. If you have some time, could you check if the changes in https://github.com/crytic/slither/pull/2662 improve the situation? From my understanding, the issue stems from...
You should be able to install it from the PR branch with `pip install https://github.com/crytic/slither/archive/refs/heads/fix-unicode-src-mappings.zip`
Hi! thanks for the PR. I suspect this might have been done on purpose to keep mypy happy and it might not be a typo. We don't seem to be...
@dependabot rebase