getsentry / sentry-android-gradle-plugin

Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
https://docs.sentry.io/platforms/android/gradle/
MIT License
143 stars 33 forks source link

chore(deps): update CLI to v2.33.1 #751

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 months ago

Bumps plugin-build/sentry-cli.properties from 2.33.0 to 2.33.1.

Auto-generated by a dependency updater.

Changelog

2.33.1

Security fix

This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to stdout:

We now redact the --auth-token argument and anything else that looks like it might be an auth token when logging the arguments that the Sentry CLI was called with (see #2115 and #2118 for details).

Other fixes & improvements