From ece1d78c571f9b1df5484fe3e9515f207ee92bcf Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 23 Jan 2025 10:17:29 -0700 Subject: [PATCH] Update RUSTSEC-0000-0000.md Revert cat-on-keyboard issue and clarify text --- crates/openssl-probe/RUSTSEC-0000-0000.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crates/openssl-probe/RUSTSEC-0000-0000.md b/crates/openssl-probe/RUSTSEC-0000-0000.md index 7169498dc2..5453988f0c 100644 --- a/crates/openssl-probe/RUSTSEC-0000-0000.md +++ b/crates/openssl-probe/RUSTSEC-0000-0000.md @@ -12,7 +12,8 @@ keywords = ["ssl", "openssl", "environment"] [affected.functions] "openssl_probe::try_init_ssl_cert_env_vars" = ["< 0.1.6"] -" +"openssl_probe::init_ssl_cert_env_vars" = ["< 0.1.6"] + [affected] os = ["linux"] @@ -50,7 +51,7 @@ that the only safe way to use these functions is in a single-threaded context. The affected functions are `init_ssl_cert_env_vars` and `try_init_ssl_cert_env_vars` in and , respectively, and -any other library's function which may call this function directly or indirectly +any other crate's call-graph which may call this function directly or indirectly <[https://github.com/search?q=try_init_ssl_cert_env_vars&type=code](https://github.com/search?q=try_init_ssl_cert_env_vars+OR+init_ssl_cert_env_vars&type=code)>. `native_tls <= 0.2.12` may do so in certain configurations .