-
Notifications
You must be signed in to change notification settings - Fork 623
Dargon789 patch 1 #6902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dargon789 patch 1 #6902
Conversation
Signed-off-by: Legion's <[email protected]>
Signed-off-by: Legion's <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Legion's <[email protected]>
Fix code scanning alert no. 1: Incomplete URL substring sanitization
Create SECURITY.md
Signed-off-by: AU_019 <[email protected]>
* Add .circleci/config.yml * Add .circleci/config.yml
🦋 Changeset detectedLatest commit: 102ed8b The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@Dargon789 is attempting to deploy a commit to the thirdweb Team on Vercel. A member of the Team first needs to authorize it. |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/embed/embed-setup.tsx
Show resolved
Hide resolved
Dargon789
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dargon789 patch 1 #6902
Signed-off-by: AU_gdev_19 <[email protected]>
PR-Codex overview
This PR introduces security policy documentation, updates the CircleCI configuration, and enhances the logic for validating API keys in the
embed-setup.tsxfile. It also adds a GitHub Actions workflow for deploying a Next.js site to GitHub Pages.Detailed summary
SECURITY.mdfile with supported versions and vulnerability reporting guidelines.embed-setup.tsxfor improved domain checking..circleci/config.ymlto define a simple job that echoes "Hello, World!"..github/workflows/nextjs.ymlfor building and deploying a Next.js site to GitHub Pages.