-
Notifications
You must be signed in to change notification settings - Fork 36
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
Audit Dependencies #46
Labels
enhancement
New feature or request
Milestone
Comments
|
I suggest setting up a nightly job to run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cargo audit
has detected 3 vulnerabilities in your dependencies. The first one has been a long standing issue in the rust community, and cannot easily be fixed. I wouldn't consider it a vulnerability.The same goes for the
time
dependency, which you might be able to patch:lru
is patchableThese vulnerabilities are all part of substrate, so you could consider not patching them, as rmrk is meant to be a library.
Some other crates have been yanked, consider patching these too.
The text was updated successfully, but these errors were encountered: