replace with keywords

This commit is contained in:
MoAlyousef
2021-03-06 22:21:27 +03:00
parent d07de9975d
commit 35e0ea59a6

View File

@@ -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"]
```