Conversation
) * fix(api): validate WebP files with full RIFF+WEBP signature check The RIFF prefix alone matches WAV, AVI, and other container formats. Now checks bytes 8-11 for 'WEBP' to ensure the file is actually WebP, preventing content scan bypass via crafted RIFF files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(api): use byte-exact comparison for WebP and remove unused constant - Replace toString('ascii') with Buffer.equals() to prevent high-bit stripping that could bypass signature check - Remove unused BINARY_MIME_TYPES constant Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PR SummaryMedium Risk Overview Updates auth dependency versions. Bumps Written by Cursor Bugbot for commit 9786589. This will update automatically on new commits. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Aligns all packages (app, api, portal, auth, root) to the same better-auth version. Stays on 1.4.x to avoid breaking changes in 1.5.0. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🎉 This PR is included in version 3.10.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.