pullrequests Search Results · language:Edge language:TypeScript language:PHP language:Go is:unmerged language:JavaScript
Filter by
89.9M results
Pipelines as Code configuration removal
What why
Two HuntScreen-local cold-start cleanups surfaced by Stev.ie s geo-cache tap-freeze profile. (The broader cold-start
lockup — the 340 ms setContacts(603) cascade on Explore — is the real cause ...
[!IMPORTANT] This is an automatic PR generated by Vercel to help you with patching efforts. We can t guarantee it s
comprehensive, and it may contain mistakes. Please review our guidance before merging ...
size/XS
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| docker/build-push-action | action | minor | v7.1.0 → v7.2.0 |
Release Notes
details summary docker/build-push-action ...
Closes #1011.
What
Adds cnspec scan --collect-support-bundle [--support-bundle-dir PATH] — a single flag that gathers everything we
currently ask users to collect by hand with DEBUG=1 into one directory ...
Description
- Set dark mode as the permanent theme for the site. This means the theme switcher script can be dropped and the CSS
around this can be simplified down a lot.
- Remove Google Site ...
Summary
Implements four integration improvements across the backend service:
- #1169 — On startup, validate that the configured Soroban contract ID exists on the active network by calling the
Soroban ...
Summary
Follow-up to #197. That PR stopped the Guided Builder s internal description (Built via Guided Quote Builder. ...
Market: ... Style: ...) leaking onto the v3 proposal. The same quote description ...
This ensures that Algorithmic Trading and AutoTourney remain visible after trust is reset to zero upon the end of the
human phase.
Summary
The original version of Universal Paperclips had a stateful ...
🔴 安全问题修复
1. 分支名注入防护(git-workflow.ts)
- 问题:feat/${params.name} 直接拼接用户输入,name 可为 - 或包含特殊字符,git 可能解析为选项
- 修复:添加正则 ^[a-zA-Z0-9_-]+$ 校验,非法字符直接拒绝
- 额外修复:创建失败后切回原来分支而非 checkout -(后者可能回到 main)
2. 前缀匹配逻辑错误(model-tier.ts) ...