Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7848369 commit 7bd1985Copy full SHA for 7bd1985
1 file changed
javascript/ql/lib/semmle/javascript/frameworks/Next.qll
@@ -310,7 +310,8 @@ module NextJS {
310
)
311
|
312
this =
313
- mod.getAnExportedValue([any(Http::RequestMethodName m), "middleware"]).getAFunctionValue()
+ mod.getAnExportedValue([any(Http::RequestMethodName m), "middleware", "proxy"])
314
+ .getAFunctionValue()
315
316
}
317
0 commit comments