-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 Standardize CI across active protocol repos #212
🔧 Standardize CI across active protocol repos #212
Conversation
VAL-489 Standardize CI across active protocol repos
|
Need to either fix the URI encoding, or disable the slither URI warning, either per line or globally. I assume you might not want to touch the solidity code so may be preferable to disable globally. Not sure why slither didn't pick this up before it was changed for this commit? @0xAlcibiades |
if you run slither locally it shows you the high priority warnings in red highly recommend using solc-select when using slither, this was the issue i was having to run locally before: then to select version use |
although @0xAlcibiades @neodaoist can we check this isn't highlighting some unintended behaviour with the uri given the params are dynamic, it can cause clashes? clear/src/TokenURIGenerator.sol Lines 49 to 62 in 63c717e
see https://github.com/crytic/slither/wiki/Detector-Documentation#abi-encodePacked-collision |
ab8a486
to
6c48cf6
Compare
Codecov Report
@@ Coverage Diff @@
## release/v1.0.1 #212 +/- ##
===============================================
Coverage 99.20% 99.20%
===============================================
Files 1 1
Lines 250 250
Branches 41 41
===============================================
Hits 248 248
Partials 2 2 |
No description provided.