fix capitalization in stack-trace-exposure

This commit is contained in:
erik-krogh
2022-10-11 13:58:55 +02:00
parent 4da0508dae
commit a826dbbdee
2 changed files with 6 additions and 6 deletions

View File

@@ -21,4 +21,4 @@ from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink
where config.hasFlowPath(source, sink)
select sink.getNode(), source, sink,
"$@ flows to this location and may be exposed to an external user.", source.getNode(),
"stack trace information"
"Stack trace information"