Update webpki RUSTSEC-2023-0052 advisory. (#1762)

* Indicate release version that the fix landed in.
* Remove unnecessary noise from the text.
This commit is contained in:
Brian Smith
2023-08-30 15:01:29 -07:00
committed by GitHub
parent cbf97de9b7
commit a6c90b9cd0

View File

@@ -10,7 +10,7 @@ related = ["CVE-2018-16875"]
aliases = ["GHSA-8qv2-5vq6-g2g7"]
[versions]
patched = []
patched = [">= 0.22.1"]
```
# webpki: CPU denial of service in certificate path building
@@ -24,6 +24,3 @@ Both TLS clients and TLS servers that accept client certificate are affected.
This was previously reported in
<https://github.com/briansmith/webpki/issues/69> and re-reported recently
by Luke Malinowski.
`rustls-webpki` is a fork of this crate which contains a fix for this issue
and is actively maintained.