1274 Commits

Author SHA1 Message Date
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
0d77cda005 Update limitrequests.md
Add common example, which is suitable for any framework or pure NodeJS
2018-12-27 21:41:55 +08: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
jin
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
jin
adbd60b764 add breakintcomponents.chinese.md 2018-11-09 09:01:58 +08:00
jin
8c18b11b77 [Chinese]add expirejwt.chinese.md and safemoduleloading.chinese.md, modify citools.chinese.md 2018-11-08 17:03:58 +08:00
jin
92edd99b23 [Chinese]fix txt 2018-11-08 13:52:28 +08:00
jin
e53c7e7294 [Chinese]add sandbox.chinese.md 2018-11-08 11:30:43 +08:00
jin
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
c844a4fd3b trans in processing 2018-11-01 07:57:38 +08: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
jin
b5b6aa85e4 [Chinese] add bcryptpasswords.chinese.md 2018-10-26 09:15:52 +08:00
jin
2d2523ede1 [Chinese]add avoideval.chinese.md 2018-10-25 11:32:42 +08:00
0ac89be7ff pre-editing, content is in place 2018-10-21 14:03:41 -05:00
53cf4c7283 MINOR Add tslint-config-security MINOR fixup eslint-config-security image 2018-10-17 18:47:47 +13:00
fbdc791e79 Merge pull request #262 from i0natan/prevent_unsafe_redirects
MINOR Prevent unsafe redirects
2018-10-08 20:29:30 +01:00
a692c6a7d4 Fix links 2018-10-08 19:07:03 +01:00
c22c6af462 Update to use arrow functions 2018-10-08 19:58:51 +13:00
c7768c97db MINOR Prevent unsafe redirects 2018-10-07 20:35:20 +13:00
6a9876ab40 Fixing some typos in dependencysecurity.md
Fixing some typos
2018-10-05 15:18:19 -03:00
28dc77b745 Update limitrequests.md
delayAfter and delayMs have been removed - https://github.com/nfriedly/express-rate-limit#v3-changes.
2018-09-26 10:53:43 +03:00
a94dd7e70d ES6 Class Syntax refactor (#250)
* ES6 Class Syntax refactor

* Capitalize Class name

* Missing capitalisation in object
2018-09-25 15:00:18 +05:30
jin
810d97b15b [Chinese]add translation of Security 6.1 2018-09-20 17:10:09 +08:00