-
i got a master kill then glithed outside the map! is there a way to fix this?
-
I am using crytic/slither-action@v0.3.0 within my GitHub Actions and it worked like a charm until a few day ago.
Since it few days it's failing with the following error. I think it is related that …
-
For more flexibility and being able to run slither with the same params locally and in CI.
Remove from CI:
```
slither-args: --filter-paths "./lib|./test" --exclude naming-convention,solc-version…
-
**🧐 Motivation**
Help slither understand read only reentrancy guards by implementing a modifier like `nonReentrant` that does NOT modify the state, and just checks `_reentrancyGuardEntered`.
Sli…
-
[Application][DEBUG] You are running slither-server 0.0.12-dev
[Application][INFO] Starting the server in dev at port 8080...
[Server][INFO] Listening for connections
Snake going to 99
slither-m…
-
first, start server.
```
$ node ./bin/slither
```
second, access slither.io on chrome and execute.
```
forceServer("localhost", 8080)
```
finally, start game. but, server is down :(
console log d…
-
I need to run slither CI test by using the code below, using ignore-compile: true. It was not suitable for a monorepo scenario where the dependency's pnpm-lock file exists at the top level of the repo…
-
### Is your feature request related to a problem? Please describe.
`pip install` accepts `--config-settings X=Y` options, but it seems not possible to pass it using `pipenv install`.
### Describ…
-
Hi,
Seems like the semantic highlight conflict with Slither (v0.0.7)
Enabling Slither removes highlight, disabling it and restarting bring back highlight
I've tried with only Solidity Visual Devel…
-
### Describe the issue:
There is a smart contract
```
// SPDX-License-Identifier: BSL-1.1
pragma solidity ^0.8.26;
library TransferHelper {
/// @notice Transfers tokens from the target…