Skip to content

Commit

Permalink
fix: [stix2 import] Fixed Observable objects types mapping
Browse files Browse the repository at this point in the history
- Considering the possibility to have both types of
  IP addresses wihtin the Observed Data list of
  obervable objects
  • Loading branch information
chrisr3d committed Feb 16, 2024
1 parent 60caf2c commit e3578ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ class ExternalSTIX2ObservableMapping(
**dict.fromkeys(
(
'ipv4-addr',
'ipv4-addr_ipv6-addr',
'ipv6-addr'
),
'ip_address'
Expand Down

0 comments on commit e3578ff

Please sign in to comment.