Leakage of sensitive data to Datadog RUM

  • Rule ID: javascript_third_parties_datadog_browser
  • Languages: javascript
  • Source: datadog_browser.yml

Description

Sensitive and private data contained in your pages may be sent to datatdog to identify elements that a user interacted with.

Remediations

To control which information is sent to Datadog, manually set an action name, or implement a global scrubbing rule in the Datadog Browser SDK for RUM.

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

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

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