Closed Bug 1928293 Opened 1 year ago Closed 1 year ago

[wpt-sync] Sync PR 48904 - Implement support for bidNonce and seller nonces

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox134 fixed)

RESOLVED FIXED
134 Branch
Tracking Status
firefox134 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 48904 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/48904
Details from upstream follow.

Caleb Raitto <caraitto@chromium.org> wrote:

Implement support for bidNonce and seller nonces

Introduce a mechanism that allows sellers to avoid giving the same nonce
to all buyers, since this can be used to determine that these buyers are
in the same auction. Instead, a new nonce is given to each buyer based
on the SHA-256 combination of both the auctionNonce and a new seller
nonce, which is given to the browser, but not to buyers.

The browser can verify the bidNonce from bids by computing the expected
bidNonce for a given auctionNonce and seller nonce, thus preserving the
existing replay protections of the auctionNonce.

Bug: 40275797
Change-Id: I9f2a6117891b30c33cc6831c63f6622faf6f55f1
Reviewed-on: https://chromium-review.googlesource.com/5905479
WPT-Export-Revision: f9ddc660a703c0512e380445ee1f4e994d07f298

CI Results

Ran 0 Firefox configurations based on mozilla-central, and Safari on GitHub CI

Total 180 tests and 5 subtests

Status Summary

Safari

OK : 179
FAIL : 852
ERROR : 1
NOTRUN: 1

Links

GitHub PR Head
GitHub PR Base

Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c14383aa2a3f [wpt PR 48904] - Implement support for bidNonce and seller nonces, a=testonly
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in before you can comment on or make changes to this bug.