-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with objects id endpoint (specifically for SCOs) on Obstracts and Stixify #57
Comments
I assume this is only a problem in obstracts, right? this is because obstracts uses multiple collections making |
@fqrious no it's also an issue in stixify (i think), this is because scos can be shared between reports (but we generate a unique entry with s2a note of the report)? right? |
not possible, stixify uses one collection... |
@fqrious not really sure how it happened I can see references to commits But these don’t exist on Github Can you republish your branch and make a PR? |
This is a similar issue to
#47
However, is the opposite problem
This time, we only need the
is_latest
version. Currently it returns all versions of the SCO (one for each report it belongs too) -- see example below.Expected is that it returns one result. If user wants to know reports it belongs too, they can use the object id/reports endpoint
http://localhost:8001/api/v1/objects/bank-account--4c1507ea-fdde-556b-87c9-f8ef702a0d8a/
The text was updated successfully, but these errors were encountered: