f0670e0e81
Merge BR translation into master ( #351 )
...
Merge BR translation into master, finally!
Please turn on the `No Whitespace` option during review.

/cc @marcelosdm
Closes: https://github.com/i0natan/nodebestpractices/issues/223
2019-03-10 12:31:22 +05:30
78004e199f
update httpOnly
...
Technically its HttpOnly, so i updated to reflect that.
2019-02-26 13:40:30 -08:00
637523810d
Updates to commonsecuritybestpractices.md
...
Did not like that OWASP A7 only included 'use CSP, so updated that to reference more content from OWASP with some slight changes to reflect node, e.g use a template engine.
Made some slight changes to the content for grammar improvements
2019-02-25 15:11:31 -08:00
ed2c333af5
Merge pull request #335 from milkdeliver/patch-1
...
Update guardprocess.chinese.md
2019-02-25 08:40:42 +08:00
807fe9dea8
Slight changes
...
Suggested changes from comments
2019-02-22 08:26:25 -08:00
a1477e4a09
Grammar improvements to secureserver.md
...
I read this page and saw a few grammar improvements, hopefully you like them.
2019-02-21 17:06:02 -08:00
03fb73dbdf
Merge pull request #342 from LewisArdern/patch-1
...
Include new Function within avoideval.md
2019-02-22 09:48:21 +13:00
830907a958
Include new Function within avoideval.md
...
Dynamic execution of JavaScript also happens in new Function, which is even referenced here: https://github.com/i0natan/nodebestpractices#-615-avoid-javascript-eval-statements , so this should be included.
2019-02-20 07:40:20 -08:00
59e6e8f474
Genereic message
2019-02-16 23:09:55 +02:00
67e7c3b49c
Typo fix
2019-02-14 17:10:50 +01:00
8843e9c071
Update guardprocess.chinese.md
2019-02-14 16:24:32 +08:00
1c9c4d63fb
Revisited nativeoverutil.md
2019-01-09 14:49:03 +00:00
5b9900e79c
Merge branch 'dev' of https://github.com/Berkmann18/nodebestpractices into dev
2019-01-09 14:11:44 +00:00
78c626f98f
Updated README and nativeoverutil
...
Improved the examples and swapped some text with images.
2019-01-04 10:40:22 +00:00
ecb875c49f
Updated README and a section
2019-01-01 13:55:43 +00:00
cd5c872bc5
fix npm link
2019-01-01 21:03:19 +08:00
98a6ae1fe2
Updated sections/performance/nativeoverutil.md
2018-12-29 10:02:19 +00:00
1cf1ff8db8
Update sections/performance/nativeoverutil.md
...
Co-Authored-By: Berkmann18 <maxieberkmann@gmail.com>
2018-12-29 09:58:07 +00:00
6a6acb2995
Rename readme files from producton to production
2018-12-26 07:51:43 +01:00
ea7617c94e
Added 'Native methods Over Util' article
2018-12-25 15:46:27 +00:00
7846d3e8e6
Merge pull request #296 from ISNIT0/ISNIT0/generate-html
...
[POC] Basic HTML generation
2018-12-18 22:17:11 +02:00
a8e6168a25
Fixed Korean import issue
2018-12-13 11:21:42 +01:00
fa9764ba9c
missing bracket
...
added requested changes
2018-12-12 12:40:43 -08:00
d6d0d36203
Typo && Spacing
...
There was an extraneous space. I also updated functions syntax to follow the style guide referenced in other parts of this document. These functions could potentially be updated to es6 as well.
2018-12-11 13:58:19 -08:00
e3df62ba85
🎉 Improved output, added image compression, added code highlighting, inlined all resources
2018-12-07 16:54:19 +01:00
62a92cabcb
Updated references to NSP
2018-11-30 09:17:46 +01:00
9b8c017526
Change name order
2018-11-16 16:24:18 +01:00
11ec931a7d
Fix name typo
2018-11-16 12:24:00 +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
57597d8b04
Merge pull request #280 from blackmatch/chinese-limitrequests
...
[chinese translation] add 6.2
2018-11-14 13:43:01 +08:00
46a2739cf6
[Chinese translation]remove no-used lines
2018-11-13 15:01:59 +08:00
1a95738ae7
correct some sentences
2018-11-13 11:47:11 +08:00
52dca75597
Merge pull request #279 from blackmatch/chinese-hideerrors
...
[chinese] add 6.20
2018-11-12 22:00:49 +08:00
5a666332b9
[chinese translation] add 6.2
2018-11-12 21:59:33 +08:00
5988742561
remove other file
2018-11-12 17:37:59 +08:00
b2e4206163
[chinese] add 6.20
2018-11-12 17:29:46 +08:00
e5294cd430
Update sections/security/avoideval.chinese.md
...
Co-Authored-By: MattJin <matt_jin@163.com>
2018-11-12 16:03:41 +08:00
43fe9e56d7
Update sections/security/expirejwt.chinese.md
...
Co-Authored-By: MattJin <matt_jin@163.com>
2018-11-12 16:03:33 +08:00
e98171e4fc
Update sections/security/expirejwt.chinese.md
...
Co-Authored-By: MattJin <matt_jin@163.com>
2018-11-12 16:03:18 +08:00
752b27f7cd
Update sections/security/sandbox.chinese.md
...
Co-Authored-By: MattJin <matt_jin@163.com>
2018-11-12 16:02:31 +08:00
35d8d56c72
[Chinese]modify..
2018-11-09 15:31:51 +08:00
e43f87eeb6
Merge pull request #21 from i0natan/master
...
merge
2018-11-09 09:40:24 +08:00
adbd60b764
add breakintcomponents.chinese.md
2018-11-09 09:01:58 +08:00
8c18b11b77
[Chinese]add expirejwt.chinese.md and safemoduleloading.chinese.md, modify citools.chinese.md
2018-11-08 17:03:58 +08:00
92edd99b23
[Chinese]fix txt
2018-11-08 13:52:28 +08:00
e53c7e7294
[Chinese]add sandbox.chinese.md
2018-11-08 11:30:43 +08:00
4f300940d4
add childprocesses.chinese.md and sections/security/secureserver.chinese.md
2018-11-07 17:15:12 +08:00
c101489840
remove ^H character
2018-11-05 17:54:06 +08:00
b36249e4c8
add translation: breakintcomponents.chinese.md
2018-11-05 17:51:03 +08:00
bf415fa889
updates based on feedback
2018-11-03 12:09:19 -05:00