-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update on recursive changes #147
Comments
I don't feel like potentially reimplementing Cargo's package resolution and I'm not quite sure that this is entirely in scope, so send a patch if you want this. |
In my opinion this feature would significantly increase security if implemented. I'm willing to write a patch if I can, although I'm not sure if I'm up to the task just yet. I'll provide an update when I know more. |
Based on my research this isn't possible to detect. When installing using I should note that my understanding of Cargo is somewhat limited, however in my opinion this issue can be closed as there is no reasonable way to implement it without changing the nature and scope of the project completely. If any users are concerned about security issues in transitive dependencies, they should periodically run updates with the --force flag. |
A bug (e.g. a securitry issue) might be in a dependency used by a package. Is it possible for cargo-update to detect newer versions of depending packages and rebuild the software with this new version?
The text was updated successfully, but these errors were encountered: