Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Security Review — No Vulnerabilities Found
This PR contains only documentation changes (docs/content/docs/plugins/media.mdx). The diff refactors three import-statement examples in MDX code blocks, splitting a combined import into two separate imports to reflect updated package entry points:
localAdapterimport path:@btst/stack/plugins/media/api→@btst/stack/plugins/media/api/adapters/locals3Adapterimport path:@btst/stack/plugins/media/api→@btst/stack/plugins/media/api/adapters/s3
Checklist result:
| Category | Finding |
|---|---|
| Injection (SQL, command, template, path traversal) | None — no runtime code changed |
| Authn/authz bypasses | None |
| Secrets / token leakage / insecure logging | None |
| Unsafe deserialization, SSRF, XSS, CSRF | None |
| Dependency / supply-chain risk | None — no new dependencies introduced |
No high-confidence security vulnerabilities are present in this PR.
Sent by Cursor Automation: Find vulnerabilities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Type of change
Checklist
pnpm buildpassespnpm typecheckpassespnpm lintpassesdocs/content/docs/) if consumer-facing types or behavior changedScreenshots
Note
Low Risk
Low risk documentation-only change that updates import paths for storage adapters; no runtime behavior is modified.
Overview
Updates the Media plugin documentation examples to import storage adapters (
localAdapter,s3Adapter) from their new per-adapter modules (e.g.@btst/stack/plugins/media/api/adapters/local) instead of re-exporting them from@btst/stack/plugins/media/api.Applies this change consistently across the installation, multi-tenancy configuration, and hooks example snippets.
Reviewed by Cursor Bugbot for commit 2b37ddf. Bugbot is set up for automated code reviews on this repo. Configure here.