-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: letsdebug/letsdebug
base: v2.0.0
head repository: letsdebug/letsdebug
compare: master
- 10 commits
- 7 files changed
- 2 contributors
Commits on Mar 3, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for aa418fd - Browse repository at this point
Copy the full SHA aa418fdView commit details
Commits on May 5, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 13de2c7 - Browse repository at this point
Copy the full SHA 13de2c7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for abc61f0 - Browse repository at this point
Copy the full SHA abc61f0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for aa03f62 - Browse repository at this point
Copy the full SHA aa03f62View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fa12648 - Browse repository at this point
Copy the full SHA fa12648View commit details
Commits on May 16, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for f7e020b - Browse repository at this point
Copy the full SHA f7e020bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d2f49e5 - Browse repository at this point
Copy the full SHA d2f49e5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 89d99c3 - Browse repository at this point
Copy the full SHA 89d99c3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 82f4937 - Browse repository at this point
Copy the full SHA 82f4937View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0484dfc - Browse repository at this point
Copy the full SHA 0484dfcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.0...master