chg: [phishing] fix the missing expanded

pull/157/head
Alexandre Dulaunoy 2019-08-20 19:03:27 +02:00
parent 51db2dc102
commit e1db95845c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 0 deletions

View File

@ -120,14 +120,17 @@
"entry": [ "entry": [
{ {
"value": "take-down", "value": "take-down",
"expanded": "Take down",
"description": "Take down notification sent to the operator where the phishing infrastructure is hosted." "description": "Take down notification sent to the operator where the phishing infrastructure is hosted."
}, },
{ {
"value": "pending-law-enforcement-request", "value": "pending-law-enforcement-request",
"expanded": "Pending law enforcement request",
"description": "Law enforcement requests are ongoing on the phishing infrastructure." "description": "Law enforcement requests are ongoing on the phishing infrastructure."
}, },
{ {
"value": "pending-dispute-resolution", "value": "pending-dispute-resolution",
"expanded": "Pending dispute resolution",
"description": "Dispute resolution sent to competent authorities (e.g. domain authority, trademark dispute)." "description": "Dispute resolution sent to competent authorities (e.g. domain authority, trademark dispute)."
} }
] ]