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: DataDog/datadog-static-analyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.6
Choose a base ref
...
head repository: DataDog/datadog-static-analyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.7
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 16, 2026

  1. fix(secrets): avoid stack overflow by splitting scan and validate calls

    `Scanner::scan_with_options(validate_matches=true)` overflows the stack
    inside dd-sds on large inputs. Switch `find_secrets` back to `scan()`
    followed by a separate `validate_matches()` call until the recursion is
    fixed upstream.
    
    Refs: incident-56036
    MikaYuoadas committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    3cdcdf2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #921 from DataDog/akim.sadaoui/incident-56036/fix-…

    …stack-overflow
    
    [INC-56036] avoid stack overflow in secrets scanner by splitting scan and validate
    
    Co-authored-by: MikaYuoadas <[email protected]>
    Configuration menu
    Copy the full SHA
    7136a57 View commit details
    Browse the repository at this point in the history
  3. release version 0.8.7

    MikaYuoadas committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    a57920a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2026

  1. Configuration menu
    Copy the full SHA
    812a9d4 View commit details
    Browse the repository at this point in the history
Loading