From 8bf0011f394e31bf33e13a38edd391f1cf274dd5 Mon Sep 17 00:00:00 2001 From: "pinkforest(she/her)" <36498018+pinkforest@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:40:50 +1000 Subject: [PATCH] Document `withdrawn` (#1355) * Document yanked and withdrawn Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com> * Yank the yanked Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com> Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2ea983b..75b938d 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,9 @@ package = "mycrate" # Disclosure date of the advisory as an RFC 3339 date (mandatory) date = "2021-01-31" +# Whether the advisory is withdrawn (optional) +#withdrawn = "YYYY-MM-DD" + # URL to a long-form description of this issue, e.g. a GitHub issue/PR, # a change log entry, or a blogpost announcing the release (optional) url = "https://github.com/mystuff/mycrate/issues/123"