You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/otap-dataflow/deny.toml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ ignore = [
83
83
{ id="RUSTSEC-2023-0081", reason = "unmaintained `safemem` crate that is a dependency of weaver_semconv"}, # is a warning level in weaver deny.toml
84
84
{ id="RUSTSEC-2018-0017", reason = "unmaintained `tempdir` crate that is a dependency of weaver_semconv and weaver_forge"}, # is a warning level in weaver deny.toml
85
85
{ id="RUSTSEC-2021-0146", reason = "unmaintained `twoway` crate that is a dependency of weaver_semconv and weaver_forge"}, # is a warning level in weaver deny.toml
86
+
{ id="RUSTSEC-2025-0134", reason = "unmaintained `rustls-pemfile`. TODO fix documented in https://github.com/open-telemetry/otel-arrow/issues/1535" }
86
87
]
87
88
# If this is true, then cargo deny will use the git executable to fetch advisory database.
88
89
# If this is false, then it uses a built-in git library.
0 commit comments