Skip to content

Commit

Permalink
Add SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shacker committed Sep 28, 2021
1 parent 20196a1 commit e03c3d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ TODO_ALLOW_FILE_ATTACHMENTS = True
TODO_ALLOWED_FILE_ATTACHMENTS = [".jpg", ".gif", ".csv", ".pdf", ".zip"]
TODO_MAXIMUM_ATTACHMENT_SIZE = 5000000 # In bytes

# additionnal classes the comment body should hold
# adding "text-monospace" makes comment monospace
# Additional classes the comment body should hold.
# Adding "text-monospace" makes comment monospace
TODO_COMMENT_CLASSES = []

# The following two settings are relevant only if you want todo to track a support mailbox -
Expand Down Expand Up @@ -301,6 +301,8 @@ django-todo uses pytest exclusively for testing. The best way to run the suite i

## Version History

**2.4.11** Add SECURITY.md

**2.4.10** It is now possible to use unicode characters (such as Chinese) as the only chars in a list title.

**2.4.9** Fixed: Editing a task should not change its completed/incomplete status
Expand Down Expand Up @@ -401,7 +403,7 @@ That was the plan, but unfortunately, `makemigrations` created new tables and dr

### Datepicker

django-todo no longer references a jQuery datepicker, but defaults to native html5 browser datepicker (not supported by Safari, unforunately). Feel free to implement one of your choosing.
django-todo no longer references a jQuery datepicker, but defaults to native html5 browser datepicker. Feel free to implement one of your choosing.

### URLs

Expand Down
3 changes: 3 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Security

If you find what you believe is a security issue with django-todo, please send a detailed report to [email protected] before publicizing. We thank you for your discretion.

0 comments on commit e03c3d0

Please sign in to comment.