Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: method-security/methodaws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.63
Choose a base ref
...
head repository: method-security/methodaws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.64
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 14, 2025

  1. Bump Fern (#145)

    ### TL;DR
    
    Upgraded Fern version from 0.83.0 to 0.89.0.
    payoub125 authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    a328a93 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. 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.
    payoub125 authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    2238444 View commit details
    Browse the repository at this point in the history
Loading