rspec/rules/S2068/recommended.adoc

7 lines
299 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 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.