mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3887] [CLOSED] Update go-jose and crypto version #4860
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4860
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/3887
Author: @YouZiFeiLe
Created: 12/22/2023
Status: ❌ Closed
Base:
dev← Head:securityupgrade📝 Commits (1)
72c5642Update go.mod📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
go.mod(+2 -2)📄 Description
WHY
After conducting a security scan on the current version of frp, I found that there are security issues in the Golang dependencies go-jose and crypto, corresponding to https://github.com/advisories/GHSA-2c7c-3mj9-8fqh and https://github.com/advisories/GHSA-45x7-px36-x8w8, respectively.
Below is the description corresponding to the vulnerabilities.
https://scout.docker.com/v/GHSA-2c7c-3mj9-8fqh?utm_source=hub&utm_medium=ExternalLink
https://scout.docker.com/v/CVE-2023-48795?utm_source=hub&utm_medium=ExternalLink
The security vulnerability in go-jose has been fixed in version 3.0.1.
The security vulnerability in crypto has been fixed in version 0.17.0.
issues link:
https://github.com/fatedier/frp/issues/3886
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.