diff --git a/.golangci.yml b/.golangci.yml index 7db63b8b60..2ff148e0b4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -69,10 +69,10 @@ linters-settings: lang-version: "1.19" gomodguard: blocked: - versions: # List of blocked module version constraints - - https://github.com/etcd-io/etcd: # Blocked module with version constraint + versions: # List of blocked module version constraints + - https://github.com/etcd-io/etcd: # Blocked module with version constraint version: ">= 3.4.10 || ~3.3.23" # Version constraint, see https://github.com/Masterminds/semver#basic-comparisons reason: "CVE-2020-15114; CVE-2020-15136; CVE-2020-15115" # Reason why the version constraint exists. (Optional) - - https://github.com/dgrijalva/jwt-go: # Blocked module with version constraint + - https://github.com/dgrijalva/jwt-go: # Blocked module with version constraint version: ">= 4.0.0-preview1" # Version constraint, see https://github.com/Masterminds/semver#basic-comparisons reason: "CVE-2020-26160" # Reason why the version constraint exists. (Optional)