Merge pull request #166 from yannw/patch-4

add "report"
pull/168/head
Alexandre Dulaunoy 2019-10-01 16:55:12 +02:00 committed by GitHub
commit 9b31f7d02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 1 deletions

View File

@ -11,6 +11,10 @@
"value": "origin", "value": "origin",
"expanded": "Origin" "expanded": "Origin"
}, },
{
"value": "report",
"expanded": "Report"
},
{ {
"value": "analyse", "value": "analyse",
"expanded": "Please analyse sample", "expanded": "Please analyse sample",
@ -41,6 +45,26 @@
} }
] ]
}, },
{
"predicate": "report",
"entry": [
{
"value": "details",
"expanded": "Description of the incidence.",
"colour": "#fbc166"
},
{
"value": "link",
"expanded": "Link to the original report location.",
"colour": "#fbcb7f"
},
{
"value": "attached",
"expanded": "Attached report.",
"colour": "#fcd597"
}
]
},
{ {
"predicate": "origin", "predicate": "origin",
"entry": [ "entry": [
@ -62,13 +86,18 @@
{ {
"value": "email", "value": "email",
"expanded": "Information coming out of email infrastructure.", "expanded": "Information coming out of email infrastructure.",
"colour": "#3cb08a" "colour": "#3db08a"
}, },
{ {
"value": "3rd-party", "value": "3rd-party",
"expanded": "Information from outside the company.", "expanded": "Information from outside the company.",
"colour": "#46c098" "colour": "#46c098"
}, },
{
"value": "report",
"expanded": "Information coming from a report.",
"colour": "#22644e"
},
{ {
"value": "other", "value": "other",
"expanded": "If none of the other origins applies.", "expanded": "If none of the other origins applies.",