pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Links to Vulnerability All Broken #484

Closed hangonlyra closed 7 months ago

hangonlyra commented 7 months ago

Description

Links to vulnerabilities from running safety check all lead to 404s.

What I Did

safety check

Clicked on link for each vulnerability. They are all 404s.

Example link: https://safetycli.com/v/59956/f17

From safety output:

-> Vulnerability found in certifi version 2022.12.7
   Vulnerability ID: 59956
   Affected spec: >=2015.04.28,<2023.07.22
   ADVISORY: Certifi 2023.07.22 includes a fix for CVE-2023-37920: Certifi prior to version 2023.07.22 recognizes "e-Tugra" root certificates.
   e-Tugra's root certificates were subject to an investigation prompted by reporting of security issues in their systems. Certifi 2023.07.22 removes root...
   CVE-2023-37920
   For more information, please visit https://safetycli.com/v/59956/f17
hangonlyra commented 7 months ago

https://pyupio.github.io/safety-db/

Is now also broken.

yeisonvargasf commented 7 months ago

Thanks @hangonlyra for your report. Can you confirm if this issue is fixed?

hangonlyra commented 7 months ago

Thanks for the quick response. It appears to have been fixed. Thank you!