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

What happened to check 37771? #469

Closed tucked closed 1 year ago

tucked commented 1 year ago

What happened to https://pyup.io/v/37771/742? This shows up in a run from a little over a month ago but it doesn't anymore (and I haven't changed the version of Django I'm checking) 🤔

Jwomers commented 1 year ago

Hi, I had a quick look at our database and it seems that vulnerability was marked as invalid, marked as a duplicate for this vulnerability: https://pyup.io/v/37661/742/

On Thu, Apr 6, 2023 at 3:02 PM David Tucker @.***> wrote:

What happened to https://pyup.io/v/37771/742? This shows up in a run from a little over a month ago but it doesn't anymore (and I haven't changed the version of Django I'm checking) 🤔

— Reply to this email directly, view it on GitHub https://github.com/pyupio/safety/issues/469, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAV6QUO4FR7XXHNMAAQIPTW744PNANCNFSM6AAAAAAWV5VJW4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tucked commented 1 year ago

Aha! Makes sense, thank you 👍 (Also makes sense why I'm not seeing it anymore, since I'm checking Django 1.10.5, and 37661 notes that the min affected version is 1.11a1.)