Joydeep Tripathy
Joydeep Tripathy
Also, the `generate_purl` test would be aimed at testing the `generate_purl` function of the language parsers, or the basic version written in `__init__.py`? Would we take normalization into consideration when...
Eagerly waiting for response @terriko :)
Hello @fthdrmzzz Since you filed the issue and want to work on it, It will most probably be assigned to you. So dw about that. You can focus on solving...
Found in Fuzzing report https://github.com/intel/cve-bin-tool/actions/runs/8505025912
hmm... seems interesting. I am pretty sure my protobuf version was the latest when I wrote this
I might how to fix this since I encountered this issue in a completely different python setting recently. Although it will take me a bit of time since I have...
How about `report-unknown-versions`? Sounds concise and self-explanable.
I'll take a look, but I might not be able to get to this until later.
I agree with @cyclotruc here. Before we move on to add more features, and trust me adding an LLM summarisation feature would be huge, and probably will need a lot...
```python =================================== FAILURES =================================== _____________________ TestSourceOSV.test_update_ecosystems _____________________ self = @pytest.mark.asyncio @pytest.mark.skipif(not EXTERNAL_SYSTEM(), reason="Needs network connection.") async def test_update_ecosystems(self): await self.osv.update_ecosystems() ecosystems_txt = make_http_requests( "text", url=self.ecosystems_url, timeout=300 ).strip("\n") expected_ecosystems = set(ecosystems_txt.split("\n"))...