Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/go-task/slim-sprig #652

Merged
merged 1 commit into from
Mar 23, 2023
Merged

Commits on Mar 22, 2023

  1. Bump github.com/go-task/slim-sprig

    There is a known vulnerability in version of gopkg.in/yaml.v2 prior to v2.2.4 [1]. Currently this vulnerability is indirectly referenced as follows:
    
    Gomega requires github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
    
    github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 requires github.com/stretchr/testify v1.5.1
    
    github.com/stretchr/testify v1.5.1 requires gopkg.in/yaml.v2 v2.2.2
    
    This commit bumps slim-sprig to the most recent commit, in which github.com/stretchr/testify v1.6.1 is used and does not include the vulnerability
    
    [1] https://pkg.go.dev/vuln/GO-2022-0956
    
    Signed-off-by: Salvatore Daniele <sdaniele@redhat.com>
    SalDaniele committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b41d2fc View commit details
    Browse the repository at this point in the history