mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Apply suggestions from code review
Co-Authored-By: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
committed by
GitHub
parent
a0e6562208
commit
161c05dced
@@ -26,7 +26,7 @@
|
||||
* ```
|
||||
* /**
|
||||
* * @kind problem
|
||||
* *\/
|
||||
* */
|
||||
*
|
||||
* import PoI
|
||||
*
|
||||
@@ -93,7 +93,7 @@ private module StandardPoIs {
|
||||
}
|
||||
|
||||
/**
|
||||
* An unpromoted route handler candidate, with explnatory data flow information.
|
||||
* An unpromoted route handler candidate, with explanatory data flow information.
|
||||
*/
|
||||
class UnpromotedRouteHandlerWithFlowPoI extends PoI {
|
||||
UnpromotedRouteHandlerWithFlowPoI() { this = "UnpromotedRouteHandlerWithFlowPoI" }
|
||||
@@ -280,7 +280,7 @@ abstract class PoI extends string {
|
||||
* Should be used as:
|
||||
*
|
||||
* ```
|
||||
* query predicate problems = alertQuery/6;`
|
||||
* query predicate problems = alertQuery/6;
|
||||
* ```
|
||||
*
|
||||
* Or alternatively:
|
||||
|
||||
Reference in New Issue
Block a user