Joydeep Tripathy

Results 76 comments of Joydeep Tripathy

I'll look into the checker experiment PR once I'm done with my midsems. Meanwhile get well soon @terriko :)

> Hey, finally circling back to some old pull requests... > > @joydeep049 did you want to put a SPDX header onto this and have it merged? I don't think...

@mastersans has been working on a Parser for Dart Language https://github.com/intel/cve-bin-tool/issues/3850. After the [PR](https://github.com/intel/cve-bin-tool/pull/3860) has been merged, I would like to work on writing a fuzz testing module for it.

Since https://github.com/intel/cve-bin-tool/pull/3860 is now merged , I'll be working on this. @terriko

> Looks like a good start! > > In the checker action: you'll need to grab the database from the cache here. You probably want the same code as we...

Hello @terriko , As an extension of the Pre-Checker concept, I was thinking of writing a script meant as an experiment which takes in all of the currently existing checkers,...

Hello @terriko @ffontaine @anthonyharrison @Rexbeast2, Most of the work here is done. But it is not being able to load the database even after i loaded it in cache ....

The location of the database file in the environment of the repo is coming out to be `/home/runner/.cache/cve-bin-tool/cve.db`. Is this correct? Or do I have some issues in loading cve.db...

> 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 why...

> > > 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,...