7 lines
299 B
Plaintext
7 lines
299 B
Plaintext
== 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.
|
|
* Use your cloud provider's service for managing secrets.
|
|
* If a password has been disclosed through the source code: change it.
|