How to add data to label_*.csv
I found this great project some weeks ago and had some trouble to get it running. After some rework (and updating source for current python, modules, new nvd cve api etc.) i now got it running, but a lot of software could not be matched. I think it is because the vendor/software is missing in the manually labeled data?!
I would like to add it to that csv files, but unfortunately i have no idea what the additional columns for the fuzzing in the csv are for and where to get the correct values from. do you have some further explanation how to manually add label data?
thank you very much!
I think i have tracked this down. The label_vendor.csv for example is an export from the matched dataframe and you only have to set the column match to 1 to manually 'matching' vendor and publisher. at least i think that it works that way. i will test if i can improve my results.