2020-06-30 12:48:07 +02:00
|
|
|
== Recommended Secure Coding Practices
|
|
|
|
|
|
|
|
* Store the credentials in a configuration file that is not pushed to the code repository.
|
|
|
|
* Store the credentials in a database.
|
2020-12-21 15:38:52 +01:00
|
|
|
* Use your cloud provider's service for managing secrets.
|
2021-11-04 16:44:58 +01:00
|
|
|
* If a password has been disclosed through the source code: change it.
|