diff --git a/README.md b/README.md index 118be59..4b91c74 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,15 @@ patched_versions = [">= 1.2.0"] # Versions which were never vulnerable (optional) unaffected_versions = ["< 1.1.0"] -# Platforms this vulnerability specifically affects (optional) -# See: https://docs.rs/rustsec/latest/rustsec/advisory/struct.PlatformReq.html -#affected_platforms = ["*windows*"] +# CPU architectures impacted by this vulnerability (optional) +# For a list of CPU architecture strings, see the "platforms" crate: +# +#affected_arch = ["x86", "x86_64"] + +# Operating systems impacted by this vulnerability (optional) +# For a list of OS strings, see the "platforms" crate: +# +#affected_os = ["windows"] # Vulnerability aliases, e.g. CVE IDs (optional but recommended) # Request a CVE for your RustSec vulns: https://iwantacve.org/