Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve representation of the PathToExport graph #6

Open
andreaphylum opened this issue Apr 19, 2023 · 0 comments
Open

Improve representation of the PathToExport graph #6

andreaphylum opened this issue Apr 19, 2023 · 0 comments
Labels
implementation detail Refers to specific implementation details or general code quality

Comments

@andreaphylum
Copy link
Contributor

Currently, the within-package reachability is represented as adjacency lists where the edges (a, b) connect imports in module a to exports from module b. When a = 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.

@andreaphylum andreaphylum added the implementation detail Refers to specific implementation details or general code quality label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation detail Refers to specific implementation details or general code quality
Projects
None yet
Development

No branches or pull requests

1 participant