-
Notifications
You must be signed in to change notification settings - Fork 0
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
udpate OneTrustGetUserResponse reference, create OneTrustEnrichedAssessments, and improve OneTrustGetRiskResponse #209
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.
Overall, LGTM!Though, does the version number in package.json need to get bumped regarding your change?
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.
Had a question and a suggestion, but overall LGTM
sourceType: t.union([ | ||
t.literal('PIA'), | ||
t.literal('RA'), | ||
t.literal('GRA'), | ||
t.literal('INVENTORY'), | ||
t.literal('INCIDENT'), | ||
t.literal('GENERIC'), | ||
t.null, | ||
]), |
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.
Is it intentional that source.type (directly above these lines) and sourceType are nearly the same but slightly different? One has t.null in the list
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.
it is intentional but you do give me a good idea to extract these into their own variables!
great point! Will do |
Related Issues
Security Implications
[none]
System Availability
[none]