From 26a7dfca6e23161373a8b400de904524feab228c Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 24 Apr 2025 14:17:04 -0400 Subject: [PATCH] readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8615f8..992bf66 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,9 @@ mctl delete All configuration data will be kept in the home directory and any sensitive data is encrypted for added security ## Security -RCon is an inherently insecure protocol, passwords are sent in plaintext and, if possible, the port should not be exposed to the internet. It is best to keep these connections local or over a VPN +RCon is an inherently insecure protocol, passwords are sent in plaintext and, if possible, the port should not be exposed to the internet. It is best to keep these connections local or over a VPN. + +mctl utilizes [govulncheck](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) and [gosec](https://github.com/securego/gosec) in workflows to ensure quality, secure code is being pushed. These workflow steps must pass before a PR will be accepted ## Development this repo is currently in heavy development and may encounter breaking changes, use a tag to prevent any surprises \ No newline at end of file