-
Notifications
You must be signed in to change notification settings - Fork 961
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
Missing entites in shared report #8333
Labels
Milestone
Comments
marieflorescontact
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
labels
Sep 13, 2024
nino-filigran
removed
the
needs triage
use to identify issue needing triage from Filigran Product team
label
Sep 13, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 16, 2024
5 tasks
marieflorescontact
added a commit
that referenced
this issue
Sep 17, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 18, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 18, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 18, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 18, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 18, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 19, 2024
aHenryJard
pushed a commit
that referenced
this issue
Sep 20, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 20, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 20, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 27, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 27, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 27, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 27, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 27, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 27, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 30, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 30, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 30, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 30, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 30, 2024
marieflorescontact
added a commit
that referenced
this issue
Sep 30, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 2, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 2, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 2, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 2, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 2, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 2, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 3, 2024
5 tasks
marieflorescontact
added a commit
that referenced
this issue
Oct 6, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 7, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 14, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 15, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 17, 2024
marieflorescontact
added a commit
that referenced
this issue
Oct 17, 2024
SamuelHassine
added
the
solved
use to identify issue that has been solved (must be linked to the solving PR)
label
Oct 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Some entites (System, Individual) are not shared when a Report is shared with organization
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
org A
Report
and add entities :System
,Individual
,Organization
,Countries
etcorg B
org B
Report
>entities tab
System
andIndividual
are missingExpected Output
all entites
Actual Output
all entities except
System
andIndividual
we also have erros in backend:
Additional information
Adding
ENTITY_TYPE_IDENTITY_SYSTEM
inSTIX_ORGANIZATIONS_UNRESTRICTED
inopencti-platform/opencti-graphql/src/schema/stixDomainObject.ts
fixes the issue but we need to be sure it does not break anything asSTIX_ORGANIZATIONS_UNRESTRICTED
has multiple uses.Screenshots (optional)
The text was updated successfully, but these errors were encountered: