added best practice section in the security guidelines

This commit is contained in:
aminnairi
2024-01-05 12:36:47 +01:00
parent cd3c78b0ad
commit 1e52b1faff
+10
View File
@@ -1,5 +1,15 @@
# Security Policy
## Best practices
If you need to fork this repository, or propose changes through pull request, be sure to not commit any sensitive informations.
These informations can the the following form, without being an exhaustive list:
- Credentials files (`.aws/credentials`, `.npmrc`, ...)
- Environment variables (`JWT_SECRET`, `DATABASE_PASSWORD`, ...)
- Personal informations (name, address, email, ...)
## Reporting a Vulnerability
You just found a vulnerability in this repository and want to contribute to a safer environment.