<https://pyupio.github.io/safety-db/> has marked T...
# community-help
m
https://pyupio.github.io/safety-db/ has marked Typesense version <0.13.0 as vulnerable, yet the latest version is 0.12.0. Does that make sense? 🤔
k
Do they say why it's insecure?
s
Copy code
"typesense": [
        {
            "advisory": "Typesense 0.13.0 allows one to generate API keys with fine-grained access control restrictions for better security.",
            "cve": null,
            "id": "pyup.io-38798",
            "specs": [
                "<0.13.0"
            ],
            "v": "<0.13.0"
        }
    ],
https://raw.githubusercontent.com/pyupio/safety-db/4165745b90dde30ae53e40bd718fa13eb0cd5342/data/insecure_full.json looks like a false positive?
"Most of the entries are found by filtering CVEs and changelogs for certain keywords and then manually reviewing them."
def. a false positive
k
I think it is talking about Typesense server version 0.13 where I think we introduced API key permissions.
Thanks for pulling that up @Stefan Hesse
👍 1