alamb commented on code in PR #19666:
URL: https://github.com/apache/datafusion/pull/19666#discussion_r2664879635


##########
.github/workflows/audit.yml:
##########
@@ -46,7 +46,6 @@ jobs:
         with:
           tool: cargo-audit
       - name: Run audit check
-        # 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
-        run: cargo audit --ignore RUSTSEC-2026-0001
+        # Note: you can ignore specific RUSTSEC issues using the `--ignore` 
flag ,for example:

Review Comment:
   This is added in https://github.com/apache/datafusion/pull/19657, but 
unecessary as this PR removes the dependency on rkyv



-- 
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]

Reply via email to