Skip to content

Commit

Permalink
Update RUSTSEC-0000-0000.md
Browse files Browse the repository at this point in the history
Revert cat-on-keyboard issue and clarify text
  • Loading branch information
mmastrac authored Jan 23, 2025
1 parent baa0e08 commit ece1d78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/openssl-probe/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down Expand Up @@ -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
<https://github.com/alexcrichton/openssl-probe/blob/db67c9e5b333b1b4164467b17f5d99207fad004c/src/lib.rs#L52> and <https://github.com/alexcrichton/openssl-probe/blob/db67c9e5b333b1b4164467b17f5d99207fad004c/src/lib.rs#L65>, 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 <https://github.com/sfackler/rust-native-tls/blob/2424bc5efd1b8b4bcf60dbda93259a3f29db7f06/Cargo.toml>.

Expand Down

0 comments on commit ece1d78

Please sign in to comment.