-
### Description
Fix & upgrade slither setup and processes according to [spec doc](https://www.notion.so/Make-Slither-Great-Again-a633364c388349188f7372f680e93da3?pvs=4)
### Acceptance Criteria
- [ …
-
### Describe the issue:
Even thought the compiler works just fine :
```
'npx hardhat clean' running (wd: /Users/developer/solidity/project)
'npx hardhat clean --global' running (wd: /Users/de…
-
In https://github.com/ethereum-optimism/optimism/pull/9405 I'm trying to use slither-action in a monorepo, which seems related to the cause of my issues:
1. Running `slither .` locally (after triag…
mds1 updated
8 months ago
-
# Lines of code
https://github.com/code-423n4/2024-06-panoptic/blob/153f0d82440b7e63075d55b0659706531431145f/contracts/SemiFungiblePositionManager.sol#L404-L428
https://github.com/code-423n4/2024-06-…
-
Trying to run Slither on [Frax staking contract](https://github.com/FraxFinance/frax-solidity/blob/master/src/hardhat/contracts/Staking/CommunalFarm.sol), I get this error:
```
Traceback (most recen…
-
### Describe the desired feature
Currently we only have "how to install" section for slither , but don't have "how to uninstall" as well as "how to upgrade "sections for it .
Consider to add some …
-
```
$ slither --version
0.8.0
```
Please consider [the following code](https://github.com/keep-network/keep-core/blob/5bc95364647baabb9b6c7951805b9fb2681dcdfb/solidity/random-beacon/contracts/li…
-
## BTA-01M: Incorrect Emittance of Event
| Type | Severity | Location |
| ---- | -------- | -------- |
| [Logical Fault](/appendix/finding-types#logical-fault) | | [BaseTxAuthDataVerifier.sol:L1…
-
I am having trouble running Slither on the following codebase: https://github.com/rocket-pool/rocketpool/tree/a65b203cf99c7a991c2d85a7468a97bfb5dbba31. I will try to describe the steps leading to the …
-
**Table of Contents:**
- [Help the optimizer by saving a storage variable's reference instead of repeatedly fetching it](#help-the-optimizer-by-saving-a-storage-variables-reference-instead-of-repeate…