mirror of
https://github.com/github/codeql.git
synced 2026-04-20 06:24:03 +02:00
fix some more style-guide violations in the alert-messages
This commit is contained in:
@@ -21,5 +21,5 @@ where
|
||||
request = sink.getNode().(Sink).getRequest() and
|
||||
fullConfig.hasFlowPath(source, sink) and
|
||||
fullyControlledRequest(request)
|
||||
select request, source, sink, "The full URL of this request depends on $@.", source.getNode(),
|
||||
"a user-provided value"
|
||||
select request, source, sink, "The full URL of this request depends on a $@.", source.getNode(),
|
||||
"user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user