mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
fix capitalization in stack-trace-exposure
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user