Skip to content

Commit

Permalink
Merge pull request #489 from PointyDev/patch-1
Browse files Browse the repository at this point in the history
Fixed spelling in SECURITY.md
  • Loading branch information
rumblefrog authored Jul 28, 2018
2 parents b68a806 + 429a313 commit 5597728
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Here are some steps to secure SourceBans++

1. Use HTTPS! HTTPS is Key if you don't want MITM Attacks happening. Services such as Let's Encrypt provide free SSL Certificates.
2. Use a separate MySQL user just for SourceBans. Don't use the `root` MySQL user with SourceBans, make a seperate SQL account that only has access to the SourceBans DB.
2. Use a separate MySQL user just for SourceBans. Don't use the root MySQL user with SourceBans; make a separate SQL account that only has access to the SourceBans DB.
3. Make sure you do regular backups of your SourceBans Database.
4. Trust your Admins, don't give Admin access to your server(s) to a random stranger or a person you don't know.
4. Trust your admins, but don't give Admin access to your server(s) to a random stranger or a person you don't know.

## I Found a Security Hole, what do I do?
## I found a security hole. What do I do??

1. Open an issue on the GitHub repo, with all nessesary info.
1. Open an issue on the GitHub repo with all necessary info.
2. If possible, open a Pull Request with a fix for the said Security Hole while following the instrucions in [CONTRIBUTING.md](https://github.com/sbpp/sourcebans-pp/blob/v1.x/CONTRIBUTING.md).

0 comments on commit 5597728

Please sign in to comment.