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] #6708

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2024

Mend Renovate

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 has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Jul 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):

  • 9 additional dependencies were updated

Details:

Package Change
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/go-playground/validator/v10 v10.15.5 -> v10.19.0
github.com/klauspost/cpuid/v2 v2.2.6 -> v2.2.7
github.com/leodido/go-urn v1.2.4 -> v1.4.0
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/arch v0.5.0 -> v0.7.0

@renovate renovate bot force-pushed the renovate/go-github.com/gin-contrib/cors-vulnerability branch from 5aebb12 to c47747b Compare July 7, 2024 05:22
@xhofe xhofe merged commit 99c9632 into main Jul 13, 2024
3 checks passed
@renovate renovate bot deleted the renovate/go-github.com/gin-contrib/cors-vulnerability branch July 13, 2024 09:08
ForSourceCodeAnalysis pushed a commit to ForSourceCodeAnalysis/alist that referenced this pull request Aug 4, 2024
…ity] (AlistGo#6708)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Three-taile-dragon pushed a commit to loognsss/blist that referenced this pull request Sep 26, 2024
…ity] (AlistGo#6708)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant