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

Remove privacy_budget_key #471

Merged
merged 2 commits into from
Jun 6, 2022
Merged

Remove privacy_budget_key #471

merged 2 commits into from
Jun 6, 2022

Conversation

csharrison
Copy link
Collaborator

@csharrison csharrison commented Jun 2, 2022

Fixes #365 and simplifies the aggregatable report.

  • sorts the keys in ascending lexicographic order
  • moves the attribution_destination and source_registration_time keys into shared_info

Copy link
Collaborator

@johnivdel johnivdel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@csharrison
Copy link
Collaborator Author

Thanks, done.

Copy link
Collaborator

@alexmturner alexmturner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@csharrison csharrison merged commit 8affe1b into main Jun 6, 2022
@csharrison csharrison deleted the priv-budget-key branch June 6, 2022 15:50
aarongable pushed a commit to chromium/chromium that referenced this pull request Jun 7, 2022
What:
This CL removes the privacy_budget_key from aggregatable reports
It also moves the attribution_destination and the
source_registration_time into shared_info.

Why:
See associated PR:
WICG/attribution-reporting-api#471

How:
Moving attribution_destination and source_registration_time into
shared_info means that shared_info is no longer API-agnostic, since
these fields are specific to the Attribution Reporting API. To ensure
we don't introduce a layering violation, SharedInfo is extended to
support arbitrary fields from callers. The aggregation service tool
is also extended to support arbitrary shared data fields.

Note: This change makes the "report" output of the attribution
simulator completely empty. A follow-up CL should adjust the simulator
to output a portion of the shared_info field.

Bug: 1277514
Change-Id: I3d4ae87aa342424e6d2ab7878f8022675d740aec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3689018
Reviewed-by: Nan Lin <linnan@chromium.org>
Reviewed-by: Alex Turner <alexmt@chromium.org>
Commit-Queue: Charlie Harrison <csharrison@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1011470}
hostirosti added a commit to hostirosti/trusted-execution-aggregation-service that referenced this pull request Jun 27, 2022
The Attribution Reporting API aggregatable reports format changed with [WICG/attribution-reporting-api#471 rolled out in Chrome 104 (currently available on the Beta channel).

This change adds a note that the new format of the aggregatable reports is currently not supported by the implementation of the aggregation service (both `LocalTestingTool` and deployment on AWS).
hostirosti added a commit to privacysandbox/aggregation-service that referenced this pull request Jun 27, 2022
The Attribution Reporting API aggregatable reports format changed with [WICG/attribution-reporting-api#471 rolled out in Chrome 104 (currently available on the Beta channel).

This change adds a note that the new format of the aggregatable reports is currently not supported by the implementation of the aggregation service (both `LocalTestingTool` and deployment on AWS).
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.

Consider replacing privacy_budget_key hash with components
3 participants