From 35e0ea59a6aa256100a1be1490a3c1f8d1f1dea7 Mon Sep 17 00:00:00 2001 From: MoAlyousef Date: Sat, 6 Mar 2021 22:21:27 +0300 Subject: [PATCH] replace with keywords --- crates/fltk/RUSTSEC-0000-0000.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/crates/fltk/RUSTSEC-0000-0000.md b/crates/fltk/RUSTSEC-0000-0000.md index 8848f07..8468d24 100644 --- a/crates/fltk/RUSTSEC-0000-0000.md +++ b/crates/fltk/RUSTSEC-0000-0000.md @@ -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"] ```