bumped golang.org/x/net to 0.33.0

This commit is contained in:
Gani Georgiev
2024-12-19 10:09:05 +02:00
parent c847a6bc88
commit 7147633f96
33 changed files with 54 additions and 42 deletions

View File

@@ -1,3 +1,9 @@
## v0.23.11
- Upgraded `golang.org/x/net` to 0.33.0 to fix [CVE-2024-45338](https://www.cve.org/CVERecord?id=CVE-2024-45338).
_PocketBase uses the vulnerable functions primarily for the auto html->text mail generation, but most applications shouldn't be affected unless you are manually embedding unrestricted user provided value in your mail templates._
## v0.23.10
- Renew the superuser file token cache when clicking on the thumb preview or download link ([#6137](https://github.com/pocketbase/pocketbase/discussions/6137)).