Rendered at 06:28:44 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
noman-land 2 hours ago [-]
If the signing subkey was committed, that implies developers have it as a file on their system which I find surprising if true. They should be using hardware like a Yubikey or something. Especially for something this important.
anon7000 2 hours ago [-]
The signing key for Firefox stored on a single hardware yubikey available to a single person?
computerfriend 2 hours ago [-]
Multiple hardware devices can have the same key.
Joel_Mckay 50 minutes ago [-]
People don't need an extra supply-chain failure mode to consider, and CVE proved these dongles are mostly security theater. Likewise, the recent Coinkite user key prediction breach certainly wasn't cool for folks that lost their holdings. =3
Antirust3743 40 minutes ago [-]
Wrong cve and a side channel attack doesn't mean these dongles are useless. It would have stopped the firefox team's ai from commiting their subkey ;)
eptcyka 16 minutes ago [-]
Storing the secret on a hardware token will most certainly help with not committing into source control.
Joel_Mckay 6 minutes ago [-]
Most use another build host siloed from the dev staging area, regression tested/audited, and with limited administrative access. =3