-
Notifications
You must be signed in to change notification settings - Fork 623
Create SECURITY.md #6144
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
Create SECURITY.md #6144
Conversation
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
Fix code scanning alert no. 1: Incomplete URL substring sanitization
Create SECURITY.md
|
|
@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. |
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.
Create SECURITY.md #6144
|
can you explain the motivation for this PR? |
|
FYI - The Embed page has been removed from dashboard |
PR-Codex overview
This PR introduces a
SECURITY.mdfile outlining the security policy and updates theembed-setup.tsxfile to enhance the validation of API keys by refining the domain checking logic.Detailed summary
SECURITY.mdfile with:embed-setup.tsx:validApiKeyfunction to check domains against a list of allowed hosts.URLobject for domain validation.