-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix Related Rules Grouping #604
Conversation
Signed-off-by: Vanessa Fotso <vfotso@mitre.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vanessuniq I was getting errors when pressing "Enter" on the search block for the toLowerCase() conversion when the text was null. I added a "convertLower" function that returns empty string if the text is null. If you want to change it (to return null, or just return 'text', etc.), please do.
Everything else looks great! I tested with admin rights and with just plain user rights and everything looks good.
Signed-off-by: Vanessa Fotso <vfotso@mitre.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Issue
Some Vulcan components are added to multiple projects as overlaid causing some related rules results to appear as duplicate when grouping by rules by component name only.
Changes