-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: update deps and fix cargo-deny config #550
Conversation
@@ -3,7 +3,10 @@ version = 2 | |||
db-path = "~/.cargo/advisory-db" | |||
db-urls = ["https://github.com/rustsec/advisory-db"] | |||
yanked = "warn" | |||
ignore = [] | |||
ignore = [ | |||
{ id = "RUSTSEC-2024-0436", reason = "paste is a stable crate and we do not consider it being unmaintained as a security risk" }, |
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.
TIL there is a reason
field we can use in the ignore
block.
/merge |
View all feedbacks in Devflow UI.
The median merge time in
This pull request was merged directly. |
/merge -c |
View all feedbacks in Devflow UI.
This merge request was already processed and can't be unqueued anymore. To get help about command usage, write If you need support, contact us on Slack #devflow with those details! |
Summary
Two parts:
cargo-deny
configuration to compensate for two recent RUSTSEC advisories that we would dispute as being not relevant to uspaste
is now "unmaintained", but it's been stable basically since it was created, so who cares?protobuf
has an issue related to uncontrolled recursion when decoding payloads, but we only use it for encoding payloads, and never for decodingChange Type
How did you test this PR?
N/A
References
N/A