Sensitive data sent to Elasticsearch detected.
- Rule ID: ruby_third_parties_elasticsearch
- Languages: ruby
- Source: elasticsearch.yml
Description
Leaking sensitive data to third-party data tools is a common cause of data leaks and can lead to data breaches. This rule looks for instances of sensitive data sent to Elasticsearch.
Remediations
When sending data to third-party services, ensure all sensitive data is removed.
Resources
Associated CWE
OWASP Top 10
Configuration
To skip this rule during a scan, use the following flag
bearer scan /path/to/your-project/ --skip-rule=ruby_third_parties_elasticsearch
To run only this rule during a scan, use the following flag
bearer scan /path/to/your-project/ --only-rule=ruby_third_parties_elasticsearch
Ready to take the next step? Learn more about Bearer Cloud.