Skip to content

Commit

Permalink
doc: use sentence-case for headers in SECURITY.md
Browse files Browse the repository at this point in the history
Our doc style guide calls for sentence-case in headers.

PR-URL: #34525
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Stewart X Addison <[email protected]>
  • Loading branch information
Trott authored and codebytere committed Aug 5, 2020
1 parent 465968c commit 692a735
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security

## Reporting a Bug in Node.js
## Reporting a bug in Node.js

Report security bugs in Node.js via [HackerOne](https://hackerone.com/nodejs).

Expand All @@ -13,13 +13,13 @@ you informed of the progress being made towards a fix and full announcement,
and may ask for additional information or guidance surrounding the reported
issue.

### Node.js Bug Bounty Program
### Node.js bug bounty program

The Node.js project engages in an official bug bounty program for security
researchers and responsible public disclosures. The program is managed through
the HackerOne platform. See <https://hackerone.com/nodejs> for further details.

## Reporting a Bug in a third party module
## Reporting a bug in a third party module

Security bugs in third party modules should be reported to their respective
maintainers and should also be coordinated through the Node.js Ecosystem
Expand All @@ -31,7 +31,7 @@ Details regarding this process can be found in the
Thank you for improving the security of Node.js and its ecosystem. Your efforts
and responsible disclosure are greatly appreciated and will be acknowledged.

## Disclosure Policy
## Disclosure policy

Here is the security disclosure policy for Node.js

Expand Down Expand Up @@ -60,14 +60,14 @@ Here is the security disclosure policy for Node.js
the release process above to ensure that the disclosure is handled in a
consistent manner.

## Receiving Security Updates
## Receiving security updates

Security notifications will be distributed via the following methods.

* <https://groups.google.com/group/nodejs-sec>
* <https://nodejs.org/en/blog/>

## Comments on this Policy
## Comments on this policy

If you have suggestions on how this process could be improved please submit a
[pull request](https://github.com/nodejs/nodejs.org) or
Expand Down

0 comments on commit 692a735

Please sign in to comment.