anthonyharrison

Results 164 comments of anthonyharrison

@mastersans Setvalue can be used for any attribute. Not all of the attributes are used in the SBOM/VEX generation process currently but this can be changed if required.

@joydeep049 I think it would be worthwhile looking at what is currently available and see if these solutions could be integrated into cve-bin-tool rather than creating something new (it would...

As we move to support PURLs more extensively, I think it might be worth creating a class for handling all of the PURL related processing to make it easier to...

@crazytrain328 Can you please add some tests and include some sample data to demonstrate the parser working.

@crazytrain328 The test is OK in your local environment to prove the functionality.. However what we need is a test within the cve-bin-tool test environment where we can add it...

@crazytrain328 Can you provide the test.deb file that you are using? Tried to run the parser in my environment. The run_checker routine wan't being called. However if I call a...

Have you updated the parse.py file? This calls the appropriate parser when it finds a particular file e.g. requirements.txt will invoke the python parser. On Fri, 8 Dec 2023, 08:59...

> > Location here is correct. You should run the tool once after retrieving the cache, because you are retrieving it correctly but aren't moving it at desired location, that's...

@metabiswadeep My thoughts are to create a JSON document with two main sections **metadata** which includes the following data - The name and version of the tool generating the file...

I suggest we create a new format option json2 so that users of the current JSON file format are not affected by the changes. On Mon, 4 Sept 2023, 05:40...