Home
last modified time | relevance | path

Searched +full:lint +full:- +full:addon +full:- +full:docs (Results 1 – 15 of 15) sorted by relevance

/third_party/node/.github/workflows/
Dlinters.yml10 lint-addon-docs:
11 runs-on: ubuntu-latest
13 - uses: actions/checkout@v2
14 - name: Use Node.js ${{ env.NODE_VERSION }}
15 uses: actions/setup-node@v1
17 node-version: ${{ env.NODE_VERSION }}
18 - name: Environment Information
20 - name: Lint addon docs
21 run: NODE=$(which node) make lint-addon-docs
22 lint-cpp:
[all …]
/third_party/node/
DMakefile1 -include config.mk
10 STAGINGSERVER ?= node-www
12 OSTYPE := $(shell uname -s | tr '[A-Z]' '[a-z]')
13 COVTESTS ?= test-cov
16 GNUMAKEFLAGS += --no-print-directory
23 PARALLEL_ARGS = -j $(JOBS)
25 PARALLEL_ARGS = -J
29 TAP_V8 := --junitout $(PWD)/v8-tap.xml
30 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml
31 TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml
[all …]
Dvcbuild.bat8 if /i "%1"=="--help" goto help
9 if /i "%1"=="-help" goto help
12 if /i "%1"=="-?" goto help
13 if /i "%1"=="--?" goto help
19 set NATIVE_SUITES=addons js-native-api node-api
24 @rem Same as the test-ci target in Makefile
74 :next-arg
75 if "%1"=="" goto args-done
76 if /i "%1"=="debug" set config=Debug&goto arg-ok
77 if /i "%1"=="release" set config=Release&set ltcg=1&set cctest=1&goto arg-ok
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
174 * uv: Upgrade to v1.0.0-rc1
184 * buffer: improve Buffer constructor (Kang-Hao Kenny)
210 * dns: send lookup c-ares errors to callback (Chris Dickinson)
242 * repl: fix multi-line input (Fedor Indutny)
251 * tls: add DHE-RSA-AES128-SHA256 to the def ciphers (Shigeki Ohtsu)
336 * async-listener: revamp of subsystem (Trevor Norris)
343 * crypto: honor default ciphers in client mode (Jacob Hoffman-Andrews)
[all …]
DCHANGELOG_V5.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
54 ## 2016-06-23, Version 5.12.0 (Stable), @evanlucas
58 …rity release summary at https://nodejs.org/en/blog/vulnerability/june-2016-security-releases for d…
63 … 3a9bfec from v8 upstream (Ben Noordhuis) [nodejs/node-private#40](https://github.com/nodejs/node-
64 …ffer overflow vulnerability discovered in v8. More details can be found in the CVE (CVE-2016-1699).
68 * [[`0ca0827b71`](https://github.com/nodejs/node/commit/0ca0827b71)] - **(SEMVER-MINOR)** **buffer*…
69 * [[`27785aeb37`](https://github.com/nodejs/node/commit/27785aeb37)] - **buffer**: ignore negative …
70 …mit/34b96c1322)] - **deps**: backport 3a9bfec from v8 upstream (Ben Noordhuis) [nodejs/node-privat…
[all …]
DCHANGELOG_V10.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
58 ## 2019-03-05, Version 10.15.3 'Dubnium' (LTS), @BethGriggs
67 …* fix end-of-stream for HTTP/2 (Anna Henningsen) [#24926](https://github.com/nodejs/node/pull/2492…
71 * [[`732088dd44`](https://github.com/nodejs/node/commit/732088dd44)] - **assert**: fix loose deepEq…
72 * [[`5a81a4f6cd`](https://github.com/nodejs/node/commit/5a81a4f6cd)] - **assert,util**: fix sparse …
73 * [[`bd08ede3ab`](https://github.com/nodejs/node/commit/bd08ede3ab)] - **buffer**: remove checkNumb…
74 * [[`15756e0acc`](https://github.com/nodejs/node/commit/15756e0acc)] - **build**: set `-blibpath:` …
75 …6fa748`](https://github.com/nodejs/node/commit/fde56fa748)] - **build**: make lint-addon-docs run …
[all …]
DCHANGELOG_V11.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
48 ## 2019-04-11, Version 11.14.0 (Current), @BethGriggs
63 * [[`ca7c4f485b`](https://github.com/nodejs/node/commit/ca7c4f485b)] - **async_hooks**: minor clean…
64 …fa8166`](https://github.com/nodejs/node/commit/e9bffa8166)] - **benchmark**: improve module-loader…
65 * [[`09d6dfb21d`](https://github.com/nodejs/node/commit/09d6dfb21d)] - **benchmark**: add new modul…
66 …https://github.com/nodejs/node/commit/5512ecb5b0)] - **benchmark**: tidy up eslint ignore in forea…
67 * [[`de937375e4`](https://github.com/nodejs/node/commit/de937375e4)] - **benchmark**: remove unused…
68 * [[`0aea4d1c77`](https://github.com/nodejs/node/commit/0aea4d1c77)] - **benchmark,lib**: change va…
[all …]
DCHANGELOG_V4.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
79 ## 2018-03-29, Version 4.9.1 'Argon' (Maintenance), @MylesBorins
91 ## 2018-03-28, Version 4.9.0 'Argon' (Maintenance), @MylesBorins
93 …ity release summary at https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/ for …
97 * CVE-2018-7158
98 * CVE-2018-7159
103 * **Fix for `'path'` module regular expression denial of service (CVE-2018-7158)**: A regular expre…
104-Length` header values (CVE-2018-7159)**: The Node.js HTTP parser allowed for spaces inside `Conte…
[all …]
DCHANGELOG_IOJS.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
81 ## 2015-09-15, io.js Version 3.3.1 @rvagg
90 * **node-gyp**: Float v3.0.3 which has improved support for Node.js and io.js v0.10 to v4+ (Rod Vag…
92 …/node-v0.x-archive#8751](https://github.com/nodejs/node-v0.x-archive/pull/8751) [nodejs/node-v0.x-
96 See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and current list of known iss…
101 * `process.send()` is not synchronous as the docs suggest, a regression introduced in 1.0.2, see [#…
107 * [[`b73ff52fe6`](https://github.com/nodejs/node/commit/b73ff52fe6)] - **bindings**: close after re…
108 * [[`aa1140e59a`](https://github.com/nodejs/node/commit/aa1140e59a)] - **buffer**: SlowBuffer only …
[all …]
DCHANGELOG_V8.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
72 ## 2019-04-16, Version 8.16.0 'Carbon' (LTS), @MylesBorins
76 * **n-api**:
78 …* mark thread-safe function as stable (Gabriel Schulhof) [#25556](https://github.com/nodejs/node/p…
82 * [[`705935d620`](https://github.com/nodejs/node/commit/705935d620)] - **assert**: fix backport reg…
83 * [[`c07ba9681f`](https://github.com/nodejs/node/commit/c07ba9681f)] - **build**: skip cctest on Wi…
84 * [[`63522886ea`](https://github.com/nodejs/node/commit/63522886ea)] - **build**: add loader path t…
85 * [[`e9369073d9`](https://github.com/nodejs/node/commit/e9369073d9)] - **build**: set `-blibpath:` …
[all …]
DCHANGELOG_V6.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
84 ## 2019-04-03, Version 6.17.1 'Boron' (LTS), @BethGriggs
86 Node 6 is due to go End-of-Life on 2019-04-30.
95 * [[`c9d21a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:` …
96 * [[`9ba5fd6bad`](https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLAC…
97 * [[`1371a6f88b`](https://github.com/nodejs/node/commit/1371a6f88b)] - **doc**: simplify CODE\_OF\_…
98 * [[`ad62971573`](https://github.com/nodejs/node/commit/ad62971573)] - **doc**: document that addMe…
99 * [[`8080a9bf40`](https://github.com/nodejs/node/commit/8080a9bf40)] - **http**: fix error check in…
[all …]
DCHANGELOG_V9.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
50 ## 2018-06-12, Version 9.11.2 (Current), @evanlucas
54 * **Fixes memory exhaustion DoS** (CVE-2018-7164): Fixes a bug introduced in 9.7.0 that increases t…
55 * **buffer** (CVE-2018-7167): Fixes Denial of Service vulnerability where calling Buffer.fill() cou…
57 …* (CVE-2018-7161): Fixes Denial of Service vulnerability by updating the http2 implementation to n…
58 * (CVE-2018-1000168): Fixes Denial of Service vulnerability by upgrading nghttp2 to 1.32.0
59 * **tls** (CVE-2018-7162): Fixes Denial of Service vulnerability by updating the TLS implementation…
63 …65ed3213ca)] - **deps**: update to nghttp2 1.32.0 (James M Snell) [nodejs-private/node-private#124…
[all …]
DCHANGELOG_V12.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
73 ## 2021-02-23, Version 12.21.0 'Erbium' (LTS), @richardlau
81 * **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
83 * **CVE-2021-22884**: DNS rebinding in --inspect
84 … attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160.
85 * **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate
90 …8`](https://github.com/nodejs/node/commit/e69177a088)] - **deps**: update archs files for OpenSSL-
91 * [[`0633ae77e6`](https://github.com/nodejs/node/commit/0633ae77e6)] - **deps**: upgrade openssl so…
[all …]
DCHANGELOG_V7.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
49 ## 2017-07-11, Version 7.10.1 (Current), @evanlucas
53 https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/
59 * Disable V8 snapshots - The hashseed embedded in the snapshot is
65 * CVE-2017-1000381 - The c-ares function ares_parse_naptr_reply(),
75 …e/commit/ff587deb54)] - **build**: disable V8 snapshots (Ali Ijaz Sheikh) [nodejs/node-private#84]…
76 …a82960e76)] - **deps**: cherry-pick 9478908a49 from cares upstream (David Drysdale) [nodejs/node-p…
77 …ommit/b5bf5e8086)] - **test**: verify hash seed uniqueness (Ali Ijaz Sheikh) [nodejs/node-private#…
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/
DCHANGELOG.md1 v5.1.0 2020-02-05
4 …b.com/nodejs/node-gyp/commit/f37a8b40d0)] - **doc**: add GitHub Actions badge (#1994) (Rod Vagg) […
5 …com/nodejs/node-gyp/commit/cb3f6aae5e)] - **doc**: update macOS\_Catalina.md (#1992) (James Home) …
6 …om/nodejs/node-gyp/commit/0607596a4c)] - **doc**: fix typo in README.md (#1985) (Suraneti Rodsuwan…
7 …://github.com/nodejs/node-gyp/commit/0d5a415a14)] - **doc**: add travis badge (Rod Vagg) [#1971](h…
8 …node-gyp/commit/103740cd95)] - **gyp**: list(dict) so we can del dict(key) while iterating (Christ…
9 …dejs/node-gyp/commit/278dcddbdd)] - **lib**: ignore VS instances that cause COMExceptions (Andrew …
10 …ode-gyp/commit/1694907bbf)] - **lib**: compatibility with semver ≥ 7 (`new` for semver.Range) (Xav…
11-gyp/commit/a3f1143514)] - **(SEMVER-MINOR)** **lib**: noproxy support, match proxy detection to `…
12 …m/nodejs/node-gyp/commit/52365819c7)] - **test**: remove old docker test harness (#1993) (Rod Vagg…
[all …]