Skip to content

Commit

Permalink
Clarify source debug data types that are not reported implicitly for …
Browse files Browse the repository at this point in the history
…verbose debug reports (WICG#1325)

Co-authored-by: Andrew Paseltiner <[email protected]>
  • Loading branch information
linnan-github and apasel422 authored Jun 7, 2024
1 parent f765a4a commit 8d0c722
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3056,9 +3056,12 @@ To <dfn>process an attribution source</dfn> given an [=attribution source=] |sou
Note: Because a fake report does not have a "real" effective destination, we need to subtract from the
privacy budget of all possible destinations.

Note: The limits that are not reported as <code>[=source debug data type/source-success=]</code> should be
checked before any limits that are reported implicitly as <code>[=source debug data type/source-success=]</code>
to prevent side-channel leakage of cross-origin data. Furthermore, the [=verbose debug data=]
Note: The limits that are not reported as <code>[=source debug data type/source-success=]</code>
in [=verbose debug reports=] should be checked before any limits that are reported implicitly as
<code>[=source debug data type/source-success=]</code> (
<code>[=source debug data type/source-destination-global-rate-limit=]</code> and
<code>[=source debug data type/source-reporting-origin-limit=]</code>) to
prevent side-channel leakage of cross-origin data. Furthermore, the [=verbose debug data=]
should be fully determined regardless of the result of checks on implicitly reported limits.

# Triggering Algorithms # {#trigger-algorithms}
Expand Down

0 comments on commit 8d0c722

Please sign in to comment.