From 30f0627179d756044a8c57d06f3ef154920c823f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 14 Jun 2023 16:46:56 +0200 Subject: [PATCH] fix: [build] the author of misp-stix decided to change the command line I won't curse because it will cost me one 1USD. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f2b8718..9a86a20 100644 --- a/build.sh +++ b/build.sh @@ -5,5 +5,5 @@ wget -A .json -np -nH --cut-dirs=3 -m https://www.circl.lu/doc/misp/feed-osint/ rm manifest.json robots.txt.tmp mkdir ./feeds/circl/stix-2.1/ cd ./feeds/circl/stix-2.1/ -ls -1 ../misp/*-*.json | parallel "misp_stix_converter -v2.1 -e -f {}" +ls -1 ../misp/*-*.json | parallel "misp_stix_converter export -v2.1 -f {}" mmv -d "../misp/*.json.out" "#1.json"