Skip to content

feat: add Java reachability analysis enricher plugin #719

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

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

hogo6002
Copy link

@hogo6002 hogo6002 commented Apr 30, 2025

Integrates Java reachability analysis into osv-scalibr as an experimental enricher plugin. This pulls the existing implementation from osv-scanner (code here). to apply an unreachable annotation to packages not in use.

This is an initial PR; follow-up PRs will address structure, testing, and performance.

@hogo6002 hogo6002 requested a review from another-rex April 30, 2025 03:56
Copy link
Collaborator

@another-rex another-rex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

General structure of using the enricher seems OK to me. Added some comments.

@hogo6002 hogo6002 marked this pull request as ready for review May 14, 2025 07:18
Copy link
Collaborator

@another-rex another-rex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good, made some comments!

@hogo6002 hogo6002 requested a review from another-rex May 27, 2025 05:25
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

Successfully merging this pull request may close these issues.

2 participants