We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9e1c3 commit e5faf92Copy full SHA for e5faf92
rust/ql/src/queries/summary/QuerySinks.ql
@@ -14,4 +14,4 @@ import codeql.rust.dataflow.DataFlow
14
import Stats
15
16
from DataFlow::Node n
17
-select n, "Sink for " + strictconcat(getAQuerySinkKind(n), ", ")
+select n, "Sink for " + strictconcat(getAQuerySinkKind(n), ", ") + "."
0 commit comments