You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
## Unreleased
4
4
5
+
### Security Fixes
6
+
7
+
- **Behavior-breaking**: Disable Xcode `Info.plist` preprocessing by default to avoid passing project-controlled compiler settings to `cc` during release auto-discovery. This affects `sentry-cli releases propose-version`, `sentry-cli send-event` and `sentry-cli bash-hook --send-event` release inference, and `sentry-cli react-native xcode` auto-release detection. Use `--allow-xcode-infoplist-preprocessing` only for trusted projects that require preprocessing.
- Disable TLS verification only when `http.verify_ssl` is set to `false`, case-insensitively.
10
+
- Shell-escape generated `bash-hook` arguments, including paths, tags, release names, and the CLI path.
11
+
- Stop sending environment variables in `sentry-cli bash-hook` events.
12
+
- Verify the downloaded binary checksum before replacing the current executable in `sentry-cli update`.
13
+
5
14
### Performance
6
15
7
16
- (snapshots) Skip uploading images that already exist in objectstore by batch-checking with HEAD requests first ([#3305](https://github.com/getsentry/sentry-cli/pull/3305))
0 commit comments