Skip to content

v0.7.1

Compare
Choose a tag to compare
@treyburn treyburn released this 13 Oct 20:09
· 25 commits to main since this release
6ca173b

[0.7.1] - 2023-10-13

  • A number of type conversions have been added for user convenience.
    • The hostnames field of runzero.types.ImportAsset now accepts valid strings in addition to the runzero.types.Hostname type in the list of inputs.
    • The tags field of runzero.types.ImportAsset now accepts valid strings in addition to the runzero.types.Tag type in the list of inputs.
    • The ipv4_addresses field of runzero.types.NetworkInterface now accepts valid strings in addition to the IPv4Address type in the list of inputs.
    • The ipv6_addresses field of runzero.types.NetworkInterface now accepts valid strings in addition to the IPv6Address type in the list of inputs.
    • The service_address field of runzero.types.Software now accepts valid strings in addition to the IPv4Address/IPv6Address types.
    • The service_address field of runzero.types.Vulnerability now accepts valid strings in addition to the IPv4Address/IPv6Address types.