Joydeep Tripathy
Joydeep Tripathy
@anthonyharrison Could you tell me how to do that? I have worked on adding fuzz testing to parsers before. Do i do the same here?
Hello @terriko I was busy with my end semester exams (finally they are over). Finally I'm free and I'll be able to contribute regularly. Thanx for the help on this.
I am supposed to get a list of the Deb_products to add in the script only after i run a test with DebParser using a test.deb file. I chose to...
@anthonyharrison This test is not working in my Local Environment. It executes but it does not give any output . Since all the outputs to the console in the run_checker()...
I tried to change a few things but my local test still gives no output. For a change, I set the logging level down to DEBUG, but that does not...
@anthonyharrison I am also using the test.deb in the test/assets directory. But I will go through the run_checker() definition once again.
I was able to run the run_checker() function. But now I am getting an Exception : Unable to open database file. I created my own .deb file and am trying...
> If I had to guess, the database problem is that your database hasn't been created or updated in a while. So you're making a new CVEDB() but you're not...
> Oh, and if you want to run just your new test to see how it works on your system, you can use the -k option: > > ``` >...
So I've been trying to find ways on how to unpack Debian packages using python and so far haven't had any luck in that . The test.deb file in test/assets...