Skip to content

Commit

Permalink
chg: [coin-address] add a generic crypto address if the address format
Browse files Browse the repository at this point in the history
is not known or supported
  • Loading branch information
adulau committed Sep 28, 2023
1 parent 364f747 commit 64e37f4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions objects/coin-address/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"misp-attribute": "btc",
"ui-priority": 1
},
"address-crypto": {
"description": "Generic cryptocurrency address if the format is not a standard BTC or XMR address",
"misp-attribute": "text",
"ui-priority": 1
},
"address-xmr": {
"description": "Monero address used as a payment destination in a cryptocurrency",
"misp-attribute": "xmr",
Expand Down Expand Up @@ -103,8 +108,9 @@
"name": "coin-address",
"requiredOneOf": [
"address",
"address-xmr"
"address-xmr",
"address-crypto"
],
"uuid": "d0e6997e-78da-4815-a6a1-cfc1c1cb8a46",
"version": 5
"version": 6
}

0 comments on commit 64e37f4

Please sign in to comment.