K-Phoen / semver-release-action

GitHub Action to automatically create SemVer compliant releases based on PR labels.
MIT License
85 stars 38 forks source link

Vulnerability - gopkg.in/yaml.v2 ? #47

Closed rbartosinski closed 2 years ago

rbartosinski commented 2 years ago

@K-Phoen Hi, I'm wondering if you can do some update of the action - go.sum file?

Remediation Upgrade gopkg.in/yaml.v2 to version 2.2.8 or later. For example: require gopkg.in/yaml.v2 v2.2.8

CVE-2019-11254 Vulnerable versions: < 2.2.8 Patched version: 2.2.8 The Kubernetes API Server component in versions 1.1-1.14, and versions prior to 1.15.10, 1.16.7 and 1.17.3 allows an authorized user who sends malicious YAML payloads to cause the kube-apiserver to consume excessive CPU cycles while parsing YAML.

K-Phoen commented 2 years ago

Should be fixed by https://github.com/K-Phoen/semver-release-action/pull/50