diff --git a/crates/openssl-probe/RUSTSEC-0000-0000.md b/crates/openssl-probe/RUSTSEC-0000-0000.md index 7169498dc..5453988f0 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 .