ziad hany

Results 131 comments of ziad hany

> @ziadhany some checks are not successfull but they are because of openssl url do I need to change it to some thing, I am asking because it is not...

> @ziadhany is this PR good to merge, if yes please merge this in. Thanks! @TG1999 Yes, I have reviewed this pull request several times and I believe we should...

> Collect exploits from exploitdb https://github.com/offensive-security/exploitdb and https://gitlab.com/exploit-database/exploitdb/-/blob/main/files_exploits.csv @pombredanne Could you elaborate on the specific data we're aiming to store in VulnerableCode, particularly the information extracted from this file?

@DennisClark > I do not understand the value of collecting exploits from exploitdb in the context of VulnerableCode. Exploit-DB is a well-known online public database and platform that offers detailed...

@ambuj-1211 AlmaLinux uses OSV schema and we have a script to handle OSV you should use this script instead of writing the importer from scratch. https://github.com/nexB/vulnerablecode/blob/4a6734b1bbaa8df6fd816f3eb4fd843a88c1ecec/vulnerabilities/importers/osv.py and try to have...

@DennisClark For the [Metasploit Git repository](https://github.com/rapid7/metasploit-framework), I think we are primarily interested in a single file: [modules_metadata_base.json](https://github.com/rapid7/metasploit-framework/blob/master/db/modules_metadata_base.json). This file includes the exploits path and detailed information about each exploit. We...

@pombredanne @DennisClark @keshav-space @johnmhoran @Hritik14 I added the EPSS to the scoring system the API looks good but there is a problem with the UI : 1- Severity score range...

> EPSS scores are probabilities and could be represented in the 1-100 range by multiplying by 100. @Hritik14 we have three options 1- multiple EPSS score by (10, 100, ...):...

@TG1999 Here are all the screenshots for the EPSS UI. ![Screenshot from 2024-07-17 21-07-01](https://github.com/user-attachments/assets/ad1aabf5-b7ce-4fe6-b695-70b39fecb1e6) ![Screenshot from 2024-07-17 22-21-02](https://github.com/user-attachments/assets/310cbbf6-a26e-46e8-8f4c-9878460e729b) ![Screenshot from 2024-07-17 22-43-39](https://github.com/user-attachments/assets/eb331912-9832-4d55-ba31-48de8edbbfa1) ![Screenshot from 2024-07-17 22-40-13](https://github.com/user-attachments/assets/71b404fa-2847-422e-8a97-4183d595933a)

> @ziadhany tests are failing, please look! @TG1999 I resolved the test issues. One was due to migration conflicts, and the other was related to the cargo ref type. I'm...