rspec/rules/S2068/recommended.adoc

7 lines
304 B
Plaintext
Raw Normal View History

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.
* Use the secret management service of you cloud provider.
* If the a password has been disclosed through the source code: change it.