Update javascript/ql/lib/semmle/javascript/frameworks/Next.qll

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
tyage
2022-10-27 10:23:59 +09:00
committed by GitHub
parent 54050bf1b6
commit ac27307a2b

View File

@@ -43,7 +43,7 @@ module NextJS {
}
/**
* User defined path parameter and query in `Next.js`.
* A user defined path or query parameter in `Next.js`.
*/
class NextParams extends RemoteFlowSource {
NextParams() {