Tags: method-security/methodaws
Tags
Fix LB Enum Nil Reference (#146) ### TL;DR Fixed a potential nil pointer dereference in the ELBv2 target group enumeration. ### What changed? Modified the `targetGroupForLoadBalancerV2` function to safely handle cases where the `Port` field of an AWS target group might be nil. Instead of directly dereferencing the port value, the code now checks if it's nil before attempting to use it.
Bump Fern Generators (#144) ### TL;DR Upgraded the fernapi/fern-pydantic-model generator version from 1.4.7 to 1.7.2 across all environments. ### What changed? Updated the fernapi/fern-pydantic-model generator version from 1.4.7 to 1.7.2 in the fern/generators.yml file for all three environments: - pypi-local - pypi-test - pypi
PreviousNext