chore(deps): bump axios to ^1.15.0 (CVE-2026-40175)#68
Merged
Conversation
Releasve v2.0.0
Release v2.1.0
Release v2.1.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- signIn, signOut API 함수 추가 - useSignIn hook 추가 - AuthContext로 인증 상태(user) 전역 관리 - App.tsx에 AuthProvider 적용 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- LoginPage 컴포넌트 추가 (이메일/비밀번호 로그인) - SignupPage 회원가입 성공 시 로그인 페이지로 리다이렉트 - /login, /signup 라우트를 Layout 외부에 독립 등록 - Navbar에 로그인 상태에 따른 로그인/로그아웃 버튼 추가 (데스크톱 + 모바일) - GitHub OAuth 버튼 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- .prettierignore에 .claude 디렉토리 추가 - useAuth hook을 별도 파일로 분리 (react-refresh 경고 해결) - SignupPage에서 불필요한 console.log 제거 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat: Supabase 로그인/회원가입 및 GitHub OAuth 연동
- backtest_results 테이블 SQL (RLS 포함) - saveBacktestResult, getBacktestList, getBacktestById, deleteBacktest API - useBacktestList, useBacktestDetail, useSaveBacktest, useDeleteBacktest hooks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- SaveBacktestButton: 로그인 시 활성화, 비로그인 시 툴팁 안내 - PortfolioPage: 저장된 백테스트 리스트 (테이블 UI + 삭제) - PortfolioDetailPage: BacktestResult 재활용한 상세 페이지 - /portfolio/:backtestId 라우트 추가 - BacktestingPage 목데이터 모드 전환 (기존 API 코드 주석 보존) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- KOSPI 5,300~5,500대, KOSDAQ 1,080~1,150대 (2026년 3월) - 삼성전자 60% + SK하이닉스 40% 5년 백테스트 목데이터 - 실제 주가 추이 기반 (삼성 82K→178K, 하이닉스 135K→1,000K) - MarketIndexSection 목데이터 모드 전환 (기존 API 코드 주석 보존) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat: 백테스트 저장 및 포트폴리오 페이지 구현
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
^1.15.0으로 업그레이드하여 CVE-2026-40175 (GHSA-fvcv-3m26-pcqx, CVSS 10.0) 보안 취약점을 해결합니다.Changes
package.json: axios^1.13.2→^1.15.0pnpm-lock.yaml: lockfile 갱신References