From cad2a40ad284b8236d3fe342d6a388c2f791d14b Mon Sep 17 00:00:00 2001 From: Juan Caballero Date: Fri, 28 Aug 2020 12:52:48 +0200 Subject: [PATCH] Removed reference to scan_date in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a88bd84..f7d1ee8 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ If the VT reports are from VT API version 3, add the -vt3 command line option. 2. Simplified JSON (*-lb file*), where each line in *file* should be a JSON with (at least) these fields: -{md5, sha1, sha256, scan_date, av_labels}. +{md5, sha1, sha256, av_labels}. There is an example of such input file in *data/malheurReference_lb.json* **Why have 2 different input formats?**