-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A lot of notifier properties come through when logging a request, including access token. #644
Comments
@rollbar-bborsits , sorry for the tag, but is there any way to minify this, and also exclude our access token existing in rollbar items. Not sure if this is normal that rollbar token is visible in data on the dashboard, especially with the incident that happened recently. I'll try logging with ignoring |
Hey @beeradmoore, No worries. I'm sorry for the late response. I was on holiday. Can you open a support ticket here? As this is a security-related question, we might need to clarify more details. |
No worries. That is now sent through. Ticket number is 56346. |
@csaba-ilonka-rollbar , did this not go out as a nuget update? |
@beeradmoore you are right, sorry about that. I just published v5.2.2 on NuGet. |
Describe the bug
A lot of notifier properties come through when logging a request with Rollbar.NET. Comparing to our php project it sends through 2 properties in notifier.*, in our .NET project it sends through 59. Main concern is it also sends through the token.
To Reproduce
Expected behavior
An error event is triggered which tells you about an exception labelled "test 1", and also does not expose my rollbar config.
Screenshots
N/A
Rollbar Client - Rollbar.NET Hosting Environment (please complete the following information):
Additional context
The payload for the event listed in rollbar for the above log would look somethng like this (this was captured via debug on macOS so it may not align 100%, I can fetch the actual result later)
I would expect with the above that this is excessive and also exposing token is not ideal. I tried to scrub
notifier
property but it then generated a different rollbar,API error: Invalid format. data.notifier should be object.
Is this output to be expected? Is there anyway I can minify it?
The text was updated successfully, but these errors were encountered: