update {go/py}/stack-trace-exposure to match javascript

This commit is contained in:
erik-krogh
2022-08-11 15:57:31 +02:00
parent 5a0183f1e2
commit 2d0a4c3d83
2 changed files with 6 additions and 4 deletions

View File

@@ -19,5 +19,6 @@ import DataFlow::PathGraph
from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink
where config.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "$@ may be exposed to an external user", source.getNode(),
"Error information"
select sink.getNode(), source, sink,
"Stack trace information from $@ may be exposed to an external user here.", source.getNode(),
"here"