issues Search Results · language:Edge language:Python language:JavaScript language:Python language:JavaScript language:Java
Filter by
55.5M results
问题描述
代码库中存在 16 处 except: pass 或 except Exception: pass 模式,静默吞没异常。这导致:
1. 调试时无法定位真正的错误原因
2. 部分场景下错误状态被掩盖,下游代码在损坏数据上继续运行
受影响位置
| 文件 | 行号 | 上下文 |
| --- | --- | --- |
| batch_worker.py | 113, 138, 272 ...
cleanup
P2
User Story
As a backend developer, I want to implement caching, so that we stay within Alpha Vantage rate limits.
Acceptance Criteria
- [x] In-memory cache with 15min TTL
- [x] Cache key: {symbol}_{data_type} ...
Summary
The class is annotated with @ToString (line 18) and declares a private Property String password field (line 36) without
@ToString.Exclude. Lombok generates a toString() that includes every field ...
kind/security
Feature Description
Weather agent (and likely others) silently default to broken localhost endpoints when env vars are missing:
| Missing | Silent fallback | User sees |
| --- | --- | --- |
| MCP_URL ...
REST endpoints lack machine-readable docs. Generate OpenAPI 3.0 spec.
Generated for enterprise-scale GitHub performance testing.
Repository: platform-core Booster Run ID: boost-20260625-121619 Sequence: ...
P3-low
perf-test
Summary
The url field carries the Zenduty integration key embedded in the URL path (e.g. https://www.zenduty.com/api/events/
integration_key /). The field is correctly marked @PluginProperty(secret=true) ...
kind/security
작업 내용
AI 채팅 세션 제목 생성을 동시성·안정성 관점에서 격리한다.
- 전용 스케줄러(bulkhead): 제목 생성을 전역 boundedElastic 에서 분리(ai-chat.title-generation). 첫 메시지 버스트 시 느린 제목 생성 LLM 호출이 영속화 스레드를
빼앗아 사용자 Done 이벤트가 지연되는 굶김(starvation)을 ...
AI/LLM
Task
Unhandled exceptions are swallowed. Add proper error propagation and user-facing messages.
Generated for enterprise-scale GitHub performance testing.
Repository: platform-core Booster Run ID: boost-20260625-121619 ...
P2-medium
perf-test
问题描述
graph/flow_builder.py 中 3 个函数使用可变字典作为默认参数,违反 PEP 8 / Python 最佳实践。虽然当前代码仅对这些字典做读取操作(.get()),尚未触发跨调用共享状态的
bug,但这是一个潜在的定时炸弹——未来任何对这些参数的写入都会导致难以调试的状态污染。
受影响位置
| 行号 | 函数 | 参数 |
| --- | --- | --- |
| ...
bug
P2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.