ziad hany

Results 131 comments of ziad hany

> @ziadhany I don't know why some tests related to API are failing please check what should I do to resolve that. @ambuj-1211 I don’t see any errors in the...

@TG1999 Nothing, the pull request is ready to merge!

The OSV schema uses Git for affected version ranges : https://ossf.github.io/osv-schema/#affectedrangestype-field ``` "ranges": [ { "type": "GIT", "repo": "https://github.com/owner/repo", "events": [ { "introduced": "X" }, { "fixed": "Y" }, ]...

EUVD API Documentation: https://euvd.enisa.europa.eu/apidoc

@Samk1710 Yes, sure, you can start working on that.

Hey @Samk1710, we need to clarify the time frame for the rate limit first (e.g., is it 100 requests per minute, per hour, or per day?). We should also avoid...

@Samk1710 I don't think we need `last_fetched_date`. The importer can simply run and pull all the data by iterating over the /search endpoint with `fromDate`/`toDate` (or `fromUpdatedDate`/`toUpdatedDate`). No switching is...

@TG1999 @keshav-space Thank you for reviewing this PR. Here are the pipeline logs: ``` /home/ziad-hany/PycharmProjects/vulnerablecode/venv/bin/python /home/ziad-hany/PycharmProjects/vulnerablecode/manage.py improve localhost:8000 --all Improving data using compute_package_risk INFO 2024-10-28 13:10:07.074 Pipeline [ComputePackageRiskPipeline] starting INFO...

@tdruez @keshav-space, I've completed the requested changes and I hope we can move forward and merge this PR. Additionally, please review the `weight_config.json` file to ensure an accurate view of...

@pombredanne You're right; it does seem challenging to assign a weight based on a heuristic. We can start with this approach as a workaround, but even if we invest more...