Will Murphy
Will Murphy
Thanks @joshuai96 - we're closing this as a duplicate of https://github.com/anchore/grype/issues/1648 - please follow there for updates.
For the last item, updating grype to be able to search by these new records, we're starting to think about that pretty early, because to write a correct namespace we...
Thanks for the report! These logs are being generated in Syft, here: https://github.com/anchore/syft/blob/8095f7b8c14d2b2abf08c9516c7617c08e9fc319/internal/task/executor.go#L103 I can see how these seem noisy. I'll see if there's some better experience we can implement.
Hi @metametadata! I went looking for our suggestion to add CPEs if we try to match on a CPE and non are available, and it is at https://github.com/anchore/grype/blob/c87f4a0f53225269097b478b9a5ef33521e13eef/grype/search/criteria.go#L31 as a...
Hi @metametadata thanks for the response and for connecting this with the Syft issue! I think warnings being lost when not TTY is available is not a great experience and...
The UI setup command is here: https://github.com/anchore/grype/blob/5c2b26249fbd4885a7d10a2046ef9d600acd346f/cmd/grype/cli/cli.go#L39 I suspect the bug may be over in https://github.com/anchore/clio, which is a Terminal UI library shared by Syft and Grype.
I did a little more work understanding what's happening over on the related Grype issue: https://github.com/anchore/grype/issues/2180#issuecomment-2416559398 I think it might be a clio fix, but I think, in general, when...
I did some experiments and proved a couple for things: 1. We discard `log.Warn` incorrectly when there's no TTY present, because the lack of TTY makes us not initiate the...
@nvp152 `-o` / `--output` can be passed multiple times. Can you generate all your files at once by doing that?
Hi @sekveaja this happens because Grype pulls in fix information from the Red Hat Enterprise Linux products, but not from the Red Hat JBoss Enterprise Application Platform 7 product. If...