On Tue, Dec 14, 2021 at 02:46:04AM -0800, Paul Aldridge wrote:
>Sorry to dig up an old thread, but this was interesting as I was having a
>look at what support clair had for java as I’d seen it mentioned in the
>code. Could you help me understand what the jar scanner achieves without an
>updater for java?
Yeah, without a matcher-updater pair, the individual feature scanners
don't do a ton. Their results are just passed to the client.
>Looking at this issue where the java scanner was introduced
>(
https://github.com/quay/claircore/issues/236), I think it is saying that
>it relies on a remote matching source that isn’t included in clair as
>default, or written to the database. But I wanted to check my understanding
>of that was correct, and if anything is done with the data from the scanner
>without this. Thanks!
The CRDA matcher was updated and re-added to the defaults, so there's a
matcher as of now. It's a "remote matcher", so there are a host of
caveats with it, but it does work.
A normal updater would be preferable, but we haven't found a database
with suitable usage terms.
--
hank