You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found a small error on the Stix 2.1 specification page, which caught me out.
Basically the "resolves-to" SRO is described on the ipv4, ipv6 and domain name objects, but is not included in Appendix B, the relationship summary table. This actually caught me out because i built the schema based on Appendix B and one of my tests discovered this error (i.e. i couldn't import the relationship).
I also note that generally this relationship is redundant, and hence bad form, since its values are already carried in the "resolves_to_ref" field. We already materialise these embedded id's as actual relations, so now i need two different relations:
A "resolves" relation to match the embedded id's, with roles "from" and "to"
A "resolves-to" SRO, with roles "resolves-from" and "resolves-to"
There seems to be some unecessary reedundancy here leading users to be unsure which one to mark.
The text was updated successfully, but these errors were encountered:
From: Brett Forbes [email protected]:
I have found a small error on the Stix 2.1 specification page, which caught me out.
Basically the "resolves-to" SRO is described on the ipv4, ipv6 and domain name objects, but is not included in Appendix B, the relationship summary table. This actually caught me out because i built the schema based on Appendix B and one of my tests discovered this error (i.e. i couldn't import the relationship).
I also note that generally this relationship is redundant, and hence bad form, since its values are already carried in the "resolves_to_ref" field. We already materialise these embedded id's as actual relations, so now i need two different relations:
There seems to be some unecessary reedundancy here leading users to be unsure which one to mark.
The text was updated successfully, but these errors were encountered: