Skip to content

Commit cb199ce

Browse files
authored
docs(NODE-6234): update release integrity section (#4162)
1 parent 45bc098 commit cb199ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
2424

2525
### Release Integrity
2626

27+
Releases are created automatically and signed using the [Node team's GPG key](https://pgp.mongodb.com/node-driver.asc). This applies to the git tag as well as all release packages provided as part of a GitHub release. To verify the provided packages, download the key and import it using gpg:
28+
29+
```shell
30+
gpg --import node-driver.asc
31+
```
32+
2733
The GitHub release contains a detached signature file for the NPM package (named
2834
`mongodb-X.Y.Z.tgz.sig`).
2935

@@ -39,6 +45,9 @@ To verify the integrity of the downloaded package, run the following command:
3945
gpg --verify mongodb-X.Y.Z.tgz.sig mongodb-X.Y.Z.tgz
4046
```
4147

48+
>[!Note]
49+
No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical.
50+
4251
### Bugs / Feature Requests
4352

4453
Think you’ve found a bug? Want to see a new feature in `node-mongodb-native`? Please open a

0 commit comments

Comments
 (0)