Merge pull request #222 from VVX7/master

chg: [blog] add title field to blog object
pull/227/head
Alexandre Dulaunoy 2020-01-30 06:34:28 +01:00 committed by GitHub
commit 8d01493a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,11 @@
"ui-priority": 1,
"misp-attribute": "text"
},
"title": {
"description": "Raw post.",
"ui-priority": 1,
"misp-attribute": "text"
},
"url": {
"description": "Original URL location of the blog post (potentially malicious).",
"ui-priority": 1,
@ -83,7 +88,7 @@
"misp-attribute": "text"
}
},
"version": 11,
"version": 12,
"description": "Blog post like Medium or WordPress.",
"meta-category": "misc",
"uuid": "1f165fc0-b158-498f-8bc8-6dc3d2822bb1",