We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fetch_json_db.py
The following functions in cve_bin_tool/fetch_json_db.py lack proper test coverage and need unit tests to ensure reliability:
cve_bin_tool/fetch_json_db.py
~~ report
get_failed_downloads(self)
verify_signature(self)
cleanup_directory(self)
handle_download(self) (Partial)
handle_download(self)
not self.is_signed
verify_signature
Path.exists
shutil.rmtree
unlink
gnupg.GPG
The text was updated successfully, but these errors were encountered:
Hey! I'm working on this issue
Sorry, something went wrong.
JigyasuRajput
Successfully merging a pull request may close this issue.
Description:
The following functions in
cve_bin_tool/fetch_json_db.py
lack proper test coverage and need unit tests to ensure reliability:Functions Needing Tests:
~~ report
get_failed_downloads(self)
verify_signature(self)
cleanup_directory(self)
handle_download(self)
(Partial)not self.is_signed
).verify_signature
).Suggested Actions:
Path.exists
,shutil.rmtree
,unlink
).gnupg.GPG
).The text was updated successfully, but these errors were encountered: