Yuri Govorushchenko

Results 63 comments of Yuri Govorushchenko

> I think a reasonable requirement we should take here is: Grype (and Syft) should display log.Warn messages, even if no tty is present, unless --quiet is passed. Agree. I...

I also sometimes get `htmx:afterRequest` & `htmx:sendError` from Mobile Safari and as well see `0` response status in Sentry breadcrumbs. Not sure how to debug it further, there seem to...

I have the same problem with Grype. Adding `--verbose` helps to see warnings. But stuff like `✔ Indexed file system` (and in case of Grype, more interesting lines like `by...

I rarely use Maven directly as I code in Clojure and use Leiningen automation tool instead of writing `pom.xml` by hand. But quick googling leads to https://maven.apache.org/plugins/maven-dependency-plugin/examples/failing-the-build-on-dependency-analysis-warnings.html.

There's a similar issue when passing records into the constructor: ```clj (defrecord Rec [x]) (loom.graph/digraph (Rec. :a)) ``` Exception: ``` IllegalArgumentException Don't know how to create ISeq from: clojure.lang.Keyword clojure.lang.RT.seqFrom...

I have a similar issue with the custom Leiningen plugin which fires automatically and executes `pnpm install`. This plugin is triggered as expected when Cursive IDE scans the projects. But...

Thank you for the reply. > `Dependency tree is partial with multiple empty dependsOn attribute` The produced SBOM contains the next code: ```json { "ref": "pkg:maven/com.mysql/[email protected]?type=jar", "dependsOn": [] } ```...

Still reproducible (i.e. there's a warning printed unexpectedly) in v10.10.7 for the next valid POMs: 1) Project with a single `software.amazon.awssdk/ec2` dep: ```xml 4.0.0 foo bar jar 1.0.0 foo software.amazon.awssdk...

This problem has broken our CI pipelines.

I'd like the same feature to scan, say, a specific `pom.xml` or `composer.lock`.