10 Commits

Author SHA1 Message Date
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
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
e2ca2c6ea8 fix grammar and formatting in all files 2018-04-22 16:53:06 +05:30
555cd182cb Optimized sytax and fixed typos 2017-12-27 15:36:03 +01:00
8d530d84e1 Fixed some typos 2017-11-14 14:23:54 -05:00
c399b3de49 Fixing #51 2017-11-14 14:23:54 -05:00
a56871d64b code example 2017-10-14 16:15:02 +03:00
ee03410165 added 'detect vulnerabilities' 2017-10-14 16:04:27 +03:00