Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkedar committed Aug 20, 2024
1 parent 4f56f7a commit 88375fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/remediation/remediation.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ type RemediationOptions struct {
MaxDepth int // Maximum depth of dependency to consider vulnerabilities for (e.g. 1 for direct only)

UpgradeConfig upgrade.Config // Allowed upgrade levels per package.
// AvoidPkgs []string // Names of dependencies to avoid upgrading
// AllowMajor bool // Whether to allow changes to major versions of direct dependencies
}

func (opts RemediationOptions) MatchVuln(v resolution.ResolutionVuln) bool {
Expand Down

0 comments on commit 88375fd

Please sign in to comment.