CodeQL library for JavaScript/TypeScript
codeql/javascript-all 1.1.2-dev (changelog, source)
Search

Predicate NextJS::getServerSidePropsFunction

Gets the getServerSideProps function in a Next.js page. This function is executed on the server every time a request for the page is made. The function receives a context parameter, which includes HTTP request/response objects.

Import path

import javascript
FunctionNode getServerSidePropsFunction(Module pageModule)