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: letsdebug/letsdebug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: letsdebug/letsdebug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 3, 2026

  1. fix(web): Fix crash on concurrent scans for same domain/IP

    Race-condition: If multiple goroutines access the rate limit map at the
    same time we may crash. Guard with a mutex. Refactor to separate
    function to make this easier and more readable.
    GermanCoding committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    aa418fd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. build(deps): bump github.com/weppos/publicsuffix-go (#142)

    Bumps [github.com/weppos/publicsuffix-go](https://github.com/weppos/publicsuffix-go) from 0.50.2 to 0.50.3.
    - [Changelog](https://github.com/weppos/publicsuffix-go/blob/main/CHANGELOG.md)
    - [Commits](weppos/publicsuffix-go@v0.50.2...v0.50.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/weppos/publicsuffix-go
      dependency-version: 0.50.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 5, 2026
    Configuration menu
    Copy the full SHA
    13de2c7 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/upload-artifact from 5 to 7 (#140)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 5, 2026
    Configuration menu
    Copy the full SHA
    abc61f0 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/download-artifact from 6 to 8 (#139)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v6...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 5, 2026
    Configuration menu
    Copy the full SHA
    aa03f62 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/miekg/dns from 1.1.68 to 1.1.72 (#132)

    Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.68 to 1.1.72.
    - [Commits](miekg/dns@v1.1.68...v1.1.72)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/miekg/dns
      dependency-version: 1.1.72
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 5, 2026
    Configuration menu
    Copy the full SHA
    fa12648 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

  1. feat(generic): Support RFC 8657 CAA extensions (#143)

    This adds new problem types for CAA extension errors/warnings and the
    corresponding parsing and validation logic for those problems
    GermanCoding authored May 16, 2026
    Configuration menu
    Copy the full SHA
    f7e020b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/lib/pq from 1.10.9 to 1.12.3 (#145)

    Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.9 to 1.12.3.
    - [Release notes](https://github.com/lib/pq/releases)
    - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md)
    - [Commits](lib/pq@v1.10.9...v1.12.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lib/pq
      dependency-version: 1.12.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2026
    Configuration menu
    Copy the full SHA
    d2f49e5 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/eggsampler/acme/v3 from 3.7.0 to 3.8.1 (#…

    …146)
    
    Bumps [github.com/eggsampler/acme/v3](https://github.com/eggsampler/acme) from 3.7.0 to 3.8.1.
    - [Release notes](https://github.com/eggsampler/acme/releases)
    - [Commits](eggsampler/acme@v3.7.0...v3.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/eggsampler/acme/v3
      dependency-version: 3.8.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2026
    Configuration menu
    Copy the full SHA
    89d99c3 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump golang.org/x/text from 0.34.0 to 0.37.0 (#147)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.34.0 to 0.37.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.34.0...v0.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-version: 0.37.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2026
    Configuration menu
    Copy the full SHA
    82f4937 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump golang.org/x/net from 0.53.0 to 0.54.0 (#148)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.53.0 to 0.54.0.
    - [Commits](golang/net@v0.53.0...v0.54.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.54.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2026
    Configuration menu
    Copy the full SHA
    0484dfc View commit details
    Browse the repository at this point in the history
Loading