Skip to content

Commit 0424fd7

Browse files
authored
doc: mention that csurf is deprecated. (#152)
* doc: mention that csurf is deprecated. * Update docs/development/secure-development-process.md
1 parent 8a6a2db commit 0424fd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/development/secure-development-process.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ Harden external http endpoints by:
123123
* Protect against Cross site scripting (XSS). For example by using a package like [xss]
124124
(https://www.npmjs.com/package/xss).
125125
* Protect against cross site forgery requests
126-
* Use Anti-CSRF tokens through packages like [csurf](https://www.npmjs.com/package/csurf)
126+
Use Anti-CSRF tokens. Note that [csurf](https://www.npmjs.com/package/csurf) is deprecated
127+
and not recommended for use.
127128

128129
**Avoid leaking info through errors**
129130

0 commit comments

Comments
 (0)