alamb commented on code in PR #19661:
URL: https://github.com/apache/datafusion/pull/19661#discussion_r2668117025
##########
.github/workflows/audit.yml:
##########
@@ -46,4 +46,4 @@ jobs:
with:
tool: cargo-audit
- name: Run audit check
- run: cargo audit
+ run: cargo audit --ignore RUSTSEC-2026-0001
Review Comment:
It is probably worth adding a comments about why we need this --
specifically we can copy the comments from
- https://github.com/apache/datafusion/pull/19657
```yaml
# RUSTSEC-2026-0001:
https://rustsec.org/advisories/RUSTSEC-2026-0001.html
# underlying rkyv is patched, but rustsec database not yet updated
# Can remove when this is merged:
https://github.com/rustsec/advisory-db/pull/2565
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]