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

Dependency Recovery #263

Open
HongshuW opened this issue Nov 1, 2023 · 0 comments
Open

Dependency Recovery #263

HongshuW opened this issue Nov 1, 2023 · 0 comments

Comments

@HongshuW
Copy link
Collaborator

HongshuW commented Nov 1, 2023

Implementation Problems:

  1. Data Dependency (Constructor not instrumented). Example: Codec 16.
  2. Control Dependency (Try-Catch-Finally). Example: JacksonDatabind 4.

Research Problem:
Some libraries in Java are utilised as blackboxes. e.g.: Java Built-in classes, C++ libraries, native library etc.
Recover dependencies without knowing the details of blackboxes.
Example: Codec 16. Array.length not captured as read variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant