Evan Sultanik
Evan Sultanik
Do you get this error when you run PolyFile from the command line, or only when you try and invoke it programmatically?
This is related to an unimplemented feature of libmagic that PolyFile has not yet implemented. PolyFile internally circumvents this by disabling the one test related to it, but if you...
Curious, `readline` has been [bundled with Python since at least version 3.6](https://docs.python.org/3.6/library/readline.html), and the documentation doesn't mention any restrictions with OS 🤔. We haven't had any issues on macOS or...
PolyFile v0.4.1 should now support Windows. @ross-spencer are you able to confirm that this resolved your issues?
This was likely fixed by virtue of switching PDF parser implementations. We will confirm and, if so, close this issue.
This was likely fixed by switching PDF parser implementations. We will confirm and close if that is the case.
Maybe block on #16 so we only check local dependencies in CI and don't rely on reaching out to the Internet.
We should probably support SPDX instead of CycloneDX: https://github.com/spdx/tools-python
I think that's reasonable. For resolvers that don't have an associated context in Google OSV, I think we can eventually switch to another source of information like [CVEdb](https://github.com/trailofbits/cvedb), although that...
@Hamid-K can you see if this branch fixes your issue?