266 Commits

Author SHA1 Message Date
2b41172b99 utilizecpu
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 18:42:16 +03:00
52ffd5f73e smartlogging
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 18:36:30 +03:00
5f393369cb setnodeenv
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 18:22:24 +03:00
8c18e3ec92 productioncode
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 18:16:46 +03:00
3d996eadd2 monitoring
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 16:09:22 +03:00
d7f93d98a1 measurememory
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 14:41:14 +03:00
a45b28a969 LTSrelease
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-21 23:57:55 +03:00
a3eb027d10 logrouting
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-21 23:46:36 +03:00
35eb185ebe lockdependencies
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-21 23:16:09 +03:00
e9d0362fbc guardprocess
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-21 22:59:06 +03:00
9aaf207d7e frontendout
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-21 22:24:47 +03:00
7f31e7fd48 detectvulnerabilities
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-21 22:12:54 +03:00
ed1bf08e38 delegatetoproxy
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-21 12:00:13 +03:00
3d7ecd462f createmaintenanceendpoint
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-21 07:26:35 +03:00
d8335d034b bestateless
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-20 22:43:40 +03:00
3d74994225 assigntransactionid
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-20 22:36:30 +03:00
fd73fe16db assigntransactionid2
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-20 22:23:13 +03:00
c6c3d91423 assigntransactionid
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-20 22:21:27 +03:00
042f510438 apmproducts
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-20 22:14:15 +03:00
095f1ab91d Fix Broken links (KOREAN) 2019-05-07 16:09:56 +09:00
5f27dcdd24 Translated Section 6 (#361)
* translated lint rules

* translated limit requests

* translated secret management

* translated ORM ODM usage

* translated secure server

* translated commum security best pratices

* translated secure headers

* translated dependency security

* translated bcrypt passwords

* translated escape output

* translated validation

* translated expire jwt

* translated login rate limit

* translated non root user

* translated request payload size limit

* translated avoid eval

* translated regex

* translated safe module loading

* translated sandbox

* translated child processes

* translated hide errors

* translated sessions

* translated safe redirects

* changed links to tranlated files & fixed a typo

* translated ESlint and Prettier

* translated native over util

* translated refactoring

* translated ci tools

* translated 3 parts in name

* translated monitoring

* translated smart logging

* translated delegate to proxy

* translated lock dependencies

* translated guard process

* translated utilize cpu

* translated create maintenance endpoint

* translated apm products

* translated production code

* translated measure memory

* translated frontend out

* translated be stateless

* translated detect vulnerabilities

* translated assign transation ID

* translated set NODE_ENV

* translated LTS release

* translated log rounting

* translated break into components

* translated create layers

* translated wrap utilities

* translated separate express

* translated config guide

* corrected typos and updated anchors

* corrected files names
2019-03-19 12:52:46 +05:30
f0670e0e81 Merge BR translation into master (#351)
Merge BR translation into master, finally!

Please turn on the `No Whitespace` option during review.

![image](https://user-images.githubusercontent.com/2608321/53858802-7dba0a00-4001-11e9-998b-3506e012b357.png)

/cc @marcelosdm 

Closes: https://github.com/i0natan/nodebestpractices/issues/223
2019-03-10 12:31:22 +05:30
Sam
8843e9c071 Update guardprocess.chinese.md 2019-02-14 16:24:32 +08:00
6a6acb2995 Rename readme files from producton to production 2018-12-26 07:51:43 +01:00
62a92cabcb Updated references to NSP 2018-11-30 09:17:46 +01:00
19d1047875 Merge pull request #275 from MattJin/master
[Chinese translation]Some translations on Security part
2018-11-14 13:43:19 +08:00
jin
35d8d56c72 [Chinese]modify.. 2018-11-09 15:31:51 +08:00
bf415fa889 updates based on feedback 2018-11-03 12:09:19 -05:00
0218ce5d7a fixed typo, added tldr to readme 2018-10-29 19:10:57 -05:00
2c8ee8bfe7 slight rewording to make clearer 2018-10-27 12:17:11 -05:00
0ac89be7ff pre-editing, content is in place 2018-10-21 14:03:41 -05:00
a7c8abe85c init 2018-09-15 17:32:12 +03:00
26241eddd5 Replace deprecated Node Security Project with npm audit 2018-08-15 21:06:51 +03:00
6fb68ec9bc fixed security best practice details 2018-07-25 12:14:18 +02:00
49141e283b Fixed grammar issues and syntax 2018-05-30 08:33:22 +02:00
74ef41ef69 #187: 5.7. maintenance endpoint is dangerous when it becomes a target of DDOS 2018-05-29 22:35:52 -07:00
408bbf41db updated NPM => npm 2018-05-12 09:23:43 +12:00
f281695753 Remove unrelated quote. 2018-05-06 17:46:12 +01:00
1b6360413a made the requested changes for pull request 2018-04-22 17:47:22 +05:30
e2ca2c6ea8 fix grammar and formatting in all files 2018-04-22 16:53:06 +05:30
d2882e10f5 5.17. Use an LTS release of Node.js 2018-04-02 14:38:58 +12:00
3584977063 Merge pull request #15 from MattJin/master
merge
2018-02-26 21:34:43 +08:00
4df1334fbf Extended Node.js naming convention fix 2018-02-18 00:11:40 +01:00
f0d023211c Provide a URL to the StrongLoop blogpost 2018-02-15 08:33:56 +01:00
a274116bb7 [Chinese-translation]little change. 2018-01-15 18:51:27 +08:00
3f3f7b96f0 [Chinese-translation]little changes. 2018-01-15 18:50:20 +08:00
90fe4b9bef [Chinese-translation]review and make some changes. 2018-01-13 11:33:31 +08:00
9a507f1ed1 Merge pull request #9 from i0natan/master
merge changes from master
2018-01-02 16:20:41 +08:00
3ff40e0950 Merge pull request #121 from only-lei/chinese-translation
[Chinese translation] add
2018-01-02 16:08:48 +08:00
dd12ef2886 add [chinese_translate] \production\lockdependencies.chinese.md 2018-01-02 15:56:46 +08:00