From 5602386b1851d35dfc214c422f983569d0ff5ae6 Mon Sep 17 00:00:00 2001 From: Moritz Beller Date: Thu, 20 Dec 2018 22:10:29 +0100 Subject: [PATCH] Add new affected functions attribute to template Refs #68 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1e2d62e..c4769f6 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,13 @@ keywords = ["ssl", "mitm"] # For a list of OS strings, see the "platforms" crate: # #affected_os = ["windows"] + +# List of canonical paths to vulnerable functions (optional) +# The path syntax is cratename::path::to::function, without any +# return type or parameters. More information: +# +# For example, for RUSTSEC-2018-0003, this would look like: +#affected_functions = ["smallvec::SmallVec::insert_many"] ``` ## License