Skip to content
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: remove unnecessary rustsec for the tonic cve #25516

Merged
merged 4 commits into from
Nov 4, 2024

Conversation

hiltontj
Copy link
Contributor

@hiltontj hiltontj commented Nov 4, 2024

cargo deny was showing that no crate matched the advisory criteria for this RUSTSEC advisory, so this PR removes the ignore entry.

In addition, the hashbrown crate was causing a new audit failure, and updating it required that the Zlib license be added to our list of allowed licenses.

No issue for this, but it is blocking another PR at the moment (#25515).

cargo deny was showing that no crate matched the advisory criteria
This updates hashbrown to fix an audit failure and disables its default
features, as the new version brings in a crate, `foldhash` that uses a
license which we do not have approval for yet. Once we get approval, we
can enable the feature in hashbrown.
@hiltontj hiltontj self-assigned this Nov 4, 2024
@hiltontj hiltontj added the v3 label Nov 4, 2024
@hiltontj hiltontj marked this pull request as ready for review November 4, 2024 19:56
@hiltontj hiltontj requested a review from pauldix November 4, 2024 19:57
@hiltontj hiltontj merged commit ec01934 into main Nov 4, 2024
14 checks passed
@hiltontj hiltontj deleted the hiltontj/rustsec-tonic branch November 4, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants