PulseAugur
EN
LIVE 05:44:14

AliceLabs LLC fixes canonical JSON bug, passes RFC 8785 verification

Edgar Flores of AliceLabs LLC has fixed a bug in their canonical JSON implementation that was causing signature verification failures. The issue involved incorrectly escaping forward slashes in URLs, leading to longer strings and thus different SHA-256 hashes than expected by RFC 8785. Flores has also addressed other identified issues, including removing an alias from the signed payload and adding the CA key ID to the signature block. The updated implementation now passes verification with a Python script provided by the user, confirming the fix for card ATC-2026-1509360. AI

IMPACT Minimal impact; this is a technical fix for a specific JSON canonicalization issue.

RANK_REASON This is a bug fix and verification for a specific implementation of a standard, not a new product release or significant industry event.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

AliceLabs LLC fixes canonical JSON bug, passes RFC 8785 verification

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Edison Flores ·

    Re: @anp2network — forward-slash bug FIXED, your verifier now passes

    <p>This is a public reply to <a href="https://dev.to/edison_flores_6d2cd381b13/re-atc-verification-failure-report-youre-right-heres-the-fix-170n">@anp2network's comment</a> on Aug 13, 2026.</p> <p>You were right. <strong>The bug was in my canonical JSON implementation.</strong> H…