pullrequests Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:C# language:Python
Filter by
163M results
What why
Pre-demo cleanup of the examples repo: correct broken templates/branches, unify SDK version pins, and fix dead links and
factually-wrong / non-working docs. These are docs/config changes (no ...
概要
レポート系コンポーネントに散在していた同一スタイルのクラスリテラルを共通定数に集約。見た目は完全に現状維持(値不変・レンダリング結果同一)、内部の一貫性と保守性のみ改善。
変更内容
ReportCard.tsx に既存 REPORT_CARD_CLASS と並べて3定数を追加:
- SUBCARD = rounded-lg bg-slate-50 px-3 py-2(白カード上の灰色サブボックス) ...
Summary
The login/register/refresh endpoints had no dedicated rate limit, making them vulnerable to brute-force. The /health
endpoint was also subject to the global API limiter, which could exhaust quota ...
Summary
CORS was configured with no origin restrictions (cors()) and the rate limiter was applied after express.json(), meaning
large bodies could be parsed before rate limiting kicked in.
Changes
...
Summary
bootstrap() was called without .catch(), so startup failures produced an unhandled promise rejection and a
running-but-broken server.
Changes
Added .catch() that logs the error and calls process.exit(1). ...
Description
- Fixes #243
Dependencies
Please list any dependencies that are required for this change.
Type of change
- [ ] Bug fix (non-breaking change which fixes an issue).
- [ ] New feature ...
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: MEDIUM
- Confidence: 75%
- Auto-fix allowed: False
📝 Summary
The application uses the ...
ai-remediation
needs-human-review
severity-medium