sqshq / sampler

Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
https://sampler.dev
GNU General Public License v3.0
12.88k stars 572 forks source link

Vulnerability of dependency "gopkg.in/yaml.v3" #128

Open Silence-worker-02 opened 1 year ago

Silence-worker-02 commented 1 year ago

Hello, we are a team researching the dependency management mechanism of Golang. During our analysis, we came across your project and noticed that it contains a vulnerability (https://security.snyk.io/vuln/SNYK-GOLANG-GOPKGINYAMLV3-2952714). In your project, the gopkg.in/yaml.v3 package is being used at version gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22, but the patched version is v3.0.1. To fix the vulnerability, we recommend modifying the go.mod file to update the version to v3.0.1 or higher. Thank you for your attention to this matter.