-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
ctb: Update slither config #5296
Conversation
|
✅ Deploy Preview for opstack-docs canceled.
|
The slither db has absolute paths to files on your filesystem which is kind of strange, meaning its not deterministic between running it on different machines. What is the slither db useful for? To make it deterministic, we would want to run it in a docker image |
The db is created when you run slither using
I agree, that is weird and in my experience slither doesn't depend on those values anyways. I think it's fine because triage mode should only ever be run locally. |
73c2a57
to
b2678da
Compare
CI is failing. |
Excludes all findings except for high severity. Also moves all config to the config file.
e6f8c98
to
2178b43
Compare
looks like |
01962e1
to
372ebb9
Compare
Also ensures that absolute local paths are not stored in the slither db.
6e6707c
to
9d23559
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Was waiting for CI to go green.
This PR has been added to the merge queue, and will be merged soon. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Description