Leakage of sensitive data to ElasticSearch

  • Rule ID: java_third_parties_elasticsearch
  • Languages: java
  • 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.

Remediations

  • Do ensure all sensitive data is removed when sending data to third-party services like ElasticSearch

References

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=java_third_parties_elasticsearch

To run only this rule during a scan, use the following flag

bearer scan /path/to/your-project/ --only-rule=java_third_parties_elasticsearch