RISHI GARG
RISHI GARG
Hi @pombredanne , I really want to add this data source but the problem which I am facing is that how should I import the data as the data is...
Hi @pombredanne @AyanSinhaMahapatra, I have added the Pull Request Template as discussed in yesterday’s meeting. Please have a look and let me know if any changes are needed.
sure @TG1999 I'll rebase all the commit into one commit according to the doc.
@TG1999 I have squashed all the commits into one and also used assertive statement in the commit message.
Hi @TG1999 , Can you please review this pipeline importer.
Hi @kunalsz, In order to convert the advisory data to json you have to firstly convert your AdvisoryData object to a dictionary `advisory_dict = advisory_data.to_dict() ` then import json and...
@pombredanne Please Guide me how can I find that which package is `always vulnerable packages` in the given list of packages. I will make the script accordingly.
@keshav-space Can you please tell me that what is the difference between the importer pipeline approach and the normal importing?
Hi @TG1999 , please review this Pull request.
the tests are not added because first I want to get the implementation to get reviewed .previously they where added but Apologies for not removing the test part from the...