-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Merged by Bors] - Update go-libp2p dependency #4800
Conversation
lets please wait before merging, i want to look at changelog. we are not affected by the CVE, so it is not urgent |
It looks like EDIT: my mistake, the issue was in the code of go-spacemesh. |
bors try |
tryBuild failed: |
ce9ec67
to
13ae6ac
Compare
Codecov Report
@@ Coverage Diff @@
## develop #4800 +/- ##
=========================================
- Coverage 77.0% 77.0% -0.1%
=========================================
Files 260 260
Lines 29626 29626
=========================================
- Hits 22841 22827 -14
- Misses 5336 5348 +12
- Partials 1449 1451 +2
|
bors merge |
## Motivation The version of go-libp2p we are using has a know critical vulnerability: CVE-2023-39533 For some reason dependabot isn't able to automatically create a PR that updates to a version with the bug fixed: https://github.com/spacemeshos/go-spacemesh/security/dependabot/5 ## Changes Update go-libp2p dependency to a fixed version. ## Test Plan n/a ## TODO <!-- This section should be removed when all items are complete --> - [x] Explain motivation or link existing issue(s) - [x] Test changes and document test plan - [x] Update documentation as needed ## DevOps Notes <!-- Please uncheck these items as applicable to make DevOps aware of changes that may affect releases --> - [x] This PR does not require configuration changes (e.g., environment variables, GitHub secrets, VM resources) - [x] This PR does not affect public APIs - [x] This PR does not rely on a new version of external services (PoET, elasticsearch, etc.) - [x] This PR does not make changes to log messages (which monitoring infrastructure may rely on)
Build failed: |
bors merge |
## Motivation The version of go-libp2p we are using has a know critical vulnerability: CVE-2023-39533 For some reason dependabot isn't able to automatically create a PR that updates to a version with the bug fixed: https://github.com/spacemeshos/go-spacemesh/security/dependabot/5 ## Changes Update go-libp2p dependency to a fixed version. ## Test Plan n/a ## TODO <!-- This section should be removed when all items are complete --> - [x] Explain motivation or link existing issue(s) - [x] Test changes and document test plan - [x] Update documentation as needed ## DevOps Notes <!-- Please uncheck these items as applicable to make DevOps aware of changes that may affect releases --> - [x] This PR does not require configuration changes (e.g., environment variables, GitHub secrets, VM resources) - [x] This PR does not affect public APIs - [x] This PR does not rely on a new version of external services (PoET, elasticsearch, etc.) - [x] This PR does not make changes to log messages (which monitoring infrastructure may rely on)
Build failed: |
13ae6ac
to
48f0841
Compare
bors merge |
## Motivation The version of go-libp2p we are using has a know critical vulnerability: CVE-2023-39533 For some reason dependabot isn't able to automatically create a PR that updates to a version with the bug fixed: https://github.com/spacemeshos/go-spacemesh/security/dependabot/5 ## Changes Update go-libp2p dependency to a fixed version. ## Test Plan n/a ## TODO <!-- This section should be removed when all items are complete --> - [x] Explain motivation or link existing issue(s) - [x] Test changes and document test plan - [x] Update documentation as needed ## DevOps Notes <!-- Please uncheck these items as applicable to make DevOps aware of changes that may affect releases --> - [x] This PR does not require configuration changes (e.g., environment variables, GitHub secrets, VM resources) - [x] This PR does not affect public APIs - [x] This PR does not rely on a new version of external services (PoET, elasticsearch, etc.) - [x] This PR does not make changes to log messages (which monitoring infrastructure may rely on)
Build failed: |
This PR is blocked until then. |
0a0e6d0
to
19c199d
Compare
19c199d
to
82360e1
Compare
82360e1
to
959d010
Compare
|
bors merge |
## Motivation The version of go-libp2p we are using has a know critical vulnerability: CVE-2023-39533 For some reason dependabot isn't able to automatically create a PR that updates to a version with the bug fixed: https://github.com/spacemeshos/go-spacemesh/security/dependabot/5 ## Changes Update go-libp2p dependency to a fixed version. ## Test Plan n/a ## TODO <!-- This section should be removed when all items are complete --> - [x] Explain motivation or link existing issue(s) - [x] Test changes and document test plan - [x] Update documentation as needed ## DevOps Notes <!-- Please uncheck these items as applicable to make DevOps aware of changes that may affect releases --> - [x] This PR does not require configuration changes (e.g., environment variables, GitHub secrets, VM resources) - [x] This PR does not affect public APIs - [x] This PR does not rely on a new version of external services (PoET, elasticsearch, etc.) - [x] This PR does not make changes to log messages (which monitoring infrastructure may rely on)
Pull request successfully merged into develop. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Motivation
The version of go-libp2p we are using has a know critical vulnerability: CVE-2023-39533
For some reason dependabot isn't able to automatically create a PR that updates to a version with the bug fixed: https://github.com/spacemeshos/go-spacemesh/security/dependabot/5
Changes
Update go-libp2p dependency to a fixed version.
Test Plan
n/a
TODO
DevOps Notes