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.7k stars 143 forks source link

Faker issue #297

Closed afedosenko closed 4 years ago

afedosenko commented 4 years ago

Description

The safety check command show next:

Снимок экрана 2020-04-10 в 19 12 40

But the "faker" package has only the 2.0.5 and less versions from 2.x versions, then 3.x versions. https://github.com/joke2k/faker/releases

afedosenko commented 4 years ago

Json:

[
    [
        "faker",
        "<2.1.2",
        "2.0.5",
        "Faker 2.1.2: `bundler-audit` has identified that i18 has a security vulnerability, that has been fixed in the 0.8 version.",
        "37658"
    ]
]
harlekeyn commented 4 years ago

You're right. Safety confused Faker (for Python) with Faker (for Ruby).

Fixed (in the live DB ― the free monthly DB will be updated on 2020-05-01).