-
Notifications
You must be signed in to change notification settings - Fork 143
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
Issue 998: Add Data Classification Profile #1007
Conversation
Looks like this PR is picking up the latest version of the OCSF validator, which is now (technically, correctly) picking up more validation errors:
Either we need to fix the schema errors (likely in another PR) or pin the validator version fully. |
I can create a new PR to fix this. |
oh -- already on it! #1009 |
9622f84
to
95e29fb
Compare
(1) (2) I would need to extend the object for my use case, but this might get me out of the business of extending some of the objects that I extend now, which is a win. I assume I could also have the profile applied to other objects within my extension, right? (3) I apply a classification object to |
Agreed, maybe something more simple like
Yes, exactly!
We can certainly add the profile to the product object as well. Though this makes me wonder if we should add |
For a
I have two other uses, but they are unique to my extended object. |
Signed-off-by: Ania Kacewicz <[email protected]>
Signed-off-by: Ania Kacewicz <[email protected]>
…mail, file and metadata objects Signed-off-by: Ania Kacewicz <[email protected]>
Signed-off-by: Ania Kacewicz <[email protected]>
Signed-off-by: Ania Kacewicz <[email protected]>
Signed-off-by: Ania Kacewicz <[email protected]>
Signed-off-by: Ania Kacewicz <[email protected]>
Signed-off-by: Ania Kacewicz <[email protected]>
Signed-off-by: Ania Kacewicz <[email protected]>
Signed-off-by: Ania Kacewicz <[email protected]>
Signed-off-by: Ania Kacewicz <[email protected]>
Signed-off-by: Ania Kacewicz <[email protected]>
Tagging Jonathan @jonrau-at-queryai here because I cannot add him as a reviewer. |
Signed-off-by: Ania Kacewicz <[email protected]>
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! Awesome work with this 🚢
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.
This is so helpful thanks for adding the profile.
Related Issue:
#998
Description of changes:
data_classification
objectdata_classification
profiledata_classification
profile todatabase
,databucket
,email
,file
,metadata
,product
,resource_details
andweb_resource
objects