fix some more style-guide violations in the alert-messages

This commit is contained in:
erik-krogh
2022-10-07 11:22:22 +02:00
parent 5f740a5598
commit 368f84785b
127 changed files with 1297 additions and 1282 deletions

View File

@@ -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"

View File

@@ -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"