Merge pull request #20916 from asgerf/js/next-folders2

JS: Handle Next.js files named 'page' or 'route'
This commit is contained in:
Asger F
2026-01-14 11:10:57 +01:00
committed by GitHub
6 changed files with 68 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Fixed a bug in the Next.js model that would cause the analysis to miss server-side taint sources in files
named `route` or `page` appearing outside `api` and `pages` folders.