Skip to content

Commit 530f786

Browse files
authored
Merge pull request #9515 from getsentry/mdtro/cve-2023-46729-changelog
chore: include CVE details for security fixes on 7.77.0
2 parents 49b9ec3 + bfa8c2e commit 530f786

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This was possible by extensive use of tree shaking and a host of small changes t
3232

3333
By using [tree shaking](https://docs.sentry.io/platforms/javascript/configuration/tree-shaking/) it is possible to shave up to 10 additional KB off the bundle.
3434

35-
#### Other Changes
35+
### Other Changes
3636

3737
- feat(astro): Add Sentry middleware (#9445)
3838
- feat(feedback): Add "outline focus" and "foreground hover" vars (#9462)
@@ -52,13 +52,18 @@ By using [tree shaking](https://docs.sentry.io/platforms/javascript/configuratio
5252

5353
## 7.77.0
5454

55+
### Security Fixes
56+
57+
- fix(nextjs): Match only numbers as orgid in tunnelRoute (#9416) (CVE-2023-46729)
58+
- fix(nextjs): Strictly validate tunnel target parameters (#9415) (CVE-2023-46729)
59+
60+
### Other Changes
61+
5562
- feat: Move LinkedErrors integration to @sentry/core (#9404)
5663
- feat(remix): Update sentry-cli version to ^2.21.2 (#9401)
5764
- feat(replay): Allow to treeshake & configure compression worker URL (#9409)
5865
- fix(angular-ivy): Adjust package entry points to support Angular 17 with SSR config (#9412)
5966
- fix(feedback): Fixing feedback import (#9403)
60-
- fix(nextjs): Match only numbers as orgid in tunnelRoute (#9416)
61-
- fix(nextjs): Strictly validate tunnel target parameters (#9415)
6267
- fix(utils): Avoid keeping a reference of last used event (#9387)
6368

6469
## 7.76.0

0 commit comments

Comments
 (0)