Update ruby/ql/lib/codeql/ruby/frameworks/Grape.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Chad Bentz
2025-09-15 22:03:27 -04:00
committed by GitHub
parent 6cea93919e
commit 19cb187436

View File

@@ -136,7 +136,9 @@ private class GrapeParamsCall extends ParamsCallImpl {
this.getParent+() = api.getADeclaration()
)
}
}/**
}
/**
* A call to `headers` from within a Grape API endpoint or headers block.
* Headers can also be a source of user input.
*/