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

Resolve cyclic reference #3

Open
4 tasks
rylyade1 opened this issue Apr 9, 2018 · 0 comments
Open
4 tasks

Resolve cyclic reference #3

rylyade1 opened this issue Apr 9, 2018 · 0 comments
Labels
mvp This issue is a task for securityRATv2 MVP

Comments

@rylyade1
Copy link

rylyade1 commented Apr 9, 2018

Currently, circular references can be created between entries of the Attribute entity. This should be resolved as it suffice to accidentally create a circular reference to cause a stack overflow when querying all entries of this entity.

Resolution at the application level.

  • Check possible circular references before adding/editing an Attribute entries (Back-end)
  • Remove parent Attribute entries (from appropriate drop-down lists) that might cause circular references (Front-end)
  • Unit tests
  • e2e
@rylyade1 rylyade1 added the mvp This issue is a task for securityRATv2 MVP label Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mvp This issue is a task for securityRATv2 MVP
Projects
None yet
Development

No branches or pull requests

1 participant