File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ the HackerOne platform. See <https://hackerone.com/nodejs> for further details.
23
23
## Reporting a Bug in a third party module
24
24
25
25
Security bugs in third party modules should be reported to their respective
26
- maintainers and should also be coordinated through the Node Ecosystem Security
27
- Team via [ HackerOne] ( https://hackerone.com/nodejs-ecosystem ) .
26
+ maintainers and should also be coordinated through the Node.js Ecosystem
27
+ Security Team via [ HackerOne] ( https://hackerone.com/nodejs-ecosystem ) .
28
28
29
29
Details regarding this process can be found in the
30
30
[ Security Working Group repository] ( https://github.com/nodejs/security-wg/blob/master/processes/third_party_vuln_process.md ) .
Original file line number Diff line number Diff line change 55
55
* OK: JavaScript, Google's V8
56
56
<!-- lint disable prohibited-strings remark-lint-->
57
57
* NOT OK: Javascript, Google's v8
58
- <!-- lint enable prohibited-strings remark-lint-->
59
58
60
59
* Use _ Node.js_ and not _ Node_ , _ NodeJS_ , or similar variants.
60
+ <!-- lint enable prohibited-strings remark-lint-->
61
61
* When referring to the executable, _ ` node ` _ is acceptable.
62
62
63
63
See also API documentation structure overview in [ doctools README] [ ] .
Original file line number Diff line number Diff line change @@ -3473,10 +3473,10 @@ completion callback.
3473
3473
3474
3474
The ` type ` argument is only available on Windows and ignored on other platforms.
3475
3475
It can be set to ` 'dir' ` , ` 'file' ` , or ` 'junction' ` . If the ` type ` argument is
3476
- not set, Node will autodetect ` target ` type and use ` 'file' ` or ` 'dir' ` . If the
3477
- ` target ` does not exist, ` 'file' ` will be used. Windows junction points require
3478
- the destination path to be absolute. When using ` 'junction' ` , the ` target `
3479
- argument will automatically be normalized to absolute path.
3476
+ not set, Node.js will autodetect ` target ` type and use ` 'file' ` or ` 'dir' ` . If
3477
+ the ` target ` does not exist, ` 'file' ` will be used. Windows junction points
3478
+ require the destination path to be absolute. When using ` 'junction' ` , the
3479
+ ` target ` argument will automatically be normalized to absolute path.
3480
3480
3481
3481
Relative targets are relative to the link’s parent directory.
3482
3482
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ In case of doubt, open an issue in the
49
49
Node.js has two IRC channels:
50
50
[ #Node.js] ( https://webchat.freenode.net/?channels=node.js ) for general help and
51
51
questions, and
52
- [ #Node -dev] ( https://webchat.freenode.net/?channels=node-dev ) for development of
52
+ [ #node -dev] ( https://webchat.freenode.net/?channels=node-dev ) for development of
53
53
Node.js core specifically.
54
54
55
55
## Setting up your local environment
You can’t perform that action at this time.
0 commit comments