Skip to content
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

fix(deps): update module github.com/gin-contrib/cors to v1.6.0 [security] #107

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gin-contrib/cors v1.5.0 -> v1.6.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2019-25211

parseWildcardRules in Gin-Gonic CORS middleware before 1.6.0 mishandles a wildcard at the end of an origin string, e.g., https://example.community/* is allowed when the intention is that only https://example.com/* should be allowed, and http://localhost.example.com/* is allowed when the intention is that only http://localhost/* should be allowed.


Release Notes

gin-contrib/cors (github.com/gin-contrib/cors)

v1.6.0

Compare Source

Changelog

Features
Bug fixes
Enhancements
  • f41df75 chore: update GitHub actions to latest versions
  • 2451987 chore: update dependencies to latest versions
  • 7d356c2 chore: update dependencies to latest versions
  • 5da0aee chore: update third-party dependencies
  • 8263fce chore: update version of actions/setup-go in GitHub workflows
Others
  • fcbd06f ci: enhance testing matrix and tolerance limits
  • f08c1bc ci: refactor CI workflows and improve tests
  • 30792dc ci: refactor GitHub Actions workflows
  • 0e993b7 ci: update GitHub Actions to Version 3
  • 90a7c66 test(cors): enhance CORS wildcard handling tests (#​145)
  • 85bf9fb test: improve CORS wildcard handling and testing (#​144)
  • d5002f2 test: refactor tests and update CI configurations

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Aug 6, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 15 additional dependencies were updated

Details:

Package Change
google.golang.org/protobuf v1.31.0 -> v1.33.0
github.com/bytedance/sonic v1.10.1 -> v1.11.2
github.com/chenzhuoyu/iasm v0.9.0 -> v0.9.1
github.com/gabriel-vasile/mimetype v1.4.2 -> v1.4.3
github.com/klauspost/cpuid/v2 v2.2.5 -> v2.2.7
golang.org/x/arch v0.5.0 -> v0.7.0
github.com/go-playground/validator/v10 v10.15.5 -> v10.19.0
github.com/leodido/go-urn v1.2.4 -> v1.4.0
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
github.com/pelletier/go-toml/v2 v2.1.0 -> v2.1.1
github.com/ugorji/go/codec v1.2.11 -> v1.2.12
golang.org/x/crypto v0.14.0 -> v0.21.0
golang.org/x/net v0.17.0 -> v0.22.0
golang.org/x/sys v0.14.0 -> v0.18.0
golang.org/x/text v0.13.0 -> v0.14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants