Skip to content
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

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Conversation

stevenwarejones
Copy link
Contributor

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.

@wfa-reviewable
Copy link

This change is Reviewable

Copy link
Member

@SanjayVas SanjayVas left a 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: :shipit: 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.


Copy link
Contributor Author

@stevenwarejones stevenwarejones left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @jonmolle)

@stevenwarejones stevenwarejones merged commit 8bc5a86 into main Dec 20, 2023
4 checks passed
@stevenwarejones stevenwarejones deleted the stevenwarejones_assign_ids_step branch December 20, 2023 18:43
stevenwarejones added a commit to world-federation-of-advertisers/cross-media-measurement that referenced this pull request Dec 20, 2023
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
ple13 pushed a commit to world-federation-of-advertisers/cross-media-measurement that referenced this pull request Aug 16, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants