Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upgpg: BAD signature when verifying SHASUMS256.txt.sig on v12.19.0 #35706
Comments
|
@masterzu
The
). It's a modified version of
|


What steps will reproduce the bug?
wget https://nodejs.org/dist/v12.19.0/node-v12.19.0-linux-x64.tar.xz https://nodejs.org/dist/v12.19.0/SHASUMS256.txt.asc https://nodejs.org/dist/v12.19.0/SHASUMS256.txt.sig
grep node-v12.19.0-linux-x64.tar.xz SHASUMS256.txt.asc | sha256sum -c -
node-v12.19.0-linux-x64.tar.xz: OK
gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
gpg: key F13993A75599653C: 1 signature not checked due to a missing key
gpg: key F13993A75599653C: public key "Shelley Vohr (security is major key) shelley.vohr@gmail.com" imported
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 4 signed: 3 trust: 0-, 0q, 0n, 0m, 0f, 4u
gpg: depth: 1 valid: 3 signed: 0 trust: 0-, 0q, 0n, 0m, 3f, 0u
gpg: Total number processed: 1
gpg: imported: 1
gpg --verify SHASUMS256.txt.sig SHASUMS256.txt.asc
gpg: Signature made Tue 06 Oct 2020 10:35:23 PM CEST
gpg: using RSA key B9E2F5981AA6E0CD28160D9FF13993A75599653C
gpg: BAD signature from "Shelley Vohr (security is major key) shelley.vohr@gmail.com" [unknown]