Skip to content

Commit

Permalink
Update RUSTSEC-2020-0097.md (#1600)
Browse files Browse the repository at this point in the history
This issue has been patched in versions >=v1.0 (see [comment]).

[comment]: rust-x-bindings/rust-xcb#93 (comment)
  • Loading branch information
rbartlensky committed Feb 13, 2023
1 parent 8dcbf29 commit c536da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/xcb/RUSTSEC-2020-0097.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ package = "xcb"
aliases = ["CVE-2020-36205"]
cvss = "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
date = "2020-12-10"
url = "https://github.com/rtbo/rust-xcb/issues/93"
url = "https://github.com/rust-x-bindings/rust-xcb/issues/93"
categories = ["memory-corruption", "thread-safety"]
informational = "unsound"

[versions]
patched = []
patched = [">= 1.0"]
```

# Soundness issue with base::Error
Expand Down

0 comments on commit c536da7

Please sign in to comment.