Sampurna Pyne

Results 13 comments of Sampurna Pyne

Can I take up this issue?

> EUVD API Documentation: https://euvd.enisa.europa.eu/apidoc The endpoints enlisted have a maximum response limit. The /search endpoint has the highest upper response limit of 100 while others have only 8. A...

Hey @ziadhany To fetch all the advisories from the EUVD dataset we would need to iterate over the /search endpoint about 4,500 times (using size=100, which is the max response...

Hey @ziadhany @AyanSinhaMahapatra Could we gather any updates on the license of EUVD?

https://github.com/aboutcode-org/vulnerablecode/pull/2046 Hey, I've raised a PR. Would look forward to review and improvements. Thank you!

> @Samk1710 Great start! Just a few small tweaks Thanks a lot @ziadhany for the review. Will make the changes as suggested.

Hey @ziadhany , I’ve pushed the requested updates. Summary of changes: * Replaced broad exception handling with specific parsing-related exceptions. * Updated the test to use `util_tests.check_results_against_json` along with expected...

I have updated the License Expression and added sample test data from the EUVD API as suggested in today's call.

Hey @pombredanne @ziadhany Since caching is not a feasible option, we could use the "total" field returned by the API to populate the total advisories count in advisories_count function. "total":...

> @Samk1710 Yes, we can use the total field. Since we know the total number of advisories, we can iterate over the endpoint using either the date or the advisory...