-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
ci: fix audit #32932
ci: fix audit #32932
Conversation
we can ignore the regression program count error. it's not related to this PR. |
you sure this didn't somehow trigger more builds? i wouldn't expect webpki to be linked into any bpf stuff, but i've seen dumber occurrences |
yeah. tbh I had a PR yesterday to increase the number to 18 #32922. I just forgot to rebase this one before I open it 😢 |
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.
|
It looks like v1.16 is also affected by this issue? seems like #32943, on v1.16, just failed due to this too. Backport to v1.16? |
yeah my bad! thank you for pointing this out! |
* ci: bump rustls-webpki to 0.101.4 * ci: ignore RUSTSEC-2023-0052 (cherry picked from commit e4a2d14) # Conflicts: # Cargo.lock # ci/do-audit.sh # programs/sbf/Cargo.lock
Summary of Changes