@blamejs/blamejs-shop 0.3.14 → 0.3.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/lib/admin.js +136 -3
- package/lib/asset-manifest.json +3 -3
- package/lib/catalog.js +61 -2
- package/lib/storefront.js +41 -26
- package/lib/vendor/MANIFEST.json +2 -2
- package/lib/vendor/blamejs/CHANGELOG.md +2 -0
- package/lib/vendor/blamejs/api-snapshot.json +2 -2
- package/lib/vendor/blamejs/lib/a2a-tasks.js +6 -6
- package/lib/vendor/blamejs/lib/ai-input.js +1 -1
- package/lib/vendor/blamejs/lib/auth/acr-vocabulary.js +1 -1
- package/lib/vendor/blamejs/lib/auth/ciba.js +3 -3
- package/lib/vendor/blamejs/lib/auth/oauth.js +1 -1
- package/lib/vendor/blamejs/lib/auth/oid4vci.js +1 -1
- package/lib/vendor/blamejs/lib/auth/openid-federation.js +1 -1
- package/lib/vendor/blamejs/lib/breach-deadline.js +3 -3
- package/lib/vendor/blamejs/lib/calendar.js +2 -2
- package/lib/vendor/blamejs/lib/content-credentials.js +3 -3
- package/lib/vendor/blamejs/lib/ddl-change-control.js +2 -2
- package/lib/vendor/blamejs/lib/did.js +2 -2
- package/lib/vendor/blamejs/lib/dsr.js +4 -4
- package/lib/vendor/blamejs/lib/external-db.js +1 -1
- package/lib/vendor/blamejs/lib/guard-cidr.js +1 -1
- package/lib/vendor/blamejs/lib/guard-image.js +1 -1
- package/lib/vendor/blamejs/lib/guard-list-unsubscribe.js +1 -1
- package/lib/vendor/blamejs/lib/guard-time.js +1 -1
- package/lib/vendor/blamejs/lib/guard-xml.js +1 -1
- package/lib/vendor/blamejs/lib/http-client-cache.js +1 -1
- package/lib/vendor/blamejs/lib/iab-tcf.js +4 -4
- package/lib/vendor/blamejs/lib/json-schema.js +1 -1
- package/lib/vendor/blamejs/lib/jtd.js +1 -1
- package/lib/vendor/blamejs/lib/mail-auth.js +1 -1
- package/lib/vendor/blamejs/lib/mail-bimi.js +1 -1
- package/lib/vendor/blamejs/lib/mail-crypto-smime.js +1 -1
- package/lib/vendor/blamejs/lib/mail-server-mx.js +1 -1
- package/lib/vendor/blamejs/lib/mail-server-rate-limit.js +1 -1
- package/lib/vendor/blamejs/lib/mail-server-submission.js +1 -1
- package/lib/vendor/blamejs/lib/mcp.js +7 -7
- package/lib/vendor/blamejs/lib/mdoc.js +1 -1
- package/lib/vendor/blamejs/lib/metrics.js +2 -2
- package/lib/vendor/blamejs/lib/middleware/compose-pipeline.js +1 -1
- package/lib/vendor/blamejs/lib/network-dnssec.js +2 -2
- package/lib/vendor/blamejs/lib/network-smtp-policy.js +1 -1
- package/lib/vendor/blamejs/lib/network-tls.js +1 -1
- package/lib/vendor/blamejs/lib/network-tsig.js +3 -3
- package/lib/vendor/blamejs/lib/rfc3339.js +2 -2
- package/lib/vendor/blamejs/lib/safe-decompress.js +1 -1
- package/lib/vendor/blamejs/lib/standard-webhooks.js +3 -3
- package/lib/vendor/blamejs/lib/stream-throttle.js +2 -2
- package/lib/vendor/blamejs/lib/structured-fields.js +1 -1
- package/lib/vendor/blamejs/lib/vault/seal-pem-file.js +1 -1
- package/lib/vendor/blamejs/lib/web-push-vapid.js +1 -1
- package/lib/vendor/blamejs/lib/webhook.js +1 -1
- package/lib/vendor/blamejs/lib/websocket.js +1 -1
- package/lib/vendor/blamejs/package.json +1 -1
- package/lib/vendor/blamejs/release-notes/v0.14.8.json +27 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/codebase-patterns.test.js +221 -35
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,10 @@ upgrading across more than a few patches at a time.
|
|
|
8
8
|
|
|
9
9
|
## v0.3.x
|
|
10
10
|
|
|
11
|
+
- v0.3.16 (2026-05-30) — **Uploaded SVGs are sanitized, and product images can be reordered with a chosen primary.** Two things for product media in the admin console. First, when an SVG image is uploaded it now passes through a strict sanitizer: an SVG that carries script or other active content is repaired, or refused outright when it can't be made safe, so a stored image can't become a script-execution vector. Second, a product's images can now be reordered and any image promoted to the primary (hero) slot directly from the console — previously the order was fixed at attach time and the first-attached image was always the hero. The primary image is the one shown first on the product page. **Added:** *Reorder product images and set the primary from the console* — Each image on a product now has a "Make primary" control that moves it to the hero slot shown first on the product page, and a reorder control sets the full order. Both are no-JavaScript form actions. The product page renders images in this order, so changing it here changes what shoppers see first. **Changed:** *Vendored runtime updated to v0.14.8* — The vendored blamejs runtime is updated to v0.14.8, an internal source-comment and lint-hygiene release with no API, wire-format, or behavior changes. No operator action is required. **Security:** *Uploaded SVG images are sanitized or refused* — An uploaded SVG is now checked by a strict sanitizer before it is stored: active content (scripts, event handlers, external references) is stripped, and an SVG that cannot be made safe is rejected with a clear error and never written. This closes the path where a crafted SVG, once stored and served, could execute script. Raster image uploads (PNG, JPEG, WebP, GIF) are unaffected.
|
|
12
|
+
|
|
13
|
+
- v0.3.15 (2026-05-30) — **Product image galleries are interactive — click a thumbnail to view that image full size.** A product page's image gallery now lets a shopper switch between the product's images: clicking a thumbnail swaps the main image, with no JavaScript required. Previously the thumbnail strip was decorative — the additional images were unreachable, a single-image product showed empty placeholder slots, and only the first four images were shown. Now the main image stacks the product's images and the thumbnails are real, keyboard-accessible controls that select which one is shown; a product with one image shows just that image (no empty slots), and the four-image cap is raised to twelve so far more images are reachable. The picker is pure HTML and CSS, so it works without scripting and degrades cleanly. **Fixed:** *The product image gallery actually switches images now* — Thumbnails on the product page are now interactive: selecting one shows that image as the main image, using a no-JavaScript radio/label control. The empty placeholder slots a single-image product used to show are gone, the four-image cap is raised to twelve so far more images are reachable, and the strip is keyboard-navigable with accessible labels. The edge and container renderers emit identical markup.
|
|
14
|
+
|
|
11
15
|
- v0.3.14 (2026-05-30) — **Drop the inert Document-Policy header that only produced browser warnings.** Container-rendered pages were sending a Document-Policy response header whose feature tokens (document-write, unsized-media, oversized-images) are no longer recognized by current browsers — so it enforced nothing while making the browser log a warning for each token on every page. The header is now omitted; every other security header (Content-Security-Policy, Permissions-Policy, HSTS, X-Frame-Options, the COOP/CORP set, and the rest) is unchanged. The edge and container paths now agree — neither sends Document-Policy — closing a header-parity gap. **Fixed:** *No more Document-Policy console warnings* — The Document-Policy header is no longer emitted on container-rendered pages. Its tokens were rejected by current browsers (the policy applied nothing and logged a warning per token on every page), so the header is dropped rather than shipped inert; the full set of other security headers is retained unchanged. Edge and container responses are now consistent.
|
|
12
16
|
|
|
13
17
|
- v0.3.13 (2026-05-30) — **Updated runtime hardens the storage and audit layers; admin error pages no longer show raw database text.** The vendored blamejs runtime is updated to v0.14.7, which tightens the data and audit layers the shop is built on: database queries are checked against each table's declared columns (a reference to an undeclared column fails closed), the database encryption key is bound to its deployment so a copied key can't be unsealed elsewhere, raw SQL fragments refuse embedded string literals so values bind through placeholders, audit-chain purges can require two authorizers, and breach-notification deadlines raise a running clock. Separately, when an admin form action fails the console now shows a short generic message with the correct status instead of rendering a raw database or parser string into its error banner. No operator action is required. **Changed:** *Vendored runtime updated to v0.14.7 (storage + audit hardening)* — The underlying runtime now checks every database query against the table's declared columns and fails closed on an undeclared reference, binds the database encryption key to its data directory and key path so a relocated key won't unseal, refuses embedded string literals in raw SQL fragments, supports two-authorizer dual control on audit-chain purges, can compute sealed-column lookup hashes as a keyed MAC, and ships a running clock for breach-notification deadlines. The shop inherits these protections; no configuration change is needed. **Fixed:** *Console error banners show a safe message, not internal text* — Every admin HTML form handler now routes a thrown error through one shared classifier: a duplicate key becomes a 409 "That value is already in use.", a missing referenced record a generic not-found, malformed input a generic "Invalid input.", and an unexpected failure a generic message whose detail is recorded server-side rather than shown. Operator-facing validation messages are unchanged. This closes the path where a create form could render a raw database constraint string into its error banner, matching the API behavior the bearer path already had.
|
package/lib/admin.js
CHANGED
|
@@ -1200,6 +1200,43 @@ function mount(router, deps) {
|
|
|
1200
1200
|
// caller renders the problem.
|
|
1201
1201
|
async function _storeAndAttach(buf, contentType, body) {
|
|
1202
1202
|
var declared = String(contentType).split(";")[0].trim().toLowerCase();
|
|
1203
|
+
// SVG is text — magic-byte sniffing can't classify it, so the type
|
|
1204
|
+
// gate trusts the declared `image/svg+xml`. An SVG served same-origin
|
|
1205
|
+
// from the media bucket is a stored-XSS vector on direct navigation
|
|
1206
|
+
// (embedded <script>, on* handlers, javascript: URLs, foreignObject
|
|
1207
|
+
// namespace escapes). Run the bytes through the framework's SVG guard
|
|
1208
|
+
// before they reach the bucket: `refuse` (an unrepairable threat —
|
|
1209
|
+
// <script>, DOCTYPE/XXE, SVGZ) is an operational failure the caller
|
|
1210
|
+
// renders as a clean 4xx with no row written; `sanitize` stores the
|
|
1211
|
+
// repaired bytes; `serve` stores the (clean) original. Composes the
|
|
1212
|
+
// vendored b.guardSvg — never a hand-rolled SVG allowlist.
|
|
1213
|
+
if (declared === "image/svg+xml") {
|
|
1214
|
+
var verdict;
|
|
1215
|
+
try {
|
|
1216
|
+
verdict = await b.guardSvg.gate({ profile: "strict" }).check({ bytes: buf });
|
|
1217
|
+
} catch (_e) {
|
|
1218
|
+
return { status: 422, code: "svg-unsafe",
|
|
1219
|
+
detail: "the uploaded SVG could not be validated as safe to serve" };
|
|
1220
|
+
}
|
|
1221
|
+
if (!verdict || verdict.action === "refuse") {
|
|
1222
|
+
return { status: 422, code: "svg-unsafe",
|
|
1223
|
+
detail: "the uploaded SVG carries active content that can't be served safely (scripts, external entities, or a compressed payload)" };
|
|
1224
|
+
}
|
|
1225
|
+
if (verdict.action === "sanitize") {
|
|
1226
|
+
// The guard hands back the repaired bytes as a Buffer (the gate
|
|
1227
|
+
// contract) — or, defensively, a string. Anything else is a guard
|
|
1228
|
+
// malfunction; fail closed rather than store unvalidated bytes.
|
|
1229
|
+
var clean = verdict.sanitized;
|
|
1230
|
+
if (Buffer.isBuffer(clean)) {
|
|
1231
|
+
buf = clean;
|
|
1232
|
+
} else if (typeof clean === "string") {
|
|
1233
|
+
buf = Buffer.from(clean, "utf8");
|
|
1234
|
+
} else {
|
|
1235
|
+
return { status: 422, code: "svg-unsafe",
|
|
1236
|
+
detail: "the uploaded SVG could not be sanitized into safe-to-serve bytes" };
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1203
1240
|
var ext = _extFromContentType(declared);
|
|
1204
1241
|
var id = b.uuid.v7();
|
|
1205
1242
|
var key = "media/" + id + (ext ? "." + ext : "");
|
|
@@ -1432,6 +1469,76 @@ function mount(router, deps) {
|
|
|
1432
1469
|
},
|
|
1433
1470
|
));
|
|
1434
1471
|
|
|
1472
|
+
// Reorder a product's media. The PDP gallery renders the media in list
|
|
1473
|
+
// order with the first row as the hero, so this is "rearrange the gallery
|
|
1474
|
+
// + choose which image leads." Browser form posts the full ordered id set
|
|
1475
|
+
// as a comma-joined `ordered_media_ids` string (same convention as the
|
|
1476
|
+
// collections-members reorder); the JSON API accepts an array. The
|
|
1477
|
+
// primitive rewrites `position` to 0..N-1 and refuses a partial / foreign
|
|
1478
|
+
// set (TypeError → clean 400 / ?err=1). DB-only — no R2 bridge needed.
|
|
1479
|
+
router.post("/admin/products/:id/media/reorder", _pageOrApi(false,
|
|
1480
|
+
W("media.reorder", async function (req, res) {
|
|
1481
|
+
var body = req.body || {};
|
|
1482
|
+
var ids = Array.isArray(body.ordered_media_ids) ? body.ordered_media_ids : null;
|
|
1483
|
+
if (!ids || ids.length === 0) return _problem(res, 400, "bad-request", "ordered_media_ids array required");
|
|
1484
|
+
try { await catalog.media.reorder(req.params.id, ids); }
|
|
1485
|
+
catch (e) { if (e instanceof TypeError) return _problem(res, 400, "bad-request", e.message); throw e; }
|
|
1486
|
+
_json(res, 200, { ok: true });
|
|
1487
|
+
return { id: req.params.id };
|
|
1488
|
+
}),
|
|
1489
|
+
async function (req, res) {
|
|
1490
|
+
var id = req.params.id;
|
|
1491
|
+
var enc = encodeURIComponent(id);
|
|
1492
|
+
var body = req.body || {};
|
|
1493
|
+
// The reorder form posts a single comma-joined id field; also accept
|
|
1494
|
+
// repeated ordered_media_id rows for parity with the collections form.
|
|
1495
|
+
var ids;
|
|
1496
|
+
if (body.ordered_media_ids != null && typeof body.ordered_media_ids === "string") {
|
|
1497
|
+
ids = body.ordered_media_ids.split(",").map(function (s) { return s.trim(); }).filter(Boolean);
|
|
1498
|
+
} else {
|
|
1499
|
+
var raw = body.ordered_media_id;
|
|
1500
|
+
var rows = raw == null ? [] : (Array.isArray(raw) ? raw : [raw]);
|
|
1501
|
+
ids = rows.map(function (s) { return String(s).trim(); }).filter(Boolean);
|
|
1502
|
+
}
|
|
1503
|
+
if (!ids.length) return _redirect(res, "/admin/products/" + enc + "?err=1");
|
|
1504
|
+
try { await catalog.media.reorder(id, ids); }
|
|
1505
|
+
catch (e) {
|
|
1506
|
+
_safeNotice(e, "media.reorder");
|
|
1507
|
+
return _redirect(res, "/admin/products/" + enc + "?err=1");
|
|
1508
|
+
}
|
|
1509
|
+
b.audit.safeEmit({ action: AUDIT_NAMESPACE + ".media.reorder", outcome: "success", metadata: { id: id } });
|
|
1510
|
+
_redirect(res, "/admin/products/" + enc + "?saved=1");
|
|
1511
|
+
},
|
|
1512
|
+
));
|
|
1513
|
+
|
|
1514
|
+
// Promote one media row to the hero slot (position 0). No body — the media
|
|
1515
|
+
// id is in the path, the product id only used to PRG back to the detail.
|
|
1516
|
+
// A malformed id throws TypeError (→ 400 / ?err=1); an unknown or
|
|
1517
|
+
// variant-only row returns false (→ 404 / ?err=1). DB-only.
|
|
1518
|
+
router.post("/admin/products/:id/media/:mid/primary", _pageOrApi(false,
|
|
1519
|
+
W("media.set_primary", async function (req, res) {
|
|
1520
|
+
var ok;
|
|
1521
|
+
try { ok = await catalog.media.setPrimary(req.params.mid); }
|
|
1522
|
+
catch (e) { if (e instanceof TypeError) return _problem(res, 400, "bad-request", e.message); throw e; }
|
|
1523
|
+
if (!ok) return _problem(res, 404, "media-not-found");
|
|
1524
|
+
_json(res, 200, { ok: true });
|
|
1525
|
+
return { id: req.params.mid };
|
|
1526
|
+
}),
|
|
1527
|
+
async function (req, res) {
|
|
1528
|
+
var id = req.params.id;
|
|
1529
|
+
var enc = encodeURIComponent(id);
|
|
1530
|
+
var ok = false;
|
|
1531
|
+
try { ok = await catalog.media.setPrimary(req.params.mid); }
|
|
1532
|
+
catch (e) {
|
|
1533
|
+
_safeNotice(e, "media.set_primary");
|
|
1534
|
+
return _redirect(res, "/admin/products/" + enc + "?err=1");
|
|
1535
|
+
}
|
|
1536
|
+
if (!ok) return _redirect(res, "/admin/products/" + enc + "?err=1");
|
|
1537
|
+
b.audit.safeEmit({ action: AUDIT_NAMESPACE + ".media.set_primary", outcome: "success", metadata: { id: req.params.mid } });
|
|
1538
|
+
_redirect(res, "/admin/products/" + enc + "?saved=1");
|
|
1539
|
+
},
|
|
1540
|
+
));
|
|
1541
|
+
|
|
1435
1542
|
// ---- bulk catalog import --------------------------------------------
|
|
1436
1543
|
|
|
1437
1544
|
// POST /admin/catalog/import — Content-Type: text/csv body. The CSV
|
|
@@ -9658,24 +9765,50 @@ function renderAdminProduct(opts) {
|
|
|
9658
9765
|
var variantsSection = "<section class=\"mt\"><h3 class=\"fs-105\">Variants</h3>" + variantsBody + addVariant + "</section>";
|
|
9659
9766
|
|
|
9660
9767
|
// ---- media -----------------------------------------------------------
|
|
9661
|
-
var mediaCards = mediaRows.map(function (m) {
|
|
9768
|
+
var mediaCards = mediaRows.map(function (m, idx) {
|
|
9662
9769
|
var mid = _htmlEscape(m.id);
|
|
9663
9770
|
var url = assetPrefix + m.r2_key;
|
|
9664
9771
|
var isImage = /^image\//.test(m.content_type || "");
|
|
9665
9772
|
var thumb = isImage
|
|
9666
9773
|
? "<img class=\"media-thumb\" src=\"" + _htmlEscape(url) + "\" alt=\"" + _htmlEscape(m.alt_text || "") + "\" loading=\"lazy\">"
|
|
9667
9774
|
: "<span class=\"media-thumb media-thumb--file\">" + _htmlEscape((m.content_type || "file").split("/")[0]) + "</span>";
|
|
9775
|
+
// The first row is the hero shown on the product page — mark it with a
|
|
9776
|
+
// pill; every other row offers a "Make primary" form that promotes it to
|
|
9777
|
+
// position 0 (the CSRF field is injected into the form by the shell).
|
|
9778
|
+
var makePrimary = (idx === 0)
|
|
9779
|
+
? "<span class=\"status-pill paid\">Primary</span>"
|
|
9780
|
+
: "<form method=\"post\" action=\"/admin/products/" + pid + "/media/" + mid + "/primary\" class=\"form-inline\">" +
|
|
9781
|
+
"<button class=\"btn btn--ghost\" type=\"submit\">Make primary</button></form>";
|
|
9668
9782
|
return "<div class=\"media-card\">" +
|
|
9669
9783
|
thumb +
|
|
9670
9784
|
"<code class=\"order-id\">" + _htmlEscape(m.r2_key) + "</code>" +
|
|
9671
9785
|
"<span class=\"u-mute\">" + _htmlEscape(m.content_type || "") + (m.alt_text ? " · " + _htmlEscape(m.alt_text) : "") + "</span>" +
|
|
9672
|
-
"<
|
|
9786
|
+
"<div class=\"actions-row mt-0\">" + makePrimary +
|
|
9787
|
+
"<a class=\"btn btn--danger\" href=\"/admin/media/" + mid + "/delete/confirm-page?product_id=" + pid + "\">Delete</a>" +
|
|
9788
|
+
"</div>" +
|
|
9673
9789
|
"</div>";
|
|
9674
9790
|
}).join("");
|
|
9675
9791
|
var mediaGrid = mediaRows.length
|
|
9676
9792
|
? "<div class=\"media-grid\">" + mediaCards + "</div>"
|
|
9677
9793
|
: "<p class=\"empty\">No media attached yet.</p>";
|
|
9678
9794
|
|
|
9795
|
+
// Reorder: a single field of the current media ids, comma-joined, that the
|
|
9796
|
+
// operator rewrites into the new order. No-JS-required and v1-defensible
|
|
9797
|
+
// — the primitive normalises positions to 0..N-1 and the first row is the
|
|
9798
|
+
// hero. Only shown when there's more than one image to order.
|
|
9799
|
+
var currentMediaIds = mediaRows.map(function (m) { return m.id; }).join(",");
|
|
9800
|
+
var mediaReorderForm = mediaRows.length > 1
|
|
9801
|
+
? "<div class=\"panel mt-1 mw-40\">" +
|
|
9802
|
+
"<h3 class=\"subhead\">Reorder images</h3>" +
|
|
9803
|
+
"<p class=\"meta\">The first image is the hero shown on the product page. Rewrite the comma-separated id list into the order you want — list every current image.</p>" +
|
|
9804
|
+
"<form method=\"post\" action=\"/admin/products/" + pid + "/media/reorder\">" +
|
|
9805
|
+
"<label class=\"form-field\"><span>Ordered media ids</span>" +
|
|
9806
|
+
"<input type=\"text\" name=\"ordered_media_ids\" value=\"" + _htmlEscape(currentMediaIds) + "\"></label>" +
|
|
9807
|
+
"<div class=\"actions-row\"><button class=\"btn btn--ghost\" type=\"submit\">Apply order</button></div>" +
|
|
9808
|
+
"</form>" +
|
|
9809
|
+
"</div>"
|
|
9810
|
+
: "";
|
|
9811
|
+
|
|
9679
9812
|
var attachForm =
|
|
9680
9813
|
"<div class=\"panel mt-1 mw-40\">" +
|
|
9681
9814
|
"<h3 class=\"subhead\">Attach media by R2 key</h3>" +
|
|
@@ -9716,7 +9849,7 @@ function renderAdminProduct(opts) {
|
|
|
9716
9849
|
"</div>"
|
|
9717
9850
|
: "";
|
|
9718
9851
|
|
|
9719
|
-
var mediaSection = "<section class=\"mt\"><h3 class=\"fs-105\">Media</h3>" + mediaGrid + fileUploadForm + attachForm + uploadForm + "</section>";
|
|
9852
|
+
var mediaSection = "<section class=\"mt\"><h3 class=\"fs-105\">Media</h3>" + mediaGrid + mediaReorderForm + fileUploadForm + attachForm + uploadForm + "</section>";
|
|
9720
9853
|
|
|
9721
9854
|
// ---- head + assembly -------------------------------------------------
|
|
9722
9855
|
var statusCls = p.status === "active" ? "paid" : (p.status === "archived" ? "refunded" : "pending");
|
package/lib/asset-manifest.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.3.
|
|
2
|
+
"version": "0.3.16",
|
|
3
3
|
"assets": {
|
|
4
4
|
"css/admin.css": {
|
|
5
5
|
"integrity": "sha384-1SIn6oAf1DjECbRfKENZasdKHJiywGdXR58wn0hsFGcdVHzUmvfgMkEz5ANIAZJ3",
|
|
6
6
|
"fingerprinted": "css/admin.72c808274ebcefd9.css"
|
|
7
7
|
},
|
|
8
8
|
"css/main.css": {
|
|
9
|
-
"integrity": "sha384-
|
|
10
|
-
"fingerprinted": "css/main.
|
|
9
|
+
"integrity": "sha384-kbtcIsmD7X/DDsTJIYQ49JexBKXkz/GU1aQ8430XEyHHW/hcOPMWqbgZ7wRqvsbT",
|
|
10
|
+
"fingerprinted": "css/main.37860144b12a94fe.css"
|
|
11
11
|
},
|
|
12
12
|
"js/announcement.js": {
|
|
13
13
|
"integrity": "sha384-z4zcEMn+tScoVnYRE4nEf8N/oyvpxdpaxTNrT4QO/jURChid4+qjAvWkzatCaAPq",
|
package/lib/catalog.js
CHANGED
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
* Five sub-modules:
|
|
9
9
|
*
|
|
10
10
|
* - `products` — create, get, bySlug, list, update, archive, restore
|
|
11
|
-
* - `variants` — create, get, listForProduct, update, delete
|
|
11
|
+
* - `variants` — create, get, listForProduct, update, delete
|
|
12
12
|
* - `prices` — set (versioned), current, history
|
|
13
13
|
* - `inventory` — create, get, decrement, release, restock
|
|
14
|
-
* - `media` — attach, listForProduct, listForVariant, delete,
|
|
14
|
+
* - `media` — attach, get, listForProduct, listForVariant, delete,
|
|
15
|
+
* reorder, setPrimary
|
|
15
16
|
*
|
|
16
17
|
* Every write validates input at entry; bad input throws TypeError
|
|
17
18
|
* with a descriptive message so the calling route handler can
|
|
@@ -789,6 +790,64 @@ function _mediaModule(query) {
|
|
|
789
790
|
var r = await query("DELETE FROM media WHERE id = ?1", [id]);
|
|
790
791
|
return r.rowCount > 0;
|
|
791
792
|
},
|
|
793
|
+
|
|
794
|
+
// Reorder a product's media. `orderedIds` is the FULL set of this
|
|
795
|
+
// product's media ids in the desired order; `position` is rewritten to
|
|
796
|
+
// 0..N-1 to match. Throws TypeError on a non-array / id-shape error or
|
|
797
|
+
// when the set doesn't exactly match the product's current media (a
|
|
798
|
+
// missing / extra / foreign id) — a partial reorder would silently drop
|
|
799
|
+
// a row's ordering. D1 has no cross-statement transaction over the HTTP
|
|
800
|
+
// bridge, so positions are written one UPDATE per row, each scoped by
|
|
801
|
+
// product_id so a crafted id list can never reposition another product's
|
|
802
|
+
// row out of band. Returns the count written.
|
|
803
|
+
reorder: async function (productId, orderedIds) {
|
|
804
|
+
_id(productId, "product_id");
|
|
805
|
+
if (!Array.isArray(orderedIds) || orderedIds.length === 0) {
|
|
806
|
+
throw new TypeError("catalog.media.reorder: orderedIds must be a non-empty array");
|
|
807
|
+
}
|
|
808
|
+
orderedIds.forEach(function (id) { _id(id, "media id"); });
|
|
809
|
+
var existing = await query("SELECT id FROM media WHERE product_id = ?1", [productId]);
|
|
810
|
+
var have = existing.rows.map(function (r) { return r.id; }).sort();
|
|
811
|
+
var want = orderedIds.slice().sort();
|
|
812
|
+
if (have.length !== want.length ||
|
|
813
|
+
have.some(function (id, i) { return id !== want[i]; })) {
|
|
814
|
+
throw new TypeError("catalog.media.reorder: orderedIds must list exactly this product's current media");
|
|
815
|
+
}
|
|
816
|
+
for (var i = 0; i < orderedIds.length; i += 1) {
|
|
817
|
+
await query(
|
|
818
|
+
"UPDATE media SET position = ?1 WHERE id = ?2 AND product_id = ?3",
|
|
819
|
+
[i, orderedIds[i], productId],
|
|
820
|
+
);
|
|
821
|
+
}
|
|
822
|
+
return orderedIds.length;
|
|
823
|
+
},
|
|
824
|
+
|
|
825
|
+
// Promote one media row to the hero slot (position 0) and push every
|
|
826
|
+
// other row of the same product down by one, preserving their relative
|
|
827
|
+
// order. The PDP gallery renders media[0] as the hero, so this is the
|
|
828
|
+
// "set primary image" operation. Throws TypeError on a malformed id;
|
|
829
|
+
// returns false when the id doesn't resolve to a product-scoped row
|
|
830
|
+
// (an unknown id, or a variant-only row that has no product_id). Every
|
|
831
|
+
// UPDATE is scoped by product_id — same cross-product-IDOR guard as
|
|
832
|
+
// reorder.
|
|
833
|
+
setPrimary: async function (mediaId) {
|
|
834
|
+
_id(mediaId, "media id");
|
|
835
|
+
var row = (await query("SELECT id, product_id FROM media WHERE id = ?1", [mediaId])).rows[0];
|
|
836
|
+
if (!row || !row.product_id) return false;
|
|
837
|
+
var ordered = (await query(
|
|
838
|
+
"SELECT id FROM media WHERE product_id = ?1 ORDER BY position ASC, created_at ASC",
|
|
839
|
+
[row.product_id],
|
|
840
|
+
)).rows.map(function (r) { return r.id; });
|
|
841
|
+
var without = ordered.filter(function (id) { return id !== mediaId; });
|
|
842
|
+
var next = [mediaId].concat(without);
|
|
843
|
+
for (var i = 0; i < next.length; i += 1) {
|
|
844
|
+
await query(
|
|
845
|
+
"UPDATE media SET position = ?1 WHERE id = ?2 AND product_id = ?3",
|
|
846
|
+
[i, next[i], row.product_id],
|
|
847
|
+
);
|
|
848
|
+
}
|
|
849
|
+
return true;
|
|
850
|
+
},
|
|
792
851
|
};
|
|
793
852
|
}
|
|
794
853
|
|
package/lib/storefront.js
CHANGED
|
@@ -1709,42 +1709,57 @@ var PRODUCT_PAGE =
|
|
|
1709
1709
|
"RAW_RELATED_PLACEHOLDER";
|
|
1710
1710
|
|
|
1711
1711
|
// PDP gallery markup — composed once per render call from the
|
|
1712
|
-
// product's media rows.
|
|
1713
|
-
//
|
|
1714
|
-
//
|
|
1715
|
-
//
|
|
1712
|
+
// product's media rows. A no-JS, CSS-`:checked` picker: every media row
|
|
1713
|
+
// is rendered both as a hidden radio + a stacked main `<img>` (only the
|
|
1714
|
+
// `:checked` radio's image is visible) and as a `<label for>` thumbnail
|
|
1715
|
+
// (clicking/keyboard-activating it checks the radio → CSS swaps the
|
|
1716
|
+
// visible image). The first image is selected on load. A single-image
|
|
1717
|
+
// product renders just that image with no thumbnail strip; when media is
|
|
1718
|
+
// absent the gallery falls back to the letter-mark placeholder so a
|
|
1716
1719
|
// freshly-seeded product never renders an empty square.
|
|
1720
|
+
//
|
|
1721
|
+
// Byte-identical to the edge renderer (`worker/render/product.js
|
|
1722
|
+
// #_buildPdpGallery`) — keep the two in sync on every change.
|
|
1717
1723
|
function _buildPdpGallery(product, media, assetPrefix) {
|
|
1718
1724
|
var prefix = assetPrefix || "/assets/";
|
|
1719
1725
|
function _escAttr(s) { return b.template.escapeHtml(s); }
|
|
1720
1726
|
if (!media || media.length === 0) {
|
|
1721
1727
|
return "<figure class=\"pdp__media pdp__media--placeholder\" aria-hidden=\"true\">" +
|
|
1722
1728
|
"<svg class=\"media-ph__svg\" viewBox=\"0 0 240 240\" aria-hidden=\"true\"><rect width=\"240\" height=\"240\" fill=\"none\"/><g stroke=\"currentColor\" stroke-opacity=\"0.10\" stroke-width=\"1\"><path d=\"M0 40 H240 M0 80 H240 M0 120 H240 M0 160 H240 M0 200 H240 M40 0 V240 M80 0 V240 M120 0 V240 M160 0 V240 M200 0 V240\"/></g><g fill=\"none\" stroke=\"#AD38DB\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M120 64 L162 80 L162 122 C162 152 144 168 120 178 C96 168 78 152 78 122 L78 80 Z\" stroke=\"#732A8D\" stroke-width=\"2.4\"/><path d=\"M120 92 L146 105 L146 134 L120 147 L94 134 L94 105 Z\"/><path d=\"M94 105 L120 118 L146 105 M120 118 V147\" stroke=\"#732A8D\" stroke-width=\"2.4\"/><path d=\"M107 101 L112 105 L107 109\" stroke=\"currentColor\" stroke-width=\"2.4\"/><path d=\"M116 110 H128\" stroke=\"currentColor\" stroke-width=\"2.4\"/></g><text x=\"120\" y=\"208\" text-anchor=\"middle\" font-family=\"ui-monospace,Menlo,Consolas,monospace\" font-size=\"12\" letter-spacing=\"2\" fill=\"#6b6b78\">no image yet</text></svg>" +
|
|
1723
|
-
"</figure>"
|
|
1724
|
-
"<ul class=\"pdp__thumbs\" aria-hidden=\"true\">" +
|
|
1725
|
-
"<li class=\"is-active\"></li><li></li><li></li><li></li>" +
|
|
1726
|
-
"</ul>";
|
|
1729
|
+
"</figure>";
|
|
1727
1730
|
}
|
|
1728
1731
|
var hero = media[0];
|
|
1729
|
-
var heroUrl = prefix + hero.r2_key;
|
|
1730
1732
|
var heroAlt = hero.alt_text || product.title || "Product image";
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
//
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
var thumbs =
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
var
|
|
1743
|
-
var
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1733
|
+
// The CSS picker (main.css) maps :checked radios through nth-of-type(12),
|
|
1734
|
+
// so render at most that many — a thumbnail that checked a radio with no
|
|
1735
|
+
// matching visibility rule would blank the gallery. Twelve covers any
|
|
1736
|
+
// realistic product; keep this in lockstep with the rule count in main.css.
|
|
1737
|
+
var shown = media.length < 12 ? media.length : 12;
|
|
1738
|
+
var radios = "";
|
|
1739
|
+
var imgs = "";
|
|
1740
|
+
var thumbs = "";
|
|
1741
|
+
for (var i = 0; i < shown; i += 1) {
|
|
1742
|
+
var m = media[i];
|
|
1743
|
+
var url = prefix + m.r2_key;
|
|
1744
|
+
var id = "pdp-img-" + i;
|
|
1745
|
+
var checked = i === 0 ? " checked" : "";
|
|
1746
|
+
var alt = i === 0 ? heroAlt : (m.alt_text || product.title || "Product image");
|
|
1747
|
+
var loading = i === 0 ? "eager" : "lazy";
|
|
1748
|
+
radios += "<input class=\"pdp__radio\" type=\"radio\" name=\"pdp-img\" id=\"" + _escAttr(id) + "\"" + checked + ">";
|
|
1749
|
+
imgs += "<img class=\"pdp__img\" src=\"" + _escAttr(url) + "\" alt=\"" + _escAttr(alt) + "\" loading=\"" + loading + "\">";
|
|
1750
|
+
thumbs += "<li>" +
|
|
1751
|
+
"<label class=\"pdp__thumb\" for=\"" + _escAttr(id) + "\">" +
|
|
1752
|
+
"<img src=\"" + _escAttr(url) + "\" alt=\"\">" +
|
|
1753
|
+
"<span class=\"sr-only\">Show image " + (i + 1) + "</span>" +
|
|
1754
|
+
"</label>" +
|
|
1755
|
+
"</li>";
|
|
1756
|
+
}
|
|
1757
|
+
// Radios are siblings of the figure + thumbnail list (not nested), so a
|
|
1758
|
+
// checked radio can reach both the stacked images and the matching
|
|
1759
|
+
// thumbnail through the general-sibling combinator in CSS.
|
|
1760
|
+
var figure = "<figure class=\"pdp__media pdp__media--image pdp__media--gallery\">" + imgs + "</figure>";
|
|
1761
|
+
if (shown === 1) return radios + figure;
|
|
1762
|
+
return radios + figure + "<ul class=\"pdp__thumbs\">" + thumbs + "</ul>";
|
|
1748
1763
|
}
|
|
1749
1764
|
|
|
1750
1765
|
// Accessible star glyph row — the precise figure rides in a visually-
|
package/lib/vendor/MANIFEST.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"_about": "blamejs.shop vendors a single framework — blamejs — which itself bundles every server-side crypto/identity dependency. The transitive packages blamejs ships are surfaced in its own MANIFEST.json at lib/vendor/blamejs/lib/vendor/MANIFEST.json — Trivy / Grype rely on that nested data for CVE attribution.",
|
|
4
4
|
"packages": {
|
|
5
5
|
"blamejs": {
|
|
6
|
-
"version": "0.14.
|
|
7
|
-
"tag": "v0.14.
|
|
6
|
+
"version": "0.14.8",
|
|
7
|
+
"tag": "v0.14.8",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"author": "blamejs contributors",
|
|
10
10
|
"source": "https://github.com/blamejs/blamejs",
|
|
@@ -8,6 +8,8 @@ upgrading across more than a few patches at a time.
|
|
|
8
8
|
|
|
9
9
|
## v0.14.x
|
|
10
10
|
|
|
11
|
+
- v0.14.8 (2026-05-30) — **Source-comment and codebase-check hygiene, plus a new require-block alignment check; no API or behaviour changes.** Internal lint and comment cleanup with no operator-facing surface change. Several codebase-check comments and one stub helper name that described behaviour the check no longer has are corrected; an unused lint-suppression class and a set of stale duplicate-cluster qualifiers (functions that were since renamed or extracted) are pruned or re-pointed. Fifty-nine `// allow:` markers that named the byte-size or time-literal check on values those checks no longer flag are removed, and twenty self-negating rationales on markers the time check genuinely fires on are rewritten to say why the value coincidentally matches. A new codebase check holds top-of-file require blocks to consistent `=` column alignment, with the files that currently carry drift listed as a migration allowlist. No exported API, error code, wire format, or runtime behaviour changes. **Changed:** *Lint-suppression and codebase-check comment cleanup* — Corrected codebase-check comments that overstated their check's scope (a duplicate-code threshold described as three files when the advisory threshold is two, a narrowed byte-literal check carrying its pre-narrowing description, and a deferred-scan helper named as though it enforced a guarantee it does not yet provide). Removed an unused lint-suppression class and its one dead in-code marker, and pruned or re-pointed stale duplicate-cluster qualifiers that named functions since renamed or extracted into shared helpers. Removed fifty-nine `// allow:` markers that suppressed nothing, and rewrote twenty self-negating marker rationales (which read "not seconds" while sitting on a value the time check fires on) to explain the coincidental match. Source-comment and test hygiene only. **Detectors:** *Require-block `=` alignment check* — A new codebase check flags a top-of-file require block that mixes its `=` column alignment — a fittable line whose `=` drifts off the column the rest of the block shares. Compact single-space blocks are exempt (only blocks that declare alignment intent are checked), as are destructures and long names physically too wide to reach the column, and blank- or comment-separated tiers align independently. The files that currently carry such drift are an explicit migration allowlist, reflowed over time; new code is held to the rule.
|
|
12
|
+
|
|
11
13
|
- v0.14.7 (2026-05-30) — **Storage and audit-trail hardening: queries are gated to declared columns, raw SQL refuses embedded literals, the database key is bound to its location, sealed-column lookup hashes gain a keyed mode, audit-chain purges can require dual control, and breach deadlines ship a running clock.** This release tightens the data and audit layers against a set of failure modes that were previously reachable. Database queries are now checked against the columns a table declared in its schema: a reference to an undeclared column fails closed by default instead of silently matching nothing, and the `whereRaw` escape hatch refuses an embedded string literal so values bind through placeholders. The database encryption key is sealed with its purpose, data directory, and key path as additional authenticated data, so a key file cannot be relocated to another deployment and unsealed there; an older key without that binding upgrades itself on first load. Sealed-column equality-lookup hashes can now be computed as a keyed MAC (HMAC-SHAKE256) off a per-deployment key, making the lookup hash unforgeable without that key, while the salted-SHA3 default is unchanged. Purging the tamper-evident audit chain can be placed under a two-authorizer dual-control grant so one operator cannot erase it alone, and database credential-rejection audits now record which relation the rejected credential tried to reach. Finally, breach-notification deadlines get a running clock that raises approaching and passed alerts as each regime's window elapses. One behavior change to note: the column gate defaults to reject — if a service issues queries against columns it did not declare in its schema, set `db.init({ columnGate: "warn" })` (audited, allowed) or `"off"` while the schema is reconciled. **Added:** *Column-membership gate on every query* — `b.db.from(table)` now checks each referenced column against the table's declared schema. The mode is set with `db.init({ columnGate: "reject" | "warn" | "off" })` (default `reject`), and `query.allowedColumns([...])` narrows a single query to an explicit allowlist that is always enforced. `b.db.getDeclaredColumns(table)` returns a table's declared column names (or `null` for an unknown table). This is defense in depth against typo'd or caller-influenced column names reaching the SQL layer (CWE-89). · *Keyed mode for sealed-column lookup hashes* — Equality-lookup ("derived") hashes for sealed columns can be computed as `hmac-shake256` — a keyed MAC over a per-deployment key — instead of the default `salted-sha3`. Set it per table with `cryptoField.registerTable(name, { derivedHashMode: "hmac-shake256" })` or per column with `{ from, mode: "hmac-shake256" }`. The keyed hash is unforgeable and un-correlatable without the deployment's MAC key, which raises the bar against offline lookup-table attacks on low-entropy sealed values (CWE-916). `b.vault.getDerivedHashMacKey()` exposes the 32-byte per-deployment key; it is created on first use and re-sealed across key rotation automatically. · *Dual-control gate on audit-chain purge* — `b.auditTools.purge` accepts `dualControlGrant`. When `audit_log` is placed under dual control, a verified archive and `confirm: true` are no longer sufficient: the purge additionally requires a consumed m-of-n grant whose action is bound to the purge, so a grant minted for another operation cannot be replayed and one operator cannot erase the tamper-evident chain alone (NIST SP 800-53 AU-9, separation of duties). · *Running clock for breach-notification deadlines* — `b.incident.report.createDeadlineClock({ notify, approachThresholds })` tracks open incidents and raises `deadline_approaching` and `deadline_passed` alerts as each regime's window elapses (GDPR 72h, DORA, NIS2, and the rest of the registry). Alerts are deduplicated per incident and stage, suppressed once a submission stage is acknowledged, and the clock can run on an interval or be ticked manually. **Changed:** *Queries against undeclared columns now fail closed by default* — The column gate defaults to `reject`: a query that references a column the table did not declare throws rather than silently matching nothing. A service that intentionally queries undeclared columns can set `db.init({ columnGate: "warn" })` to audit and allow, or `"off"` to disable the gate, while its schema is reconciled. Framework-declared columns (including `_id` and derived-hash columns) are always members. **Security:** *Database encryption key bound to its location* — `db.key.enc` is sealed with additional authenticated data over its purpose, resolved data directory, and resolved key path. A sealed key copied to a different deployment or path no longer unseals there — the AEAD authentication fails — which prevents silent key relocation. A legacy key sealed without this binding is detected and re-sealed in the bound format on first load, with no operator action required. · *`whereRaw` refuses embedded string literals* — `whereRaw(sql, params)` and `WhereBuilder.raw(sql, params)` reject a raw fragment containing a string literal (`'...'`); values must bind through the `params` array. A static, operator-controlled literal can opt in with `{ allowLiterals: true }`. This closes a path where a value concatenated into a raw fragment would reintroduce SQL injection (CWE-89). · *Credential-rejection audits record the attempted relation* — A `db.auth.failed` audit row (SQLSTATE 28000 / 28P01 / 42501) now carries `attemptedTable`, the relation the rejected credential tried to reach, extracted defensively from the statement. Triage can scope the blast radius of a credential-abuse event without correlating back to the raw SQL log (CWE-778). **Detectors:** *Audit-purge dual-control gate* — A new check fails the build if a call to `purgeAuditChain` appears in a file that does not also route through the dual-control gate, so a future caller cannot physically delete chain rows without two-authorizer enforcement. · *Raw-SQL literal/interpolation guard* — A new check fails the build on a `whereRaw` / `.raw` call whose SQL argument is built by template interpolation or string concatenation, keeping the bound-params discipline enforceable in framework code. · *Hand-rolled lookup-hash guard* — A new check fails the build if a sealed-column lookup hash is derived from the per-deployment salt outside the canonical helper, so call sites cannot bypass the keyed-mode and per-column mode policy. · *Auth-audit attempted-relation guard* — A new check fails the build if a `db.auth.failed` audit is emitted in a file that does not name `attemptedTable`, so the forensic field cannot be dropped from a future emitter.
|
|
12
14
|
|
|
13
15
|
- v0.14.6 (2026-05-30) — **Access-refusal middleware can return RFC 9457 problem+json or a custom response, and several documented-but-uncallable APIs are now reachable.** Every access-refusal middleware — the auth gates (bearer, DPoP, mTLS, AAL, bound-key), CSRF, CORS, rate-limit, bot-guard, age-gate, the host and network allowlists, and the method and content-type gates — now accepts two uniform options: `problemDetails: true` returns an RFC 9457 `application/problem+json` body, and `onDeny(req, res, info)` hands the response to the caller. With neither set the refusal is byte-for-byte what it was, so this is a drop-in change that lets a service standardize one error envelope across its API instead of working around each middleware's hardcoded body. Alongside that: `b.middleware.requireBoundKey` is now exported (it was documented and tested but never wired into the middleware surface), `b.middleware.bearerAuth` accepts `requiredScopes` (previously rejected at construction, which made its scope-enforcement path unreachable), API-key refusals send the RFC 6750 challenge code that matches the failure, two documented call paths that named a missing namespace segment are corrected, and the release flow now flags stale GitHub Actions and vendored bundles — with a ready-to-paste pin — before a dependency PR is needed. **Added:** *Uniform `onDeny` and `problemDetails` options on every access-refusal middleware* — Each request-lifecycle middleware that refuses a request now takes `problemDetails: true` to emit an RFC 9457 `application/problem+json` body (composing `b.problemDetails`) and `onDeny(req, res, info)` to take over the response entirely; `info` carries the status, a machine reason, and the middleware-specific fields. The deny-path response headers (`Allow`, `WWW-Authenticate`, `Retry-After`, `Accept`) survive every mode. When neither option is set the response is unchanged. Covers `requireAuth`, `requireAal`, `requireMethods`, `requireContentType`, `requireMtls`, `requireBoundKey`, `bearerAuth`, `dpop`, `csrfProtect`, `fetchMetadata`, `botGuard`, `ageGate`, `hostAllowlist`, `networkAllowlist`, `cors`, `rateLimit`, and `dailyByteQuota` (whose existing `onExceeded` keeps working as an alias of `onDeny`). **Fixed:** *`b.middleware.requireBoundKey` is now callable* — The Bearer-API-key middleware was documented (with examples and tests) but never exported on `b.middleware`, so `b.middleware.requireBoundKey(...)` threw `undefined is not a function`. It is now wired into the middleware surface. · *`b.middleware.bearerAuth` accepts `requiredScopes`* — The RFC 6750 scope-enforcement path read `opts.requiredScopes`, but the option was rejected at construction with `unknown option`, making the 403 `insufficient_scope` behavior unreachable. `requiredScopes` is now an accepted option. · *RFC 6750 challenge codes on API-key refusals* — `b.middleware.requireBoundKey` now sends the `WWW-Authenticate` error code that matches the failure: `insufficient_scope` on a 403 missing-scope, `invalid_token` on an unknown or revoked token, and no error code on a 401 that presented no credentials (RFC 6750 §3). It previously sent `invalid_request` for every refusal. · *Corrected two documented call paths* — The compliance and network references named a path that dropped a namespace segment: the conformity-assessment scaffold is at `b.cra.report.conformityAssessment` (not `b.cra.conformityAssessment`), and the per-socket tuning helper is at `b.network.socket.applyToSocket` (not `b.network.applyToSocket`). The documented signatures now match the callable paths. · *GitHub Actions pins refreshed* — `github/codeql-action` 4.35.5 to 4.36.0, and `docker/login-action`, `docker/setup-buildx-action`, and `docker/setup-qemu-action` to their latest releases. **Detectors:** *`@primitive` reachability gate* — A new check resolves every documented `b.X.Y` primitive against the actual public surface and fails the build when a documented path is not callable (factory-instance shorthands excluded). This is the gate that would have caught the `requireBoundKey` and call-path issues above. · *Deny-path composition gate* — A new check requires every access-refusal middleware to route its refusal through the shared deny-response writer, so a future middleware cannot reintroduce a hardcoded body that locks callers out of `onDeny` / `problemDetails`. · *Actions and vendor currency in the release flow* — The release flow now fails the cut when a SHA-pinned GitHub Action or a vendored bundle is behind its latest upstream release. The actions report prints a ready-to-paste `owner/repo@<sha> # vX.Y.Z` pin and every file and line that uses it, so the bump is copy-paste rather than an after-the-fact dependency PR. Transient registry or API errors stay advisory so a flaky network response does not block an unrelated release.
|
|
@@ -62,17 +62,17 @@ var A2aTasksError = defineClass("A2aTasksError", { alwaysPermanent: true });
|
|
|
62
62
|
var JSONRPC_VERSION = "2.0";
|
|
63
63
|
|
|
64
64
|
// JSON-RPC 2.0 fixed error codes — A2A inherits these.
|
|
65
|
-
var JSONRPC_PARSE_ERROR = -32700; // allow:raw-time-literal — not
|
|
66
|
-
var JSONRPC_INVALID_REQUEST = -32600;
|
|
67
|
-
var JSONRPC_METHOD_NOT_FOUND = -32601;
|
|
68
|
-
var JSONRPC_INVALID_PARAMS = -32602;
|
|
69
|
-
var JSONRPC_INTERNAL_ERROR = -32603;
|
|
65
|
+
var JSONRPC_PARSE_ERROR = -32700; // allow:raw-time-literal — JSON-RPC error code -32700; coincidental multiple-of-60, not a time value, C.TIME N/A
|
|
66
|
+
var JSONRPC_INVALID_REQUEST = -32600;
|
|
67
|
+
var JSONRPC_METHOD_NOT_FOUND = -32601;
|
|
68
|
+
var JSONRPC_INVALID_PARAMS = -32602;
|
|
69
|
+
var JSONRPC_INTERNAL_ERROR = -32603;
|
|
70
70
|
|
|
71
71
|
// A2A-specific error codes per the spec's task-error vocabulary.
|
|
72
72
|
// A2A_TASK_NOT_FOUND (-32002) + A2A_TASK_NOT_CANCELABLE (-32003) are
|
|
73
73
|
// raised by operator handlers — they're reserved here for documentation
|
|
74
74
|
// purposes only.
|
|
75
|
-
var A2A_SCOPE_DENIED = -32001;
|
|
75
|
+
var A2A_SCOPE_DENIED = -32001;
|
|
76
76
|
|
|
77
77
|
var ALLOWED_METHODS = Object.freeze(["tasks/send", "tasks/get", "tasks/cancel"]);
|
|
78
78
|
|
|
@@ -26,7 +26,7 @@ var audit = require("./audit");
|
|
|
26
26
|
var { AiInputError } = require("./framework-error");
|
|
27
27
|
|
|
28
28
|
var SAMPLE_TRUNC = 80; // sample truncation length, not bytes
|
|
29
|
-
var CONFIDENCE_BASE = 60; // allow:raw-time-literal — not
|
|
29
|
+
var CONFIDENCE_BASE = 60; // allow:raw-time-literal — confidence-score base 60; coincidental multiple-of-60, not a duration, C.TIME N/A
|
|
30
30
|
|
|
31
31
|
var PATTERNS = [
|
|
32
32
|
{ id: "ignore-prior-instructions", severity: 3, re:
|
|
@@ -90,7 +90,7 @@ var BUILTIN_RANKS = {
|
|
|
90
90
|
"urn:mace:incommon:iap:silver": 32, // ACR rank, not bytes
|
|
91
91
|
|
|
92
92
|
// Phishing-resistant multi-factor (passkey UV)
|
|
93
|
-
"phrh": 60, // allow:raw-time-literal — ACR rank, not
|
|
93
|
+
"phrh": 60, // allow:raw-time-literal — ACR rank value 60; coincidental multiple-of-60, not a duration, C.TIME N/A
|
|
94
94
|
|
|
95
95
|
// Hardware-bound + phishing-resistant + multi-factor
|
|
96
96
|
"loa3": 70,
|
|
@@ -68,9 +68,9 @@ var emit = validateOpts.makeNamespacedEmitters("auth.ciba", { audit: audit, obse
|
|
|
68
68
|
var DEFAULT_INTERVAL_SEC = 5;
|
|
69
69
|
var DEFAULT_EXPIRES_SEC = 600;
|
|
70
70
|
var MAX_BINDING_MSG_LEN = 200;
|
|
71
|
-
var MAX_RESPONSE_BYTES = 64 * 1024;
|
|
71
|
+
var MAX_RESPONSE_BYTES = 64 * 1024;
|
|
72
72
|
var MIN_INTERVAL_SEC = 1;
|
|
73
|
-
var MAX_INTERVAL_SEC = 300; // allow:raw-time-literal — interval ceiling
|
|
73
|
+
var MAX_INTERVAL_SEC = 300; // allow:raw-time-literal — 300s polling-interval ceiling; time-derived literal, C.TIME.seconds(300) applies, retained pending migration
|
|
74
74
|
|
|
75
75
|
// _emitAudit emits under the "auth.ciba.<action>" namespace; _emitMetric
|
|
76
76
|
// fires the matching observability counter. Implementations live in
|
|
@@ -490,7 +490,7 @@ function create(opts) {
|
|
|
490
490
|
var current = entry ? entry.interval : DEFAULT_INTERVAL_SEC;
|
|
491
491
|
var idpSuggested = err.cibaError && typeof err.cibaError.interval === "number"
|
|
492
492
|
? err.cibaError.interval : null;
|
|
493
|
-
var next = current + 5;
|
|
493
|
+
var next = current + 5;
|
|
494
494
|
if (idpSuggested !== null && idpSuggested > next && idpSuggested <= MAX_INTERVAL_SEC) {
|
|
495
495
|
next = idpSuggested;
|
|
496
496
|
}
|
|
@@ -220,7 +220,7 @@ var PSS_SALT_BYTES_SHA512 = C.BYTES.bytes(64);
|
|
|
220
220
|
// CSPRNG output and refuses pathological payloads.
|
|
221
221
|
var MAX_DEVICE_CODE_BYTES = C.BYTES.kib(8);
|
|
222
222
|
// RFC 8628 §3.4 — 5s is the spec-documented MINIMUM polling interval.
|
|
223
|
-
var MIN_DEVICE_POLL_INTERVAL_SEC = 5;
|
|
223
|
+
var MIN_DEVICE_POLL_INTERVAL_SEC = 5;
|
|
224
224
|
// OIDC Back-Channel Logout §2.6 — replay defense via jti store catches
|
|
225
225
|
// duplicate-jti reuse, but pre-v0.9.x an old captured logout-token
|
|
226
226
|
// with a fresh jti could still pass. Enforce iat freshness against
|
|
@@ -69,7 +69,7 @@ var emit = validateOpts.makeNamespacedEmitters("auth.oid4vci", { audit: audit, o
|
|
|
69
69
|
var DEFAULT_PRE_AUTH_TTL_MS = C.TIME.minutes(5);
|
|
70
70
|
var DEFAULT_ACCESS_TOKEN_TTL = C.TIME.minutes(15);
|
|
71
71
|
var DEFAULT_C_NONCE_TTL_MS = C.TIME.minutes(5);
|
|
72
|
-
var MAX_PROOF_BYTES = 32 * 1024;
|
|
72
|
+
var MAX_PROOF_BYTES = 32 * 1024;
|
|
73
73
|
var SUPPORTED_CREDENTIAL_FORMATS = ["vc+sd-jwt", "dc+sd-jwt"];
|
|
74
74
|
|
|
75
75
|
var _emitAudit = emit.audit;
|
|
@@ -81,7 +81,7 @@ var _emitAudit = emit.audit;
|
|
|
81
81
|
var _emitMetric = emit.metric;
|
|
82
82
|
|
|
83
83
|
var SUPPORTED_ALGS = ["ES256", "ES384", "ES512", "PS256", "PS384", "PS512", "RS256", "EdDSA"];
|
|
84
|
-
var MAX_STATEMENT_BYTES = 64 * 1024;
|
|
84
|
+
var MAX_STATEMENT_BYTES = 64 * 1024;
|
|
85
85
|
var MAX_CHAIN_DEPTH = 10; // federation chain depth ceiling
|
|
86
86
|
|
|
87
87
|
function _b64uDecodeStr(s) { return Buffer.from(s, "base64url").toString("utf8"); }
|
|
@@ -48,8 +48,8 @@ var STATE_DEADLINES = Object.freeze({
|
|
|
48
48
|
// Each entry: { days, statute, asapCeilingDays }
|
|
49
49
|
// Days = statutory hard deadline in days. asapCeilingDays = the
|
|
50
50
|
// operator-defensible ceiling for "without unreasonable delay" states.
|
|
51
|
-
AL: { days: 45, statute: "Ala. Code §8-38-5" },
|
|
52
|
-
AK: { days: 45, statute: "Alaska Stat. §45.48.010" },
|
|
51
|
+
AL: { days: 45, statute: "Ala. Code §8-38-5" },
|
|
52
|
+
AK: { days: 45, statute: "Alaska Stat. §45.48.010" },
|
|
53
53
|
AZ: { days: 45, statute: "Ariz. Rev. Stat. §18-552" }, /* allow:raw-time-literal — statutory deadline days */
|
|
54
54
|
AR: { days: 45, statute: "Ark. Code §4-110-105" }, /* allow:raw-time-literal — statutory deadline days */
|
|
55
55
|
CA: { days: WITHOUT_UNREASONABLE_DELAY, statute: "Cal. Civ. Code §1798.82", asapCeilingDays: 60 }, /* allow:raw-time-literal — statutory ASAP ceiling days */
|
|
@@ -67,7 +67,7 @@ var STATE_DEADLINES = Object.freeze({
|
|
|
67
67
|
KS: { days: WITHOUT_UNREASONABLE_DELAY, statute: "Kan. Stat. §50-7a02", asapCeilingDays: 60 }, /* allow:raw-time-literal — statutory ASAP ceiling days */
|
|
68
68
|
KY: { days: WITHOUT_UNREASONABLE_DELAY, statute: "Ky. Rev. Stat. §365.732", asapCeilingDays: 60 }, /* allow:raw-time-literal — statutory ASAP ceiling days */
|
|
69
69
|
LA: { days: 60, statute: "La. Rev. Stat. §51:3074" }, /* allow:raw-time-literal — statutory deadline days */
|
|
70
|
-
ME: { days: 30, statute: "Me. Rev. Stat. tit. 10 §1348" },
|
|
70
|
+
ME: { days: 30, statute: "Me. Rev. Stat. tit. 10 §1348" },
|
|
71
71
|
MD: { days: 45, statute: "Md. Code Com. Law §14-3504" }, /* allow:raw-time-literal — statutory deadline days */
|
|
72
72
|
MA: { days: WITHOUT_UNREASONABLE_DELAY, statute: "Mass. Gen. Laws ch. 93H §3", asapCeilingDays: 30 }, /* allow:raw-time-literal — statutory ASAP ceiling days */
|
|
73
73
|
MI: { days: WITHOUT_UNREASONABLE_DELAY, statute: "Mich. Comp. Laws §445.72", asapCeilingDays: 60 }, /* allow:raw-time-literal — statutory ASAP ceiling days */
|
|
@@ -697,7 +697,7 @@ function _expandSingleRule(rule, startMs, ctx) {
|
|
|
697
697
|
}
|
|
698
698
|
var byHourSet = _bySet(rule.byHour, 0, 23); // RFC 5545 hour range
|
|
699
699
|
var byMinuteSet = _bySet(rule.byMinute, 0, 59); // RFC 5545 minute range
|
|
700
|
-
var bySecondSet = _bySet(rule.bySecond, 0, 60); // allow:raw-time-literal — second-of-minute bound, not a duration
|
|
700
|
+
var bySecondSet = _bySet(rule.bySecond, 0, 60); // allow:raw-time-literal — second-of-minute upper bound (0..60); coincidental multiple-of-60, not a duration, C.TIME N/A
|
|
701
701
|
|
|
702
702
|
function _isoWeekParts(d) {
|
|
703
703
|
// ISO 8601 week-of-year + week-year. The week-YEAR can differ
|
|
@@ -709,7 +709,7 @@ function _expandSingleRule(rule, startMs, ctx) {
|
|
|
709
709
|
tmp.setUTCDate(tmp.getUTCDate() + 4 - dayOfWeek); // ISO week-year anchor (Thursday)
|
|
710
710
|
var weekYear = tmp.getUTCFullYear();
|
|
711
711
|
var yearStart = new Date(Date.UTC(weekYear, 0, 1));
|
|
712
|
-
var week = Math.ceil((((tmp - yearStart) / 86400000) + 1) / 7);
|
|
712
|
+
var week = Math.ceil((((tmp - yearStart) / 86400000) + 1) / 7);
|
|
713
713
|
return { week: week, year: weekYear };
|
|
714
714
|
}
|
|
715
715
|
function _isoWeekOf(d) {
|