Bump the go_modules group across 2 directories with 3 updates
Bumps the go_modules group with 1 update in the /go/ql/test/experimental/CWE-1004 directory: github.com/gin-gonic/gin. Bumps the go_modules group with 2 updates in the /go/ql/test/experimental/CWE-321-V2 directory: github.com/golang-jwt/jwt/v5 and golang.org/x/crypto.
Updates github.com/gin-gonic/gin from 1.7.1 to 1.9.1
Release notes
Sourced from github.com/gin-gonic/gin's releases.
v1.9.1
Changelog
BUG FIXES
- fix Request.Context() checks #3512
SECURITY
- fix lack of escaping of filename in Content-Disposition #3556
ENHANCEMENTS
- refactor: use bytes.ReplaceAll directly #3455
- convert strings and slices using the officially recommended way #3344
- improve render code coverage #3525
DOCS
- docs: changed documentation link for trusted proxies #3575
- chore: improve linting, testing, and GitHub Actions setup #3583
v1.9.0
Changelog
BREAK CHANGES
- Stop useless panicking in context and render #2150
BUG FIXES
- fix(router): tree bug where loop index is not decremented. #3460
- fix(context): panic on NegotiateFormat - index out of range #3397
- Add escape logic for header #3500 and #3503
SECURITY
- Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities #3333
- fix(security): vulnerability GO-2023-1571 #3505
ENHANCEMENTS
- feat: add sonic json support #3184
- chore(file): Creates a directory named path #3316
- fix: modify interface check way #3327
- remove deprecated of package io/ioutil #3395
- refactor: avoid calling strings.ToLower twice #3343
- console logger HTTP status code bug fixed #3453
- chore(yaml): upgrade dependency to v3 version #3456
- chore(router): match method added to routergroup for multiple HTTP methods supporting #3464
... (truncated)
Changelog
Sourced from github.com/gin-gonic/gin's changelog.
Gin v1.9.1
BUG FIXES
- fix Request.Context() checks #3512
SECURITY
- fix lack of escaping of filename in Content-Disposition #3556
ENHANCEMENTS
- refactor: use bytes.ReplaceAll directly #3455
- convert strings and slices using the officially recommended way #3344
- improve render code coverage #3525
DOCS
- docs: changed documentation link for trusted proxies #3575
- chore: improve linting, testing, and GitHub Actions setup #3583
Gin v1.9.0
BREAK CHANGES
- Stop useless panicking in context and render #2150
BUG FIXES
- fix(router): tree bug where loop index is not decremented. #3460
- fix(context): panic on NegotiateFormat - index out of range #3397
- Add escape logic for header #3500 and #3503
SECURITY
- Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities #3333
- fix(security): vulnerability GO-2023-1571 #3505
ENHANCEMENTS
- feat: add sonic json support #3184
- chore(file): Creates a directory named path #3316
- fix: modify interface check way #3327
- remove deprecated of package io/ioutil #3395
- refactor: avoid calling strings.ToLower twice #3343
- console logger HTTP status code bug fixed #3453
- chore(yaml): upgrade dependency to v3 version #3456
- chore(router): match method added to routergroup for multiple HTTP methods supporting #3464
- chore(http): add support for go1.20 http.rwUnwrapper to gin.responseWriter #3489
... (truncated)
Commits
4ea0e64Ready release gin 1.9.1 (by: thinkerou) (#3630)bb1fc2efix Request.Context() checks (#3512)2d4bbecfix lack of escaping of filename in Content-Disposition (#3556)9f5ecd4chore(deps): bump actions/setup-go from 3 to 4 (#3543)20cd6bcchore(deps): bump github.com/go-playground/validator/v10 (#3610)6bdc725Fix typos in ISSUE_TEMPLATE.md (#3616)1ab2689chore(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 (#3599)6a0556eimprove render code coverage (#3525)eac2daachore: update dependencies for various packages and libraries (#3585)757a638chore: improve linting, testing, and GitHub Actions setup (#3583)- Additional commits viewable in compare view
Updates github.com/golang-jwt/jwt/v5 from 5.0.0 to 5.2.2
Release notes
Sourced from github.com/golang-jwt/jwt/v5's releases.
v5.2.2
What's Changed
- Fixed https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp by
@mfridman- Fixed some typos by
@Ashikpaulin golang-jwt/jwt#382- build: add go1.22 to ci workflows by
@mfridmanin golang-jwt/jwt#383- Bump golangci/golangci-lint-action from 4 to 5 by
@dependabotin golang-jwt/jwt#387- Bump golangci/golangci-lint-action from 5 to 6 by
@dependabotin golang-jwt/jwt#389- chore: bump ci tests to include go1.23 by
@mfridmanin golang-jwt/jwt#405- Fix jwt -show by
@AlexanderYastrebovin golang-jwt/jwt#406- docs: typo by
@kviiin golang-jwt/jwt#407- Update SECURITY.md by
@oxistoin golang-jwt/jwt#416- Update
jwt.Parseexample to usejwt.WithValidMethodsby@matttin golang-jwt/jwt#425New Contributors
@Ashikpaulmade their first contribution in golang-jwt/jwt#382@kviimade their first contribution in golang-jwt/jwt#407@matttmade their first contribution in golang-jwt/jwt#425Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2
v5.2.1
What's Changed
- chore: remove unnecessary conversions from tests by
@estensenin golang-jwt/jwt#370- Trivial: Typo fix for ECDSA error message by
@tjs-cinemoin golang-jwt/jwt#373- Fix incorrect error return by
@ss49919201in golang-jwt/jwt#371New Contributors
@tjs-cinemomade their first contribution in golang-jwt/jwt#373@ss49919201made their first contribution in golang-jwt/jwt#371Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1
v5.2.0
What's Changed
- Exported
NewValidatorby@oxistoin golang-jwt/jwt#349- Improve ErrInvalidKeyType error messages by
@Laurin-Notemannin golang-jwt/jwt#361- Update MIGRATION_GUIDE.md by
@jbarhamin golang-jwt/jwt#363New Contributors
@Laurin-Notemannmade their first contribution in golang-jwt/jwt#361@jbarhammade their first contribution in golang-jwt/jwt#363Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.1.0...v5.2.0
v5.1.0
What's Changed
- Using jwt's native
ErrInvalidTypeinstead ofjson.UnsupportedTypeErrorby@oxistoin golang-jwt/jwt#316- Fix typos in comments and test names by
@alexandearin golang-jwt/jwt#317- Format: add whitespaces, remove empty lines by
@alexandearin golang-jwt/jwt#319- Refactor example: use io.ReadAll instead of io.Copy by
@alexandearin golang-jwt/jwt#320
... (truncated)
Commits
0951d18Merge commit from forkc035977Update Parse example to use WithValidMethods (#425)bc8bdcaUpdate SECURITY.md (#416)5ec246cdocs: typo (#407)0123f1aFix jwt -show (#406)f961c72chore: bump ci tests to include go1.23 (#405)62e504cBump golangci/golangci-lint-action from 5 to 6 (#389)1a56dcfBump golangci/golangci-lint-action from 4 to 5 (#387)c8043eabuild: add go1.22 to ci workflows (#383)7c3f6dcUpdate README.md (#382)- Additional commits viewable in compare view
Updates golang.org/x/crypto from 0.12.0 to 0.35.0
Commits
7292932ssh: limit the size of the internal packet queue while waiting for KEXf66f74bacme/autocert: check host policy before probing the cacheb0784b7x509roots/fallback: drop obsolete build constraint911360call: bump golang.org/x/crypto dependencies of asm generators89ff08dall: upgrade go directive to at least 1.23.0 [generated]e47973ball: update certs for go1.249290511go.mod: update golang.org/x dependenciesfa5273ex509roots/fallback: update bundlea8ea4bessh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface71d3a4cacme: support challenges that require the ACME client to send a non-empty JSO...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@mbg I see you tried to ignore all the dependencies in go/ql/test in this PR. I've forgotten why it didn't work. I vaguely recall there was a distinction between notifications about new versions and notifications about security issues with the version that you're on.
I wonder if the new exclude-paths feature could do a better job?
@owen-mc I have opened a PR to try exclude-paths, but I am not optimistic that it will work. We might need to adjust the repo settings again to include test directories that don't already have exclusion rules there.