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