Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the agilira group with 1 update: github.com/agilira/go-errors.

Updates github.com/agilira/go-errors from 1.1.0 to 1.1.1

Release notes

Sourced from github.com/agilira/go-errors's releases.

Release v1.1.1

Security and Robustness Enhancement Release

This release strengthens go-errors with comprehensive fuzz testing and automated vulnerability scanning while maintaining full backward compatibility.

Key Improvements:

  • Complete fuzz testing suite covering all critical error handling functions
  • Integrated vulnerability scanning with govulncheck
  • Enhanced build tooling with security-focused Makefiles for Unix and Windows
  • Updated CI/CD pipelines with dependency verification
  • Comprehensive edge case validation and panic prevention testing

Technical Details:

  • 8 fuzz test functions validating input robustness
  • Cross-platform build tool improvements
  • Zero breaking changes to public API
  • No additional runtime dependencies
  • Enhanced reliability through randomized stress testing

Compatibility:

  • Maintains full backward compatibility with v1.1.0
  • All existing code continues to work without modification
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 20, 2025
@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

agilira pushed a commit that referenced this pull request Oct 20, 2025
- Fix gosec panic on otel_integration example
- Exclude examples/, benchmarks/, overhead-benchmarks/ from security scan
- These directories have separate go.mod files with external dependencies
- Maintain security scanning for main module and cmd/
- Resolves blocking PR checks for Dependabot updates

Fixes: Security scan exit code 1 blocking PR #8
@agilira
Copy link
Owner

agilira commented Oct 20, 2025

@dependabot rebase

Bumps the agilira group with 1 update: [github.com/agilira/go-errors](https://github.com/agilira/go-errors).


Updates `github.com/agilira/go-errors` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/agilira/go-errors/releases)
- [Commits](https://github.com/agilira/go-errors/commits/v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/agilira/go-errors
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agilira
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/agilira-4b537f57e1 branch from 7a6c56c to 3b81c1a Compare October 20, 2025 12:15
@agilira agilira merged commit 10b6d4c into main Oct 20, 2025
8 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/agilira-4b537f57e1 branch October 20, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants