Will Murphy

Results 66 issues of Will Murphy

**Describe the bug** Example from this repo: ``` sh # works go run tutorials/commands/main.go # hangs forever cat

Creating a separate issue from this comment: https://github.com/anchore/grype/issues/1512#issuecomment-1736311280 Original comment: Would like to know how can I achieve multiple template output ? For example, I would like to generate the...

enhancement

**What would you like to be added**: We're looking for feedback on `grype explain`! We recently release a prototype command of `grype explain` (invoked with Grype JSON on stdin, like...

enhancement
needs-discussion

**What would you like to be added**: GHSA currently publishes adivosories about GitHub actions, but these are not capture by Vunnel. **Why is this needed**: There was a recent [article](https://www.paloaltonetworks.com/blog/prisma-cloud/github-actions-worm-dependencies/)...

enhancement

## **What would you like to be added?** Grype should be able to report "negative matches," that is, package/vulnerability pairs where grype found evidence that the package is **not** affected...

enhancement
breaking-change

**What would you like to be added**: Grype has a `--by-cve` option, which provides an output that seems more intuitive to many stakeholders, since it orients the matches around the...

enhancement
needs-proposal

Previously, the file resolver was created from incorrect calls (path.Join instead of filepath.Join) which resulted Go license searches always missing on Windows. Use filepath.* functions when initializing the Go config,...

The unit tests for this repo sometimes fail with an error like this: ``` spawn ETXTBSY at ToolRunner. (node_modules/@actions/exec/src/toolrunner.ts:443:24) at node_modules/@actions/exec/lib/toolrunner.js:27:71 at Object..__awaiter (node_modules/@actions/exec/lib/toolrunner.js:23:12) at node_modules/@actions/exec/src/toolrunner.ts:419:58 at ToolRunner. (node_modules/@actions/exec/src/toolrunner.ts:419:12) at...

…MultiVar_Examples Currently in Regression_Models/MultiVar_Examples, the output before one question is a little confusing. ``` | Now run the function makelms() to see how the addition of variables affects the coefficient...