-
Notifications
You must be signed in to change notification settings - Fork 91
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
UbiquiStick slither checks #472
Comments
Is this to remove the exclusion or to actually fix the issues that Slither raises? |
This issue is to fix the issues that Slither raises. |
Also I believe that Slither has been disabled so we should probably update this issue and make sure that the entire thing works? I have some doubts with implementing Slither at the moment if we are still doing some large code changes (e.g. Diamond) is it a better idea to wait or does it make sense to iterate towards full code coverage? |
Final checks should definitely happen when contracts move to a staging phase, but best practice is to write secure code from the jump. If we get to staging and the vulnerabilities run too deep, there's potential for refactoring that could delay production by weeks or months. Right now there's far too many places where we're not following the Checks Effects Interactions pattern and instead relying on non-reentrant modifiers
…------- Original Message -------
On Tuesday, February 14th, 2023 at 6:33 PM, アレクサンダー.eth ***@***.***> wrote:
Also I believe that Slither has been disabled so we should probably update this issue and make sure that the entire thing works?
I have some doubts with implementing Slither at the moment if we are still doing some large code changes (e.g. Diamond) is it a better idea to wait or does it make sense to iterate towards full code coverage?
—
Reply to this email directly, [view it on GitHub](#472 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AUINN7SNS3WML6BHKS4LDILWXQ57ZANCNFSM6AAAAAATY7FCSE).
You are receiving this because you commented.Message ID: ***@***.***>
|
You have to take false positives into consideration as well |
@pavlovcik @rndquu this seems similar to #536 can i work on this? |
sure |
#687 #681 has 1 review still pending can i unassign them or i gotta wait? |
/start |
Skipping |
@pavlovcik can we assign @AnakinSkywalkeer ? There are 2 pending PRs (one and two) but they are waiting for @zgorizzo69 's review |
i solved some errors but other requires me to ask questions about should i open the PR ? |
@AnakinSkywalkeer The time limit for this bounty is on Wed, 28 Jun 2023 20:57:31 GMT |
pls open a PR |
I was too late to get to this in time but this should be a one day issue, not a one week issue. I still have to re-check all of these old issues' labels. |
@AnakinSkywalkeer notice that we've updated the time label from |
oh okay |
[ CLAIM 200 WXDAI ]
|
Right now we have slither disabled for this folder.
What should be done:
src/ubiquistick
fromfilter_paths
in the slither config filesrc/ubiquistick
folderOriginally posted by @0xcodercrane in #417 (comment)
The text was updated successfully, but these errors were encountered: