Merge pull request #445 from mdavis332/patch-1

include `ip-src` in Person
pull/268/merge 2024111100
Alexandre Dulaunoy 2024-11-07 22:47:32 +01:00 committed by GitHub
commit 553b50222e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -108,6 +108,12 @@
], ],
"ui-priority": 10 "ui-priority": 10
}, },
"ip-src": {
"description": "Source IP address used by this person.",
"misp-attribute": "ip-src",
"multiple": true,
"ui-priority": 10
},
"last-name": { "last-name": {
"description": "Last name of a natural person.", "description": "Last name of a natural person.",
"misp-attribute": "last-name", "misp-attribute": "last-name",
@ -256,5 +262,5 @@
"handle" "handle"
], ],
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248", "uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
"version": 20 "version": 21
} }