-
Notifications
You must be signed in to change notification settings - Fork 1.5k
security_audit
CI check is failing on main
#15571
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
Comments
take |
For now, it might be best to just allow this warning. Since everything is working fine as it is. Alternatively we could try to use 'proc-macro-error2' instead, but that might cause new problems because it's not exactly the same as the old one. If you agree with this, I'll submit a PR to add this warning to the allowlist for now. Found a PR from another community that someone trying to replace it with 'proc-macro-error2': yewstack/yew#3752 |
Can we try |
Another approach would be to remove the use of While more work this would likely be an easier to maintain long term solution https://crates.io/crates/structopt The docs page basically says it is in maintenance mode; https://docs.rs/structopt/0.3.26/structopt/#maintenance
|
Using |
cargo audit
is failing on mainsecurity_audit
CI check is failing on main
I agree that removing structopt is the best approach To fix the CI check, perhaps we can temporarily ignore that warning as it relates to a tool that is not published as part of DataFusion |
Great, I will go ahead submit a PR to ignore it first |
Thank you so much @Jiashu-Hu |
Describe the bug
We are seeing a cargo audit failure on @zebsme 's PR: #15454
The error is actually happening on main as well, but the CI job is only setup to run when Cargo.toml/Cargo.lock changes:
datafusion/.github/workflows/audit.yml
Lines 25 to 33 in ac919d5
The job can start failing when a new entry is added to the database, in addition to when the crates used by datafusion are changed
To Reproduce
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: