We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6a2db commit 0424fd7Copy full SHA for 0424fd7
docs/development/secure-development-process.md
@@ -123,7 +123,8 @@ Harden external http endpoints by:
123
* Protect against Cross site scripting (XSS). For example by using a package like [xss]
124
(https://www.npmjs.com/package/xss).
125
* Protect against cross site forgery requests
126
- * Use Anti-CSRF tokens through packages like [csurf](https://www.npmjs.com/package/csurf)
+ Use Anti-CSRF tokens. Note that [csurf](https://www.npmjs.com/package/csurf) is deprecated
127
+ and not recommended for use.
128
129
**Avoid leaking info through errors**
130
0 commit comments