extending trustar_report object in order to provide fields in which enrichment data from a planned expansion module can be stored

pull/259/head
Jesse Hedden 2020-06-01 16:02:03 -07:00
parent 0813efbaf6
commit 8256c0ada9
1 changed files with 18 additions and 0 deletions

View File

@ -71,6 +71,24 @@
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"INDICATOR_SUMMARY": {
"description": "Free text summary data related to an indicator. This should include a normalized score if one exists.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"REPORT_LINK": {
"description": "A link to the TruSTAR report. Access may be restricted depending on user permissions.",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"COMMENTS": {
"description": "A space for additional comments.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
}
},
"description": "TruStar Report",