Skip to content

Commit 4237ab7

Browse files
authored
Fix typo
1 parent cf7db39 commit 4237ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security-checklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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.
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.
3030
- [ ] JWT are awesome, use them if required for your single page app/APIs.
3131

3232

0 commit comments

Comments
 (0)