add SECURITY.md, tighten .gitignore
This commit is contained in:
parent
c949b89b74
commit
3304729d02
2 changed files with 5 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,3 +3,7 @@ __pycache__/
|
|||
*.pyo
|
||||
dist/
|
||||
*.egg-info/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
.env
|
||||
|
|
|
|||
1
SECURITY.md
Normal file
1
SECURITY.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
If you find a security issue, report it privately by emailing blankie@tuta.com. Please don't file a public issue.
|
||||
Loading…
Add table
Add a link
Reference in a new issue