Skip to content

Commit 2057ede

Browse files
merging pull req for spell mistake
2 parents af202f0 + 877cc81 commit 2057ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security-checklist.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
- [ ] `Edit email/phone number` feature should be accompanied by a verification email to the owner of the account.
2727
- [ ] Any upload feature should sanitize the filename provided by the user. Also, for generally reasons apart from security, upload to something like S3 (and post-process using lambda) and not your own server capable of executing code.
2828
- [ ] `Profile photo upload` feature should sanitize all the `EXIF` tags also if not required.
29-
- [ ] For user ids and other ids, use [RFC complaint ](http://www.ietf.org/rfc/rfc4122.txt) `UUID` instead of integers. You can find an implementation for this for your language on Github.
30-
- [ ] [JWT](https://jwt.io/) are awesome. Use them if required for your single page app/APIs.
29+
- [ ] For user ids and other ids, use [RFC compliant ](http://www.ietf.org/rfc/rfc4122.txt) `UUID` instead of integers. You can find an implementation for this for your language on Github.
30+
- [ ] JWT are awesome, use them if required for your single page app/APIs.
3131

3232

3333
##### ANDROID / IOS APP

0 commit comments

Comments
 (0)