Joshua I. James

Results 7 comments of Joshua I. James

No comment. It looks like it's working on NoteStore.sqlite - the same as "cloudkitSharing"

@Forgedmom python is trying to build extensions, but it cannot find Microsoft Visual C++ build tools. * Download and install Microsoft Visual C++ build tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/ * Download and install...

Of course! Please do! -------- Original Message -------- On Jun 14, 2022, 17:05, awfr wrote: > I can contribute to this chapter if the author is open to collaboration. I...

It looks like validation fails around syftjson validator.go line 20: https://github.com/anchore/syft/blob/b7979dbc7d62c195a662c022c0b8c4ecbc069958/internal/formats/syftjson/validator.go#L20

Tried removing the first two bytes (`0xfffe`) - did not resolve the issue. Might be an encoding issue. This is from a Linux scan: `00000000: 7b0a 2022 6172 7469 6661...

The issue seems due to using redirect (>) in Windows 11. Redirect will result in a UTF-16LE encoded file (not accepted by grype): `.\syft.exe dir:"C:\Program Files\Go" -o json > windows-sbom.json`...

The problem can be generalized to "read SBOM from piped windows output." In my case that produced UTF-16LE, but I don't know if that's always the case for Windows 11...