pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python is:unmerged language:JavaScript
Filter by
63.5M results
💡 What: Wrapped displayCategories logic in React.useMemo and hoisted search.toLowerCase() outside the filtering loop.
Moved hook above conditional early returns to fix rule of hook violation. 🎯 Why: filteredCategories ...
Summary
The Dashboard Security Audit gate (npm audit on web/) is red on main, which fails the aggregate CI Pass check on every
PR — including the open Renovate dependency PRs #2345 (web), #2346 (infra), ...
问题描述
1. 每次调用分销卡券接口都会查询数据库获取 secret_key,高频场景下造成不必要的数据库压力
2. 提货接口没有频率限制,存在被恶意刷单的风险
3. WebSocket 发送后未收到响应的发货记录会永久停留在 unknown 状态,影响发货统计准确性
修复方案
1. Secret Key 缓存优化
- 为 _get_secret_key 增加 5 分钟 TTL 内存缓存(_secret_key_cache) ...
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The code uses subprocess to execute ...
ai-remediation
severity-medium
Diagnostics + UX fixes after testing the SMB share on a real TV. (Good news: the background service launches and answers
/smb/ping, so Tizen TV does run it — the failure is in the connect step.)
Nothing ...
Related Issues/PRs
Closes #23909
What changes are proposed in this pull request?
Updates the MLflow Authentication REST API documentation to reflect the new RBAC system introduced in MLflow 3.13.0. ...
area/docs
community
rn/documentation
size/XL
Dependabot will resolve any conflicts with this PR as long as you don t alter it yourself. You can also trigger a rebase
manually by commenting @dependabot rebase.
details summary Dependabot commands ...
dependencies
python:uv
This PR implements a comprehensive suite of micro-UX and accessibility improvements focused on keyboard navigation and
focus management.
💡 What: The UX enhancement added
- Keyboard Navigation: Users ...
Motivation
- Provide a desktop tool to produce long video playlists (1h/2h/3h...) by combining audio playlists with background
videos using ffmpeg and a simple GUI.
- Support prioritized songs, ...
codex