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
The filtering by external_references.external_id does not seem to work anymore, as I get as response all of the objects that have type==attack pattern, and not just the one that have external_references.external_id==my_attack_id .
Before the upgrade, I only got one object that meets my query.
For example:
Using my_attack_id=T1111 with the query above results in response with all of the attack_pattern objects in the system.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I have a code that used to work before I upgraded to STIX2 3.0.0 library version:
The filtering by
external_references.external_id
does not seem to work anymore, as I get as response all of the objects that havetype==attack pattern
, and not just the one that haveexternal_references.external_id==my_attack_id
.Before the upgrade, I only got one object that meets my query.
For example:
Using
my_attack_id=T1111
with the query above results in response with all of the attack_pattern objects in the system.Thanks
The text was updated successfully, but these errors were encountered: