-
Notifications
You must be signed in to change notification settings - Fork 135
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
Adding consistency in boolean attribute naming #811
Conversation
Signed-off-by: Rajas <[email protected]>
Signed-off-by: Rajas <[email protected]>
I don't think we have strictly enforced it or have documented it yet. Probably good to do so down the road. In this PR though, just addressing the attribute in vuln object. |
I am creating an issue to ensure we establish a convention for all the boolean type fields. #816 |
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. We can tackle the convention in #816 . Thanks Rajas
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.
good call on this!
Description of changes:
is_fix_available
as a replacement forfix_available
. This is to bring consistency in OCSF's boolean attributes