alamb commented on code in PR #23607:
URL: https://github.com/apache/datafusion/pull/23607#discussion_r3587327956
##########
.github/workflows/audit.yml:
##########
@@ -51,4 +51,8 @@ jobs:
- name: Run audit check
# Note: you can ignore specific RUSTSEC issues using the `--ignore`
flag ,for example:
# run: cargo audit --ignore RUSTSEC-2026-0001
- run: cargo audit
+ #
+ # RUSTSEC-2026-0194 and RUSTSEC-2026-0195 (quick-xml) are ignored
because
Review Comment:
See
- https://rustsec.org/advisories/RUSTSEC-2026-0194
- https://rustsec.org/advisories/RUSTSEC-2026-0195
--
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]