-
Notifications
You must be signed in to change notification settings - Fork 261
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
v2.0: ignore tonic audit report #3051
Conversation
block on #3048 |
Agreed. We don't have any risk on this one |
@@ -33,6 +33,9 @@ cargo_audit_ignores=( | |||
|
|||
# curve25519-dalek | |||
--ignore RUSTSEC-2024-0344 | |||
|
|||
# tonic |
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.
Might be nice to add more to the comment. Something like:
"When using tonic::transport::Server there is a remote DoS attack that can cause the server to exit cleanly on accepting a tcp/tls stream.
Ignoring because we do not use this functionality."
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.
more specifically, we don't use the server side of tonic
at all
updated: TIL it won't dismiss your approves |
all green! |
Problem
related to #3050
If I’m not missing anything, we don’t use the fn, so it should be okay to ignore it in the channel branch
Summary of Changes
ignore it