-
Notifications
You must be signed in to change notification settings - Fork 2
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
add assign_join_key_ids step #194
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.
CC @jonmolle
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @stevenwarejones)
a discussion (no related file):
FYI I think you're getting an API lint error because Bazel 7 got launched and this repo doesn't have a .bazelversion file. The default behavior of Bazelisk is to grab the latest LTS release.
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.
Reviewed 2 of 2 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @jonmolle)
Adds a new step to input join keys without ids, shuffle those, and then add ids. This mitigates a security risk where the model provider may make mistakes like inputting alphabetized join key email addresses which over time will leak information across exchanges. Implements world-federation-of-advertisers/cross-media-measurement-api#194
Adds a new step to input join keys without ids, shuffle those, and then add ids. This mitigates a security risk where the model provider may make mistakes like inputting alphabetized join key email addresses which over time will leak information across exchanges. Implements world-federation-of-advertisers/cross-media-measurement-api#194
One concern our security team had was there are various attacks if a MP doesn't shuffle their join key list each exchange. This adds a step to assign the ids to the join keys for the MP.