diff --git a/README.ja.md b/README.ja.md index 8b398ff0..345cc007 100644 --- a/README.ja.md +++ b/README.ja.md @@ -808,7 +808,7 @@ ignoreCves = ["CVE-2016-6314"] "ServerName": "bsd", "Family": "FreeBSD", "Release": "10.3-RELEASE", - "IgnoredCves" : { + "IgnoredCves" : [ "CveDetail" : { "CVE-2016-6313", ... @@ -816,8 +816,8 @@ ignoreCves = ["CVE-2016-6314"] "CveDetail" : { "CVE-2016-6314", ... - }, - } + } + ] } ] ``` diff --git a/README.md b/README.md index 18980be3..04c7d2c6 100644 --- a/README.md +++ b/README.md @@ -807,7 +807,7 @@ ignoreCves = ["CVE-2016-6314"] "ServerName": "bsd", "Family": "FreeBSD", "Release": "10.3-RELEASE", - "IgnoredCves" : { + "IgnoredCves" : [ "CveDetail" : { "CVE-2016-6313", ... @@ -815,8 +815,8 @@ ignoreCves = ["CVE-2016-6314"] "CveDetail" : { "CVE-2016-6314", ... - }, - } + } + ] } ] ```