Skip to content

Commit

Permalink
fix: rstrip vulnerability fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed May 3, 2024
1 parent df86ade commit a4ffcd5
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 259 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,8 @@ def get_package_system(host: str, host_manager: HostManager) -> str:
return system


def get_vulnerability_alerts(
host_manager: HostManager,
agent_list,
packages_data: List,
greater_than_timestamp: str = "",
) -> Dict:
def get_vulnerability_alerts(host_manager: HostManager, agent_list, packages_data: List,
greater_than_timestamp: str = "") -> Dict:
alerts = get_vulnerabilities_from_alerts_by_agent(
host_manager, agent_list, greater_than_timestamp=greater_than_timestamp
)
Expand Down
Loading

0 comments on commit a4ffcd5

Please sign in to comment.