chore: add RUSTSEC-2024-0436 to ignore list for cargo deny #3526
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
paste
is a library that helps combine strings when building proc macros. It is used in several datafusion crates as well as in our own creates (we brought it over when we vendored bitpacking).RUSTSEC-2024-0436 reports that paste is unmaintained
However, it appears the main reason is simply that
paste
is more or less a "finished" library. It is one of the 200 most downloaded rust libraries (it is somewhat ubiquitous when building proc macros) and it seems likely that someone will step up and fix any security issues that are detected.This seems an acceptable risk to ignore this advisory.