-
Notifications
You must be signed in to change notification settings - Fork 431
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
Pe ordering fix #1605
Pe ordering fix #1605
Conversation
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.
I think we should delete pe
as a top-level field on indicator
; otherwise this looks good to me.
@@ -14448,6 +14624,13 @@ threat: | |||
- threat.indicator.x509 | |||
prefix: threat. | |||
reused_here: | |||
- full: threat.indicator.pe |
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.
I think we want these gone, right? pe
will be nested under file
or process
, but not as a sibling
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.
Disregard the last review, it looks like you already made my proposed changes in #1604.
I appreciate the logically separated PRs; I do not envy merging them back together, though!
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.
LGTM
Just like in #1603, we realized we were missing
pe.*
under threat.indicator.file and `threat.enrichments.indicator.file' like the threat RFC describes. I realized this was due to an ordering issue on our field reuses. We solve this issue the same way here for 'group' at 'user'.Sibling PR to remove the incorrect nestings #1606