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

Bug: Empty reachability report #310

Open
zhcoden opened this issue Jun 4, 2024 · 1 comment
Open

Bug: Empty reachability report #310

zhcoden opened this issue Jun 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@zhcoden
Copy link

zhcoden commented Jun 4, 2024

Expected Behavior

Reachability report should be generated as per README or any error should be displayed.

Actual Behavior

Empty report file. Depscan exits showing only banner.

Steps to Reproduce

git clone https://github.com/ScaleSec/vulnado.git
depscan --profile research -t java -i vulnado --reports-dir vuln-rep --explain

Additional Information

OS: linux
Depscan: latest from master branch
Python 3.10.12
Command to run is from README.md file

@zhcoden zhcoden added the bug Something isn't working label Jun 4, 2024
@prabhu
Copy link
Member

prabhu commented Jun 4, 2024

@zhcoden Thank you for this bug report. This project appears to be a Java 8 project. Depscan via atom needs Java >= 21. So first compile or build the project using Java 8, change JDK to Java >= 21 and then run depscan. Set the below environment variable to get additional output.

export SCAN_DEBUG_MODE=debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants