jimshowalter

Results 68 comments of jimshowalter

The proposed change in my first post in this bug report was to change !name.isEmpty() to !name.trim().isEmpty(), which always trims the keys.

We have a list of dependencies that have vulns. Submitting the list of dependencies to the API returns a list of vuln reports. Our vulns finder no longer calls the...

For what it's worth, the progression was first we used the API for everything, then realized we could cut down on calls by using bulk query to get just the...

The API is fine, but we have hundreds of modules in a big repo, each with hundreds of dependencies, and latency adds up. Using the zip, we can find vulns...

It sounds like there's no need for parity checking because of the way it already works. Parity-checking could however detect if something changes in how it works. If it's moot,...

Thank you for the quick response! Fortunately for our use case we didn't need the references, so we @JsonIgnore'd them, but this will probably bite someone else when it matters.

By the way, the documentation for this repo is the best I've ever seen. Just an absolute delight!

When I try to do that, it defaults to putting things in /Library. We can't write to /Library, nor to /, due to recent MacOS changes. Is there a way...