From 967adcccfb44af159cb865d063d6ec3af66c1923 Mon Sep 17 00:00:00 2001 From: Alex Turner Date: Mon, 4 Nov 2024 10:51:41 -0500 Subject: [PATCH] Add requiredSellerCapabilities check when processing auctionReportBuyers Recreates https://github.com/patcg-individual-drafts/private-aggregation-api/pull/134 now that the monkey patches have been incorporated into this repo. --- spec.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec.bs b/spec.bs index 08ddabc42..d4ec00c49 100644 --- a/spec.bs +++ b/spec.bs @@ -4285,6 +4285,8 @@ an [=auction config=] |auctionConfig| and a [=reporting context=] |reportingCont 1. [=map/For each=] |ig| of the [=user agent=]'s interest group set whose owner is |buyerOrigin|: + 1. If [=check if required seller capabilities are permitted=] given + |auctionConfig| and |ig| is false, [=iteration/continue=]. 1. If seller capabilities of |ig| don't allow this reporting, [=iteration/continue=]. Issue: Align behavior with seller capabilities handling once