Projects STRLCPY grype Commits 0841b038
🤬
  • chore: log unsupported package qualifier as debug

    Logs unsupported package qualifiers at `debug` level rather than
    `warning`.  The message is only meant to convey that there are new
    qualifiers available in grype-db that the version of grype being used
    cannot take advantage of to improve matching behavior; however, the
    warning is confusing to users and may make it seem like grype is in a
    broken state.
    
    Signed-off-by: Weston Steimel <[email protected]>
  • Loading...
  • Weston Steimel committed 11 months ago
    0841b038
    1 parent 84471128
  • ■ ■ ■ ■
    grype/db/v5/pkg/qualifier/from_json.go
    skipped 42 lines
    43 43   }
    44 44   qualifiers = append(qualifiers, q)
    45 45   default:
    46  - log.Warn("Skipping unsupported package qualifier: %s", k)
     46 + log.Debug("Skipping unsupported package qualifier: %s", k)
    47 47   continue
    48 48   }
    49 49   }
    skipped 4 lines
Please wait...
Page is in error, reload to recover