Skip to content

Commit

Permalink
debug vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
antonysavio-sol committed Sep 24, 2024
1 parent 6644cdf commit 67fe121
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def find_all_high_critical_vulnerabilities_to_resolve(excluded_libraries):
current_vulnerability_description = vulnerability['description']
if package_full_name in excluded_libraries:
print(f"ⓘ Package {package_full_name} has vulnerabilities but is in exclusion list.")
print(f"vulnerability details: {vulnerability}")
else:
if package_full_name not in vulnerabilities_to_resolve:
vulnerabilities_to_resolve[package_full_name] = [current_vulnerability_description]
Expand Down

0 comments on commit 67fe121

Please sign in to comment.