Closed dependabot[bot] closed 2 weeks ago
Unable to locate .performanceTestingBot config file
This PR updates two Go module dependencies to address security vulnerabilities. The golang-jwt/jwt module is updated from v4.5.0 to v4.5.1 to fix error handling in ParseWithClaims, and the mongo-driver is upgraded from v1.4.6 to v1.5.1 to address BSON marshalling security issues.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Update golang-jwt/jwt to address security vulnerability in error handling |
|
go.mod go.sum |
Update MongoDB Go driver to fix BSON marshalling security issues |
|
go.mod go.sum |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review
command in a comment.
Processing PR updates...
Thanks @dependabot[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
PR Details of @dependabot[bot] in dragonflyoss-Dragonfly2 : | OPEN | CLOSED | TOTAL |
---|---|---|---|
1 | 29 | 30 |
Description has been updated!
Bumps the go_modules group with 2 updates: github.com/golang-jwt/jwt/v4 and go.mongodb.org/mongo-driver.
Updates
github.com/golang-jwt/jwt/v4
from 4.5.0 to 4.5.1Release notes
Sourced from github.com/golang-jwt/jwt/v4's releases.
Commits
7b1c1c0
Merge commit from forkUpdates
go.mongodb.org/mongo-driver
from 1.4.6 to 1.5.1Release notes
Sourced from go.mongodb.org/mongo-driver's releases.
... (truncated)
Commits
40c0e70
Update version to v1.5.13a89e6c
GODRIVER-1923 Error if BSON cstrings contain null bytes (#622)1a2534c
GODRIVER-1935 Update scram/stringprep dependencies (#624)6ea353a
GODRIVER-1918 Check for zero length in readstring (#613)d5e11aa
GODRIVER-1919 Support decoding ObjectIDs from hex strings in BSON (#610)e0ed6d6
Update version to v1.5.1+prerelease6760875
Update version to v1.5.019a368c
GODRIVER-1911 Fix Windows/macos test failures for CSFLE (#603)2a5f9a4
GODRIVER-1879 Apply connectTimeoutMS to TLS handshake (#594)2c5b75b
GODRIVER-1855 Support AWS authentication with temporary credentials in CSFLE ...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
Summary by Sourcery
Update dependencies for security improvements by bumping github.com/golang-jwt/jwt/v4 to 4.5.1 and go.mongodb.org/mongo-driver to 1.5.1.
Bug Fixes:
Chores: