Merge branch 'ransomwareroles' of github.com:matthijsvp/misp-taxonomies into ransomwareroles

pull/230/head
matthijsvp 2022-02-22 15:38:21 +01:00
commit cb615a84c2
3 changed files with 4311 additions and 2 deletions

View File

@ -173,6 +173,11 @@
"name": "de-vs",
"version": 1
},
{
"description": "Taxonomy of Death Possibilities",
"name": "death-possibilities",
"version": 1
},
{
"description": "Deception is an important component of information operations, valuable for both offense and defense. ",
"name": "deception",
@ -665,5 +670,5 @@
}
],
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/main/",
"version": "20220210"
"version": "20220218"
}

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ set -x
diffs=`git status --porcelain | wc -l`
if ! [ $diffs -eq 0 ]; then
echo "Please make sure you run ./jq_all_the_things.sh before commiting."
echo "Please make sure you run ./jq_all_the_things.sh before committing."
exit 1
fi