[PR #3644] [CLOSED] Ts 14027 #4796

Closed
opened 2026-05-05 14:48:55 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3644
Author: @SarthakTessell
Created: 10/4/2023
Status: Closed

Base: masterHead: TS-14027


📝 Commits (9)

  • 46c021b Added setup files and removed unused files
  • 2b9b12d Removed unused files
  • 388090a removed unused files
  • 0ab3048 Added vulnerability checks
  • 34ff303 Removed extra added binary file
  • 6f51715 Adding binary scripts
  • 5c1c304 Update TlsMinVersion to latest version 13
  • 3cde052 Removed unused code from setup
  • bbb64fb commit

📊 Changes

23 files changed (+204 additions, -432 deletions)

View changed files

📝 .golangci.yml (+1 -1)
Makefile (+0 -68)
Makefile.cross-compiles (+0 -27)
📝 README.md (+0 -68)
README_zh.md (+0 -99)
Release.md (+0 -3)
dockerfiles/Dockerfile-for-frpc (+0 -12)
dockerfiles/Dockerfile-for-frps (+0 -12)
📝 go.mod (+23 -17)
📝 go.sum (+47 -51)
package.sh (+0 -63)
📝 pkg/plugin/client/http2https.go (+2 -1)
📝 pkg/plugin/client/https2http.go (+4 -1)
📝 pkg/plugin/client/https2https.go (+5 -1)
📝 pkg/plugin/server/http.go (+1 -1)
📝 pkg/transport/tls.go (+7 -3)
📝 pkg/util/vhost/https.go (+1 -0)
📝 pkg/util/vhost/https_test.go (+1 -0)
📝 server/dashboard.go (+1 -0)
setup (+106 -0)

...and 3 more files

📄 Description

Summary

Test change

🤖 Generated by Copilot at bbb64fb

This pull request updates the dependencies, improves the security and documentation of the TLS and plugin features, simplifies the documentation and removes unused files, adds a new rule for the gosec linter, and adds a new setup script and configuration file for the development environment.

WHY


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3644 **Author:** [@SarthakTessell](https://github.com/SarthakTessell) **Created:** 10/4/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `TS-14027` --- ### 📝 Commits (9) - [`46c021b`](https://github.com/fatedier/frp/commit/46c021bded13a87247595f9f89fb7fa8a5c452bd) Added setup files and removed unused files - [`2b9b12d`](https://github.com/fatedier/frp/commit/2b9b12df6ee170fc921f26cae341e67b802d71c4) Removed unused files - [`388090a`](https://github.com/fatedier/frp/commit/388090abf336883eedc1f5ae71ea2add68dc8747) removed unused files - [`0ab3048`](https://github.com/fatedier/frp/commit/0ab3048e4b8898bcd2e1ed42c15bf0f8e632fe61) Added vulnerability checks - [`34ff303`](https://github.com/fatedier/frp/commit/34ff30344306eaf2d88003885bca43f44a2b3173) Removed extra added binary file - [`6f51715`](https://github.com/fatedier/frp/commit/6f51715aad22125af8c40b11bab9aeaacb569552) Adding binary scripts - [`5c1c304`](https://github.com/fatedier/frp/commit/5c1c304d30113b5727867123f7b9f6f9cbc08b5a) Update TlsMinVersion to latest version 13 - [`3cde052`](https://github.com/fatedier/frp/commit/3cde052a586e9a1f2bc9ff858ad3a99bade0fb9a) Removed unused code from setup - [`bbb64fb`](https://github.com/fatedier/frp/commit/bbb64fb406a862917f2ca6d88108c9a716f8fcba) commit ### 📊 Changes **23 files changed** (+204 additions, -432 deletions) <details> <summary>View changed files</summary> 📝 `.golangci.yml` (+1 -1) ➖ `Makefile` (+0 -68) ➖ `Makefile.cross-compiles` (+0 -27) 📝 `README.md` (+0 -68) ➖ `README_zh.md` (+0 -99) ➖ `Release.md` (+0 -3) ➖ `dockerfiles/Dockerfile-for-frpc` (+0 -12) ➖ `dockerfiles/Dockerfile-for-frps` (+0 -12) 📝 `go.mod` (+23 -17) 📝 `go.sum` (+47 -51) ➖ `package.sh` (+0 -63) 📝 `pkg/plugin/client/http2https.go` (+2 -1) 📝 `pkg/plugin/client/https2http.go` (+4 -1) 📝 `pkg/plugin/client/https2https.go` (+5 -1) 📝 `pkg/plugin/server/http.go` (+1 -1) 📝 `pkg/transport/tls.go` (+7 -3) 📝 `pkg/util/vhost/https.go` (+1 -0) 📝 `pkg/util/vhost/https_test.go` (+1 -0) 📝 `server/dashboard.go` (+1 -0) ➕ `setup` (+106 -0) _...and 3 more files_ </details> ### 📄 Description ### Summary Test change <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at bbb64fb</samp> This pull request updates the dependencies, improves the security and documentation of the TLS and plugin features, simplifies the documentation and removes unused files, adds a new rule for the gosec linter, and adds a new setup script and configuration file for the development environment. ### WHY <!-- author to complete --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:48:55 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4796
No description provided.