issues Search Results · language:Dune language:TypeScript language:JavaScript language:Java
Filter by
49M results
概要
src/lib/image.ts:30-47 の resizeImageFile が最大15回の canvas 再描画をメインスレッドで実行。
問題
- 各イテレーションで canvas resize + drawImage + JPEG encoding
- 大きい画像で数秒間メインスレッドがブロックされる
対策案
1. イテレーション数を8-10回に削減(15回 = 1/32768精度は過剰、8回 ...
medium
performance
Problem
GUI renders ghost blocks on the timeline for tasks that have been unplaced. Repro:
1. place_task(id, start) → block appears at start. Correct.
2. unplace_task(id) → time_entry deleted, status ...
bug
你在解决什么问题?(必填)
1 针对一些对于模型幻觉 严苛容忍度较低的场景,是否增加强制要求模型回答 比如来自于知识库 同时输出答案必须标明 信源, 增加node 校验信源 是否格式正确.以及信源是否真实存在(防止模型捏造),以及提供后置 llm as a judge
的审核机制 来审核模型回答是否合格 或者按需借鉴 deepconf 的思想 增加token 置信度的检验,这种可选择的严苛场景机制 ...
enhancement
Getting Started with GitHub Copilot
img alt= original github octocat src= https://octodex.github.com/images/original.png align= left height= 80px /
👋 Hey there @ecnapps! Welcome to your Skills exercise! ...
概要
CSRF 保護が SameSite=Strict クッキー属性のみに依存。
問題
- SameSite 非対応ブラウザでは保護なし
- Strict モードはメールリンクからのアクセスでセッションが送られない
現状の緩和策
モダンブラウザでは SameSite=Strict で十分な保護。
対策案
- Origin / Referer ヘッダー検証を二次防御として追加 ...
medium
security
Currently only this is available as columns when inspecting a queue:
img width= 1048 height= 92 alt= Image src=
https://github.com/user-attachments/assets/14ddade0-0826-4452-88f6-980e70a0a5be /
For DLQ, ...
[BUG / SECURITY]: Client-side Route Guard and Identity Bypass via LocalStorage Manipulation
Description
The application relies on localStorage values (userType and userId) for client-side routing access ...
Describe the bug I have identified two critical issues in the Enatega SingleVendor Admin system within the rider
section. Firstly, the system currently allows users to create rider usernames with gaps, ...
概要
server/routes/auth.ts:84 が認証確認レスポンスにメールアドレスを含む。
return c.json({ authenticated: true, email: session.email });
問題
セッションクッキー漏洩時にメールアドレスも同時に露出する。
対策案
- { authenticated: true } のみ返却
- メールが必要な場合はマスク(例: ...
medium
security

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.