crytic/slither
Vedi su GitHubupdate register printer to consider multiple compilation units
Open
#1780 aperta il 20 mar 2023
buggood first issue
Metriche repository
- Star
- (4769 star)
- Metriche merge PR
- (Merge medio 54g 9h) (2 PR mergiate in 30 g)
Descrizione
register_detector applies to each compilation unit
https://github.com/crytic/slither/blob/776dcab44070b2d236ae3bcf3b92f4245f14037a/slither/slither.py#L181-L189
register_printer does not and needs to be updated
https://github.com/crytic/slither/blob/776dcab44070b2d236ae3bcf3b92f4245f14037a/slither/slither.py#L201-L208