File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Open diff view settings
Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -12,3 +12,6 @@ emeritus or leaves the project.
1212 a team listing. For example, if someone is removed from @nodejs/build ,
1313 they should also be removed from the Build WG README.md file in the
1414 < https://github.com/nodejs/build > repository.
15+ * Open an issue in the [ build] ( https://github.com/nodejs/build ) repository
16+ titled ` Remove Collaborator from Coverity ` asking that the collaborator
17+ be removed from the Node.js coverity project if they had access.
Original file line number Diff line number Diff line change 1+ # Static Analysis
2+
3+ The project uses Coverity to scan Node.js source code and to report potential
4+ issues in the C/C++ code base.
5+
6+ Those who have been added to the Node.js coverity project can receive emails
7+ when there are new issues reported as well as view all current issues
8+ through [ https://scan9.coverity.com/reports.htm ] ( https://scan9.coverity.com/reports.htm ) .
9+
10+ Any collaborator can ask to be added to the Node.js coverity project
11+ by opening an issue in the [ build] ( https://github.com/nodejs/build ) repository
12+ titled ` Please add me to coverity ` . A member of the build WG with admin
13+ access will verify that the requestor is an existing collaborator as listed in
14+ the [ colloborators section] ( https://github.com/nodejs/node#collaborators )
15+ on the nodejs/node project repo. Once validated the requestor will added
16+ to to the coverity project.
Original file line number Diff line number Diff line change @@ -249,6 +249,8 @@ needs to be pointed out separately during the onboarding.
249249 project. The Foundation has travel funds to cover participants' expenses
250250 including accommodations, transportation, visa fees, etc. if needed. Check out
251251 the [ summit] ( https://github.com/nodejs/summit ) repository for details.
252+ * If you are interested in helping to fix coverity reports consider requesting
253+ access to the projects coverity project as outlined in [ static-analysis] [ ] .
252254
253255[ Code of Conduct ] : https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
254256[ Labels ] : doc/guides/collaborator-guide.md#labels
@@ -259,6 +261,7 @@ needs to be pointed out separately during the onboarding.
259261[ `git-node` ] : https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md
260262[ `node-core-utils` ] : https://github.com/nodejs/node-core-utils
261263[ set up the credentials ] : https://github.com/nodejs/node-core-utils#setting-up-github-credentials
264+ [ static-analysis ] : doc/guides/static-analysis.md
262265[ two-factor authentication ] : https://help.github.com/articles/securing-your-account-with-two-factor-authentication-2fa/
263266[ using a TOTP mobile app ] : https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/
264267[ who-to-cc ] : doc/guides/collaborator-guide.md#who-to-cc-in-the-issue-tracker
You can’t perform that action at this time.
0 commit comments