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

Fix: Convert host to str before adding to node_tables (#469) #530

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 9, 2022

  1. Fix: Convert host to str before adding to node_tables (aquasecurity#469)

    Fixes a crash when `service.host` is an `IPAddress` instead of a string,
    which results in a `TypeError: '<' not supported between instances of 'str' and
    'IPAddress'` when PrettyTable tries to sort the entries.
    mckirk committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    aeed3a3 View commit details
    Browse the repository at this point in the history