Skip to content

Commit

Permalink
chg: [object fields] add forged-document types, add microblog state
Browse files Browse the repository at this point in the history
  • Loading branch information
VVX7 committed Jan 31, 2020
1 parent 4c4a3aa commit 329d921
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion objects/forged-document/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"letterhead",
"speech",
"literature",
"blog",
"microblog",
"photo",
"audio",
"invoice",
Expand Down Expand Up @@ -99,7 +101,7 @@
"misp-attribute": "datetime"
}
},
"version": 6,
"version": 7,
"description": "Object describing a forged document.",
"meta-category": "file",
"uuid": "7e927620-b97c-4b00-98c0-8c0184d83d21",
Expand Down
4 changes: 3 additions & 1 deletion objects/microblog/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
"values_list": [
"Informative",
"Malicious",
"Misinformation",
"Disinformation",
"Unknown"
]
},
Expand Down Expand Up @@ -115,7 +117,7 @@
"multiple": true
}
},
"version": 15,
"version": 16,
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
"meta-category": "misc",
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
Expand Down

0 comments on commit 329d921

Please sign in to comment.