From 863d0e654f5c8a0681ac2c7feaec4920210eed45 Mon Sep 17 00:00:00 2001 From: "pinkforest(she/her)" <36498018+pinkforest@users.noreply.github.com> Date: Thu, 18 Aug 2022 14:30:36 +1000 Subject: [PATCH] Document empty versions (#1370) Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com> Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75b938d..7247fb8 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ keywords = ["ssl", "mitm"] functions = { "mycrate::MyType::vulnerable_function" = ["< 1.2.0, >= 1.1.0"] } # Versions which include fixes for this vulnerability (mandatory) +# use patched = [] e.g. in case of unmaintained where there is no fix [versions] patched = [">= 1.2.0"]