From 02211af841e20d12ba7f436fddb28a778ea2830b Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 29 Jan 2018 14:48:47 +1100 Subject: [PATCH] Update the how to use `jsonschema` instructions and the location of the v4 schema. Signed-off-by: David Black --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 670aba75d3c..dc0de41cb6a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,10 +95,10 @@ python -m json.tool < CVE-2017-1234.json You can also validate against the schema using a variety of tools, e.g. Python jsonschema: ``` -jsonschema -i CVE_JSON_4.0_min.schema CVE-2017-1234.json +jsonschema -i CVE-2017-1234.json CVE_JSON_4.0_min_public.schema ``` -The schema file is available in the [CVE Automation Working Group](https://github.com/CVEProject/automation-working-group/tree/master/cve_json_schema) and [version 4](https://raw.githubusercontent.com/CVEProject/automation-working-group/master/cve_json_schema/CVE_JSON_4.0_min.schema) is currently in use. +The schema file is available in the [CVE Automation Working Group](https://github.com/CVEProject/automation-working-group/tree/master/cve_json_schema) and [version 4](https://raw.githubusercontent.com/CVEProject/automation-working-group/master/cve_json_schema/CVE_JSON_4.0_min_public.schema) is currently in use. 5. **Review your updates carefully** and make sure they contain