Add new affected functions attribute to template

Refs #68
This commit is contained in:
Moritz Beller
2018-12-20 22:10:29 +01:00
committed by GitHub
parent 21e7a88d37
commit 5602386b18

View File

@@ -90,6 +90,13 @@ keywords = ["ssl", "mitm"]
# For a list of OS strings, see the "platforms" crate:
# <https://docs.rs/platforms/latest/platforms/target/enum.OS.html>
#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:
# <https://github.com/RustSec/advisory-db/issues/68>
# For example, for RUSTSEC-2018-0003, this would look like:
#affected_functions = ["smallvec::SmallVec::insert_many"]
```
## License