Skip to content
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

Embedded Relationships Bug #124

Open
wrbrant opened this issue May 25, 2024 · 0 comments
Open

Embedded Relationships Bug #124

wrbrant opened this issue May 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@wrbrant
Copy link
Collaborator

wrbrant commented May 25, 2024

Embedded relationships won't show up sometimes if some of the objects with ids in an observed-data's objects_refs list are not loaded into STIG. For example:
An observed-data object has 10 process ids and 10 file ids contained in its object_refs. These are all stored in the database. If the query was

match (o:`observed-data`)
match (p:process)
return o, p

1 observed-data object and 10 process objects would be displayed. However, if the user selects View Embedded Relationships, some of the expected relationships between the observed-data object and the process objects will not display. It appears that when STIG encounters an id that is not on the screen, it stops making embedded relationships. This needs to be fixed, since there are appropriate times for the situation where every object in observed-data objects_refs would be on the screen.

@wrbrant wrbrant added the bug Something isn't working label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant