Projects STRLCPY grype Commits 81a142bc
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    internal/config/match.go
    skipped 24 lines
    25 25   v.SetDefault("match.golang.using-cpes", true)
    26 26   v.SetDefault("match.javascript.using-cpes", false)
    27 27   v.SetDefault("match.python.using-cpes", true)
    28  - v.SetDefault("match.ruby.using-cpes", true)
     28 + v.SetDefault("match.ruby.using-cpes", false)
    29 29   v.SetDefault("match.stock.using-cpes", true)
    30 30  }
    31 31   
  • ■ ■ ■ ■ ■
    test/quality/Makefile
    skipped 28 lines
    29 29   
    30 30  .PHONY: capture
    31 31  vulns: venv ## Collect and store all grype results
     32 + export GRYPE_BY_CVE=true
    32 33   $(YARDSTICK) -v result capture -r $(RESULT_SET)
    33 34   
    34 35  .PHONY: sboms
    skipped 35 lines
Please wait...
Page is in error, reload to recover