| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -204,7 +204,7 @@ For use of AVX2, | |||
| 204 | 204 | * nasm version 2.10 or higher in Windows | |
| 205 | 205 | ||
| 206 | 206 | Please refer to | |
| 207 | - https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_ia32cap.html for details. | ||
| 207 | + <https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_ia32cap.html> for details. | ||
| 208 | 208 | ||
| 209 | 209 | If compiling without one of the above, use `configure` with the | |
| 210 | 210 | `--openssl-no-asm` flag. Otherwise, `configure` will fail. | |
@@ -277,7 +277,7 @@ $ make -j4 | |||
| 277 | 277 | If you run into a `No module named 'distutils.spawn'` error when executing | |
| 278 | 278 | `./configure`, please try `python3 -m pip install --upgrade setuptools` or | |
| 279 | 279 | `sudo apt install python3-distutils -y`. | |
| 280 | - For more information, see https://github.com/nodejs/node/issues/30189. | ||
| 280 | + For more information, see <https://github.com/nodejs/node/issues/30189>. | ||
| 281 | 281 | ||
| 282 | 282 | The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which | |
| 283 | 283 | may reduce build time. For more information, see the | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2352,7 +2352,7 @@ The undocumented `net._setSimultaneousAccepts()` function was originally | |||
| 2352 | 2352 | intended for debugging and performance tuning when using the `child_process` | |
| 2353 | 2353 | and `cluster` modules on Windows. The function is not generally useful and | |
| 2354 | 2354 | is being removed. See discussion here: | |
| 2355 | - https://github.com/nodejs/node/issues/18391 | ||
| 2355 | + <https://github.com/nodejs/node/issues/18391> | ||
| 2356 | 2356 | ||
| 2357 | 2357 | <a id="DEP0122"></a> | |
| 2358 | 2358 | ### DEP0122: `tls` `Server.prototype.setOptions()` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1194,7 +1194,7 @@ is set for the `Http2Stream`. | |||
| 1194 | 1194 | ### `ERR_INTERNAL_ASSERTION` | |
| 1195 | 1195 | ||
| 1196 | 1196 | There was a bug in Node.js or incorrect usage of Node.js internals. | |
| 1197 | - To fix the error, open an issue at https://github.com/nodejs/node/issues. | ||
| 1197 | + To fix the error, open an issue at <https://github.com/nodejs/node/issues>. | ||
| 1198 | 1198 | ||
| 1199 | 1199 | <a id="ERR_INCOMPATIBLE_OPTION_PAIR"></a> | |
| 1200 | 1200 | ### `ERR_INCOMPATIBLE_OPTION_PAIR` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -290,7 +290,7 @@ Returns the operating system as a string. | |||
| 290 | 290 | ||
| 291 | 291 | On POSIX systems, the operating system release is determined by calling | |
| 292 | 292 | [uname(3)][]. On Windows, `GetVersionExW()` is used. See | |
| 293 | - https://en.wikipedia.org/wiki/Uname#Examples for more information. | ||
| 293 | + <https://en.wikipedia.org/wiki/Uname#Examples> for more information. | ||
| 294 | 294 | ||
| 295 | 295 | ## `os.setPriority([pid, ]priority)` | |
| 296 | 296 | <!-- YAML | |
@@ -349,7 +349,7 @@ added: v0.3.3 | |||
| 349 | 349 | Returns the operating system name as returned by [uname(3)][]. For example, it | |
| 350 | 350 | returns `'Linux'` on Linux, `'Darwin'` on macOS, and `'Windows_NT'` on Windows. | |
| 351 | 351 | ||
| 352 | - See https://en.wikipedia.org/wiki/Uname#Examples for additional information | ||
| 352 | + See <https://en.wikipedia.org/wiki/Uname#Examples> for additional information | ||
| 353 | 353 | about the output of running [uname(3)][] on various operating systems. | |
| 354 | 354 | ||
| 355 | 355 | ## `os.uptime()` | |
@@ -401,7 +401,7 @@ Returns a string identifying the kernel version. | |||
| 401 | 401 | On POSIX systems, the operating system release is determined by calling | |
| 402 | 402 | [uname(3)][]. On Windows, `RtlGetVersion()` is used, and if it is not available, | |
| 403 | 403 | `GetVersionExW()` will be used. See | |
| 404 | - https://en.wikipedia.org/wiki/Uname#Examples for more information. | ||
| 404 | + <https://en.wikipedia.org/wiki/Uname#Examples> for more information. | ||
| 405 | 405 | ||
| 406 | 406 | ## OS Constants | |
| 407 | 407 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | The Node.js project acts as a [Common Vulnerabilities and Exposures (CVE) | |
| 4 | 4 | Numbering Authority (CNA)](https://cve.mitre.org/cve/cna.html). | |
| 5 | 5 | The current scope is for all actively developed versions of software | |
| 6 | - developed under the Node.js project (ie. https://github.com/nodejs). | ||
| 6 | + developed under the Node.js project (ie. <https://github.com/nodejs>). | ||
| 7 | 7 | This means that the Node.js team reviews CVE requests and if appropriate | |
| 8 | 8 | assigns CVE numbers to vulnerabilities. The scope currently **does not** | |
| 9 | 9 | include third party modules. | |
@@ -56,7 +56,7 @@ as outlined in the section titled `CVE Management process`. | |||
| 56 | 56 | In addition, when moving a CVE from Available such that there are less | |
| 57 | 57 | than two remaining CVEs a new block must be requested as follows: | |
| 58 | 58 | ||
| 59 | - * Use the Mitre request form https://cveform.mitre.org/ with the | ||
| 59 | + * Use the Mitre request form <https://cveform.mitre.org/> with the | ||
| 60 | 60 | option `Request a Block of IDs` to request a new block. | |
| 61 | 61 | * The new block will be sent to the requester through email. | |
| 62 | 62 | * Once the new block has been received, the requester will add them | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ This document describes how to update `deps/openssl/`. | |||
| 5 | 5 | ## Requirements | |
| 6 | 6 | * Linux environment | |
| 7 | 7 | * `perl` Only Perl version 5 is tested. | |
| 8 | - * `nasm` (http://www.nasm.us/) The version of 2.11 or higher is needed. | ||
| 8 | + * `nasm` (<http://www.nasm.us/>) The version of 2.11 or higher is needed. | ||
| 9 | 9 | * GNU `as` in binutils. The version of 2.26 or higher is needed. | |
| 10 | 10 | ||
| 11 | 11 | ## 0. Check Requirements | |
@@ -27,7 +27,7 @@ NASM version 2.11.08 | |||
| 27 | 27 | ||
| 28 | 28 | ## 1. Obtain and extract new OpenSSL sources | |
| 29 | 29 | ||
| 30 | - Get a new source from https://www.openssl.org/source/ and extract | ||
| 30 | + Get a new source from <https://www.openssl.org/source/> and extract | ||
| 31 | 31 | all files into `deps/openssl/openssl`. Then add all files and commit | |
| 32 | 32 | them. | |
| 33 | 33 | ```sh | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ Emeritus or leaves the project. | |||
| 13 | 13 | * Some teams may also require a pull request to remove the Collaborator from | |
| 14 | 14 | a team listing. For example, if someone is removed from @nodejs/build, | |
| 15 | 15 | they should also be removed from the Build WG README.md file in the | |
| 16 | - https://github.com/nodejs/build repository. | ||
| 16 | + <https://github.com/nodejs/build> repository. | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -682,7 +682,7 @@ The nodejs.org website will automatically rebuild and include the new version. | |||
| 682 | 682 | To announce the build on Twitter through the official @nodejs account, email | |
| 683 | 683 | [pr@nodejs.org](mailto:pr@nodejs.org) with a message such as: | |
| 684 | 684 | ||
| 685 | - > v5.8.0 of @nodejs is out: https://nodejs.org/en/blog/release/v5.8.0/ | ||
| 685 | + > v5.8.0 of @nodejs is out: <https://nodejs.org/en/blog/release/v5.8.0/> | ||
| 686 | 686 | > … | |
| 687 | 687 | > something here about notable changes | |
| 688 | 688 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,6 +88,6 @@ information described. | |||
| 88 | 88 | * [ ] Make sure the PRs for the vulnerabilities are closed. | |
| 89 | 89 | ||
| 90 | 90 | [H1 CVE requests]: https://hackerone.com/nodejs/cve_requests | |
| 91 | - [docker-node]: https://github.com/nodejs/docker-node/issues) | ||
| 92 | - [nodejs/build]: https://github.com/nodejs/build/issues) | ||
| 91 | + [docker-node]: https://github.com/nodejs/docker-node/issues | ||
| 92 | + [nodejs/build]: https://github.com/nodejs/build/issues | ||
| 93 | 93 | [email]: https://groups.google.com/forum/#!forum/nodejs-sec | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ Symbol-keyed properties of an object are not included in the output of | |||
| 9 | 9 | default. | |
| 10 | 10 | ||
| 11 | 11 | Learn more about symbols at | |
| 12 | - https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Symbol. | ||
| 12 | + <https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Symbol>. | ||
| 13 | 13 | ||
| 14 | 14 | ## `Symbol(string)` | |
| 15 | 15 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments