Merge branch 'MISP:main' into ransomwareroles
commit
bcc4a1220c
|
@ -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
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue