-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add info on project's usage of coverity
Document project's used of coverity and how collaborators can get access. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #40506 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
- Loading branch information
1 parent
97aa8e4
commit e2114e2
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Static Analysis | ||
|
||
The project uses Coverity to scan Node.js source code and to report potential | ||
issues in the C/C++ code base. | ||
|
||
Those who have been added to the Node.js coverity project can receive emails | ||
when there are new issues reported as well as view all current issues | ||
through [https://scan9.coverity.com/reports.htm](https://scan9.coverity.com/reports.htm). | ||
|
||
Any collaborator can ask to be added to the Node.js coverity project | ||
by opening an issue in the [build](https://github.com/nodejs/build) repository | ||
titled `Please add me to coverity`. A member of the build WG with admin | ||
access will verify that the requestor is an existing collaborator as listed in | ||
the [colloborators section](https://github.com/nodejs/node#collaborators) | ||
on the nodejs/node project repo. Once validated the requestor will added | ||
to to the coverity project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters