Skip to content

build(deps): bump github.com/99designs/gqlgen from 0.17.74 to 0.17.76 in /core #540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Bumps github.com/99designs/gqlgen from 0.17.74 to 0.17.76.

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.76

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.75...v0.17.76

v0.17.75

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.74...v0.17.75

Commits
  • a1b9849 release v0.17.76
  • 47c3de5 chore(deps): bump the go_modules group across 3 directories with 1 update (#3...
  • c2ce357 Update github.com/vektah/gqlparser/v2 to v2.5.30 (#3751)
  • 01d4e04 Attempt to preserve types (#3749)
  • af75691 fix use_function_syntax_for_execution_context with @goEnum/@​goModel (#3748)
  • 74ff0f8 Fix/explicit requires with mutli entity resolver (#3744)
  • be74a5b Improve gqlgen performance by bulking name only package loads (#3743)
  • a31de27 chore(deps): bump github.com/go-viper/mapstructure/v2 (#3746)
  • e95f3b4 chore(deps-dev): bump vitest from 3.2.3 to 3.2.4 in /integration (#3745)
  • 14c8366 chore(deps): bump github.com/go-viper/mapstructure/v2 in /_examples (#3747)
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.74 to 0.17.76.
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.74...v0.17.76)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-version: 0.17.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 30, 2025
Copy link

jazzberry-ai bot commented Jun 30, 2025

Bug Report

Name: Potential information leakage through error messages in HTTP handlers
Severity: Medium
Example test case: Trigger an error in one of the HTTP handlers (e.g., by providing invalid input to the addRowHandler or getRowsHandler). Observe the error message returned in the HTTP response.
Description: The HTTP handlers in http.resolvers.go use http.Error(w, err.Error(), http.StatusInternalServerError) to return errors to the client. The err.Error() method might return sensitive information about the internal implementation or database structure, potentially exposing vulnerabilities or making it easier for attackers to gain insights into the system.

Comments? Email us.

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.

0 participants