-
Notifications
You must be signed in to change notification settings - Fork 497
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
fix: Command Getting Killed While Updating CVE Database or Scanning with cve-bin-tool #4592
Comments
"killed" usually means it's been done by your system (cve-bin-tool itself terminates differently), so you've probably exceeded some system limit. Likely culprits:
Running BTW, even once you get things sorted I think cve-bin-tool will fail in your command because there's no file to scan, but it should do so after updating the database. |
@terriko Thanks for your quick response. Let me check my system configurations and try out again. |
hi @terriko I did have an observation with this first pass scan: |
We've been seeing some out of memory issues that are likely related: #4710 @shivamv300 Other people have reported that disabling OSV solves the problem, but I see you've already tried that. The other thing that works in some cases is upgrading to python 3.13 (which has other memory improvements). I'm hideously sick so I haven't been able to work on figuring out a root cause, so any info and analysis is very welcome! |
Description
Hello Team,
I encountered an issue when attempting to update the CVE database or scan a file/directory using the cve-bin-tool. The process terminates with a "Killed" error, as shown in the output below:
The command terminates unexpectedly after downloading and processing some of the CVE data.
To reproduce
Steps to reproduce the behaviour:
Run the following command to update the CVE database:
Expected behaviour: The command should complete the update process or scan successfully without terminating unexpectedly.
Actual behaviour: The command terminates unexpectedly after downloading and processing some of the CVE data.
Version/platform info
Version of CVE-bin-tool( e.g. output of
cve-bin-tool --version
): 3.4Installed from pypi or github? pypi
Operating system: Linux/x86-64, linux/ppc64le
Python version (e.g.
python3 --version
): Python 3.11Running in any particular CI environment we should know about? NA
Anything else?
Is there a known solution for this issue? Could this be related to resource limitations or another underlying problem? Any guidance or suggestions would be appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: