We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a321fe5 commit 4d09ba2Copy full SHA for 4d09ba2
.cargo/audit.toml
@@ -25,4 +25,12 @@ ignore = [
25
#
26
# Introduced by hive_metastore, tracked at https://github.com/cloudwego/pilota/issues/293
27
"RUSTSEC-2024-0388",
28
+ # `paste` is unmaintained; consider using an alternative
29
+ #
30
+ # Introduced by hive_metastore, tracked at https://github.com/cloudwego/pilota/issues/293
31
+ "RUSTSEC-2024-0436",
32
+ # `rustls-pemfile` is unmaintained
33
34
+ # Introduced by object_store, see https://github.com/apache/arrow-rs-object-store/issues/564
35
+ "RUSTSEC-2025-0134",
36
]
.github/workflows/audit.yml
@@ -48,4 +48,3 @@ jobs:
48
- uses: rustsec/[email protected]
49
with:
50
token: ${{ secrets.GITHUB_TOKEN }}
51
- ignore: RUSTSEC-2024-0436
0 commit comments