mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-02 09:36:40 +01:00
replace with keywords
This commit is contained in:
@@ -3,8 +3,14 @@
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "fltk"
|
||||
date = "2021-03-06"
|
||||
categories = ["memory-corruption"]
|
||||
functions = { "fltk::prelude::WidgetExt::set_label_type" = ["< 0.15.2"], "fltk::prelude::WindowExt::set_icon" = ["< 0.14.12"], fltk::image::Pixmap::new = ["< 0.15.2, >= 0.14.12"] }
|
||||
keywords = ["undefined_behavior"]
|
||||
url = "https://github.com/MoAlyousef/fltk-rs/issues/519"
|
||||
|
||||
[affected.functions]
|
||||
"fltk::prelude::WidgetExt::set_label_type" = ["< 0.15.2"]
|
||||
"fltk::prelude::WindowExt::set_icon" = ["< 0.14.12"]
|
||||
fltk::image::Pixmap::new = ["< 0.15.2, >= 0.14.12"]
|
||||
|
||||
[versions]
|
||||
patched = [">= 0.15.3"]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user