Skip to content

Commit

Permalink
DB: Add 'LEI' (Legal Entity Identifier) data type (smicallef#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles authored Jun 22, 2021
1 parent 628086d commit 289d601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spiderfoot/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class SpiderFootDb:
['INTERNET_NAME_UNRESOLVED', 'Internet Name - Unresolved', 0, 'ENTITY'],
['IP_ADDRESS', 'IP Address', 0, 'ENTITY'],
['IPV6_ADDRESS', 'IPv6 Address', 0, 'ENTITY'],
['LEI', 'Legal Entity Identifier', 0, 'ENTITY'],
['JOB_TITLE', 'Job Title', 0, 'DESCRIPTOR'],
['LINKED_URL_INTERNAL', 'Linked URL - Internal', 0, 'SUBENTITY'],
['LINKED_URL_EXTERNAL', 'Linked URL - External', 0, 'SUBENTITY'],
Expand Down

0 comments on commit 289d601

Please sign in to comment.