Merge pull request #126 from thomaspatzke/paste-fix

Fixed misp-attribute in link attribute of paste object
pull/129/head
Alexandre Dulaunoy 2018-11-02 08:55:44 +01:00 committed by GitHub
commit f9af7a965f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"description": "Link to the original source of the paste or post (when used maliciously)." "description": "Link to the original source of the paste or post (when used maliciously)."
}, },
"link": { "link": {
"misp-attribute": "link,", "misp-attribute": "link",
"ui-priority": 0, "ui-priority": 0,
"description": "Link to the original source of the source or post (when used legitimately for OSINT source or alike)." "description": "Link to the original source of the source or post (when used legitimately for OSINT source or alike)."
}, },