ziad hany
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.    
> @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...