Improve representation of the PathToExport
graph
#6
Labels
implementation detail
Refers to specific implementation details or general code quality
PathToExport
graph
#6
Currently, the within-package reachability is represented as adjacency lists where the edges
(a, b)
connect imports in modulea
to exports from moduleb
. Whena = b
, the semantics is that the connection is from vulnerable nodes to exports.We should find a more idiomatic and ergonomic way of distinguishing the two cases.
The text was updated successfully, but these errors were encountered: