Leakage of sensitive data to RollBar
Last updated
Rule ID: javascript_third_parties_rollbar
Applicable Languages: Javascript
Weakness ID: CWE-201
Exposing sensitive data to third-party loggers such as RollBar is a frequent cause of data leaks and can result in data breaches.
Make sure that all sensitive data is removed before sending information to third-party loggers such as Rollbar.
Use unique database identifiers if user identification is necessary.
Rollbar.critical("Connection error from remote Payments API", user.uuid);
To omit this rule during a scan, and to provide you with continuous 24/7 code-level scanning, you can employ our SAST TOOL
Last updated