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 threat actor (the base class, the individual and group) has a function for list. One of the kwarg args is getAll.
In other SDO classes when you set this to true it sets the page to 100 (see here) and performs pagination (see here). In the threat actor, it sets the first to 500 (see here) and ignores any actor after that (no "while" loop to paginate).
Environment
OCTI 6.3.7
Reproducible Steps
Steps to create the smallest reproducible scenario:
Use the "list" function of the threat actor and the report class, both with getAll at true.
The text was updated successfully, but these errors were encountered:
Lhorus6
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
labels
Oct 29, 2024
Lhorus6
changed the title
"get_all" in list function is not implemented on Threat Actors.
"getAll" in list function is not implemented on Threat Actors.
Oct 29, 2024
Description
The threat actor (the base class, the individual and group) has a function for list. One of the kwarg args is getAll.
In other SDO classes when you set this to true it sets the page to 100 (see here) and performs pagination (see here). In the threat actor, it sets the first to 500 (see here) and ignores any actor after that (no "while" loop to paginate).
Environment
OCTI 6.3.7
Reproducible Steps
Steps to create the smallest reproducible scenario:
The text was updated successfully, but these errors were encountered: