pullrequests Search Results · language:Dune language:TypeScript language:Java language:HTML
Filter by
22.6M results
Summary
- @next/next/no-html-link-for-pages 룰 위반 6 errors 제거 (실제 사이트 2곳 — terms 페이지의 use-policy 링크 ko/en)
- next/link Link 컴포넌트로 교체 → SPA navigation
- T5 lint cleanup 시리즈 1/N
Test plan
- [ ] ...
What changed
- add component-specific overrides for the magical white glow
- ensure navigation, buttons, gallery cards, hero cards, and controls use the three-layer white effect
Why
The first glow ...
Hotfix
Fixes the production deploy that was failing because dist/server.js does not exist.
Changes
- package.json: start script uses tsx server.ts instead of node dist/server.js
- deploy.yml: pm2 ...
Changes to Light mode UI. Light mode does not look completely terrible now (I think).
I have integrated the complete Intelephense documentation into the system s knowledge base.
Key changes include:
1. Documentation Update: Updated scratch/intelephense_docs.md with the full documentation ...
@
개요
보안 관련 전반적인 개선 작업입니다. 파일 업로드 검증 공통화, 이메일/SMS 인증 토큰 검증 강화, WebSocket/채팅 보안 강화, 목록 썸네일 조회 N+1 개선을 포함합니다.
주요 변경 사항
- 파일 업로드 보안: UploadFileValidator 도입으로 업로드 검증 공통화, UploadResponseHeaderFilter로 업로드 ...
This PR addresses a security vulnerability in src/lib/groq.ts where sensitive data could be exposed through error logs
or thrown exceptions.
The following changes were made:
- In the queryGroq function, ...
Debug mode was toggleable by anyone via a visible Debug button or keyboard shortcut with no access control until save
time. The new flow gates entering debug mode behind a password prompt on the button ...