Merge branch 'ransomwareroles' of github.com:matthijsvp/misp-taxonomies into ransomwareroles
commit
cb615a84c2
|
@ -173,6 +173,11 @@
|
||||||
"name": "de-vs",
|
"name": "de-vs",
|
||||||
"version": 1
|
"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. ",
|
"description": "Deception is an important component of information operations, valuable for both offense and defense. ",
|
||||||
"name": "deception",
|
"name": "deception",
|
||||||
|
@ -665,5 +670,5 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/main/",
|
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/main/",
|
||||||
"version": "20220210"
|
"version": "20220218"
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -8,7 +8,7 @@ set -x
|
||||||
diffs=`git status --porcelain | wc -l`
|
diffs=`git status --porcelain | wc -l`
|
||||||
|
|
||||||
if ! [ $diffs -eq 0 ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue