From 652b37e630945a35b1771b287f0264f679b61864 Mon Sep 17 00:00:00 2001 From: Takayuki Ushida Date: Mon, 17 Oct 2016 22:43:20 +0900 Subject: [PATCH] fix README --- README.ja.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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", ... - }, - } + } + ] } ] ```