Projects STRLCPY grype Commits 3bc9bd6f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    internal/config/match.go
    skipped 19 lines
    20 20  }
    21 21   
    22 22  func (cfg matchConfig) loadDefaultValues(v *viper.Viper) {
    23  - v.SetDefault("match.java.using-cpes", true)
    24  - v.SetDefault("match.dotnet.using-cpes", true)
    25  - v.SetDefault("match.golang.using-cpes", true)
    26  - v.SetDefault("match.javascript.using-cpes", true)
    27  - v.SetDefault("match.python.using-cpes", true)
    28  - v.SetDefault("match.ruby.using-cpes", true)
     23 + v.SetDefault("match.java.using-cpes", false)
     24 + v.SetDefault("match.dotnet.using-cpes", false)
     25 + v.SetDefault("match.golang.using-cpes", false)
     26 + v.SetDefault("match.javascript.using-cpes", false)
     27 + v.SetDefault("match.python.using-cpes", false)
     28 + v.SetDefault("match.ruby.using-cpes", false)
    29 29   v.SetDefault("match.stock.using-cpes", true)
    30 30  }
    31 31   
Please wait...
Page is in error, reload to recover