issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:Java language:Python
Filter by
5.8M results
概要
2026/06/08 午前のテクニカル雑談を作成します。
収集対象
- Microsoft
- AI
- Azure
- クラウド(AWS / GCP / OCI)
- セキュリティ
このIssueは GitHub Actions により自動作成されました。
Summary
Tracking issue for the low-severity items from the post-v1.4.1 re-audit (docs/security-audit-2026-06-07-v1.4.1.md,
L-1…L-7). Split out into separate PRs as picked up.
L-1 — prior_txt debate addendum ...
area:reliability
area:security
Summary
Re-audit M-2 (docs/security-audit-2026-06-07-v1.4.1.md). The #309 fix wrapped the SSRF gate at the list_local_models
seam, but config._endpoint_issues itself calls urlsplit(endpoint) unguarded, ...
area:config
area:security
priority:medium
Summary
Re-audit M-1 (docs/security-audit-2026-06-07-v1.4.1.md). injection.scan emits one InjectionHit per matched zero-width
char, and each hit calls _line_of(text, index) → text.count( \n , 0, index), ...
area:performance
area:security
priority:medium
WHAT-1839: Discard Invariant Guard
Goal
Mechanize the Discard Invariant guard in sync_and_clean_node (kernel/daemon_node.py) to prevent silent state loss.
During a sync operation, before executing git ...
backlog
Description
In services/authService.js:46-48, the outer catch block of syncCustomClaims silently discards all errors:
} catch {
// Keep login non-blocking if claim migration fails.
}
While keeping ...
GSSoC'26
mentor:Ayushh-Sharmaa
Description
In services/authService.js:39, the syncCustomClaims function calls user.getIdToken(true) to force-refresh the Firebase
token, but silently swallows any failure:
await user.getIdToken(true).catch(() ...
GSSoC'26
mentor:Ayushh-Sharmaa
Description
In hooks/useAttendance.js:81-97, the fetchGamification callback returns a cleanup function () = controller.abort():
const fetchGamification = useCallback(async () = {
if (!user) return; ...
GSSoC'26
mentor:Ayushh-Sharmaa
Description
In lib/ai/groq.js:87-91, the chat message validation schema checks the message length against 10,000 characters but the
error message claims the limit is 2,000 characters:
if (data.trimmedMessage.length ...
GSSoC'26
mentor:Ayushh-Sharmaa
Description
In utils/offlineSyncValidator.js:7, the code imports createLogger as a named export from ./logger:
import { createLogger } from ./logger ;
However, utils/logger.js exports a default winston ...
GSSoC'26
mentor:Ayushh-Sharmaa

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.