Commit Graph

32 Commits

Author SHA1 Message Date
Andrew Roberts 7637b2ca9c another workflow test
Deploy Project to Vercel / deploy (push) Failing after 4m30s
2026-05-14 11:19:00 -04:00
Andrew Roberts cb3a5ded3b test workflow file
Deploy to Vercel / deploy (push) Has been cancelled
2026-05-14 10:59:02 -04:00
maestrodrew 4b7c4a2de8 new sounds 2026-02-03 08:54:43 -05:00
maestrodrew d8fc36b09e CVE-2025-55184 2025-12-15 14:12:47 -05:00
maestrodrew c8f0ae1274 Merge pull request #1 from Marching-Maestro/vercel/dependencies-for-react-flight-hv0o76
Fix React Server Components RCE vulnerability
2025-12-08 15:35:18 -05:00
Vercel 27257af240 Update dependencies for React Flight RCE advisory
## React Flight / Next.js RCE Advisory Patch Implementation

### Project Status: AFFECTED - PATCHED 

#### Analysis Summary
This project was analyzed for the React Flight / Next.js RCE advisory vulnerability and was found to be affected. The vulnerability has been successfully patched by upgrading Next.js to the patched version.

#### Vulnerability Detection Results

**Affected Packages Found:**
-  **Next.js**: Present and vulnerable (15.5.4 → 15.5.7) - NOW PATCHED
-  React Flight packages: NOT present (react-server-dom-webpack, react-server-dom-parcel, react-server-dom-turbopack)

#### Changes Made

**Modified Files:**
1. **package.json** - Updated Next.js versions
   - `next`: 15.5.4 → 15.5.7
   - `eslint-config-next`: 15.5.4 → 15.5.7

2. **package-lock.json** - Updated automatically by npm install to reflect patched dependency versions

**Rationale:**
- The project was using Next.js 15.5.4, which is vulnerable to the React Flight / Next.js RCE advisory
- According to the advisory, Next.js 15.5.x versions should be upgraded to 15.5.7 (the patched version)
- React and react-dom versions (19.1.0) remain unchanged as they are properly managed by Next.js
- The project does not use React Flight packages (react-server-dom-*), so only Next.js upgrade was needed

#### Verification Performed

 **Build Test**: `npm run build` completed successfully
- Build command: `next build --turbopack`
- Result: Compiled successfully with no errors
- All pages generated and prerendered correctly

 **Lint Check**: `npm run lint` passed with no errors

 **Lockfile Updated**: package-lock.json reflects the patched Next.js version

 **Project Structure**: Single-package project (not a monorepo)

#### Security Impact

The Doyle project is now **secure against the React Flight / Next.js RCE advisory**. By updating to Next.js 15.5.7, the project is protected from the vulnerability that affected versions 15.5.0 through 15.5.6.

#### Files Changed in This Commit
- `package.json` - Dependency versions updated
- `package-lock.json` - Lockfile regenerated
- `.vade-report` - This advisory assessment report

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2025-12-08 20:31:22 +00:00
maestrodrew fe6d006435 add analytics 2025-10-29 21:50:53 -04:00
maestrodrew c200904748 oh i bet we did 2025-10-02 11:06:44 -04:00
maestrodrew ac85951a29 new sounds 2025-09-25 09:43:16 -04:00
maestrodrew 218916458c test 2025-09-24 14:45:12 -04:00
maestrodrew 3b09019295 restart audio on press 2025-09-24 14:34:01 -04:00
maestrodrew 06c4cc1b11 more audio improvements 2025-09-24 14:28:26 -04:00
maestrodrew cf51e857f8 improved playback 2025-09-24 14:21:53 -04:00
maestrodrew 40cfb7d874 fix bug 2025-09-24 14:16:51 -04:00
maestrodrew 00378bb011 updated font 2025-09-24 14:08:30 -04:00
maestrodrew a9255ef430 button press color 2025-09-24 14:03:57 -04:00
maestrodrew ca3b92dffc fix favicon 2025-09-24 13:59:54 -04:00
maestrodrew d3d4e9a037 fix favicon 2025-09-24 13:58:33 -04:00
maestrodrew 2ab907a377 update favicon 2025-09-24 13:52:58 -04:00
maestrodrew d06e4d0832 udpate og image 2025-09-24 13:41:51 -04:00
maestrodrew e00015d9d4 opengraph 2025-09-24 13:39:05 -04:00
maestrodrew ae88034a6e fix sound 2025-09-24 13:33:53 -04:00
maestrodrew 72e02fada4 more sounds 2025-09-24 13:24:49 -04:00
maestrodrew c4c8beee97 fix title 2025-09-24 13:06:09 -04:00
maestrodrew 46ad98a6b1 margin fix 2025-09-24 13:05:04 -04:00
maestrodrew e64b3c2eea try to fix sound on ios 2025-09-24 13:03:27 -04:00
maestrodrew 473cb0be87 margin fix 2025-09-24 13:01:01 -04:00
maestrodrew b260c3771d remove unused package 2025-09-24 12:57:20 -04:00
maestrodrew 8c1e95e254 opengraph 2025-09-24 12:31:37 -04:00
maestrodrew 5ddfe86636 metadata 2025-09-24 12:31:14 -04:00
maestrodrew 638f8746a0 first revision 2025-09-24 12:28:39 -04:00
maestrodrew b0d9e9eff1 Initial commit 2025-09-24 11:04:44 -04:00