mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 16:24:05 +01:00
iced-x86: fix lint (#922)
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
|
||||
package = "iced-x86"
|
||||
|
||||
date = "2021-05-19"
|
||||
|
||||
url = "https://github.com/icedland/iced/issues/168"
|
||||
|
||||
keywords = ["soundness"]
|
||||
|
||||
[affected]
|
||||
functions = { "iced_86::Decoder::new" = ["<= 1.10.3"] }
|
||||
functions = { "iced_x86::Decoder::new" = ["<= 1.10.3"] }
|
||||
|
||||
[versions]
|
||||
patched = ["> 1.10.3"]
|
||||
|
||||
Reference in New Issue
Block a user