mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
fix some more style-guide violations in the alert-messages
This commit is contained in:
@@ -19,5 +19,5 @@ import DataFlow::PathGraph
|
||||
|
||||
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where cfg.hasFlowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "This regular expression depends on $@.", source.getNode(),
|
||||
"a user-provided value"
|
||||
select sink.getNode(), source, sink, "This regular expression is constructed from a $@.",
|
||||
source.getNode(), "user-provided value"
|
||||
|
||||
@@ -187,5 +187,5 @@ where
|
||||
callbackArg.getALocalSource().getAstNode() = cb and
|
||||
async.getAnArgument() = callbackArg
|
||||
select crasher, crasher, cb,
|
||||
"The server of $@ will terminate when an uncaught exception from here escapes this $@", rh,
|
||||
"this route handler", callbackArg, "asynchronous callback"
|
||||
"The server of $@ will terminate when an uncaught exception from this location escapes an $@.",
|
||||
rh, "this route handler", callbackArg, "asynchronous callback"
|
||||
|
||||
Reference in New Issue
Block a user