Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False Positive for KeplerGL #2340

Closed
kopp opened this issue Sep 10, 2021 · 1 comment
Closed

False Positive for KeplerGL #2340

kopp opened this issue Sep 10, 2021 · 1 comment

Comments

@kopp
Copy link

kopp commented Sep 10, 2021

installing keplergl via pip install keplergl raises the following warning:

+==============================================================================+ 
| REPORT | 
| checked 330 packages, using free DB (updated once a month) | 
+============================+===========+==========================+==========+ 
| package | installed | affected | ID | 
+============================+===========+==========================+==========+ 
| keplergl | 0.3.0 | <2.4.0 | 39211 | 
+==============================================================================+ 
| Keplergl 2.4.0 fixes several security vulnerabilities (9a13ce68). No details | 
| were provided. | 
+==============================================================================+ 

This is a false positive:
the pip package https://pypi.org/project/keplergl/ is currently at version 0.3.x.
On pypi it is linked to the parent repo containing the javascript code for kepler.gl which is currently at version 2.5.x.

The vulnerability check here is thus comparing the version of two different things which happen to live in the same repository.

The offending entry in the database seems to be:

"keplergl": [
        {
            "advisory": "Keplergl 2.4.0 fixes several security vulnerabilities (9a13ce68). No details were provided.",
            "cve": "PVE-2021-39211",
            "id": "pyup.io-39211",
            "specs": [
                "<2.4.0"
            ],
            "v": "<2.4.0"
        }
    ],
@SCH227
Copy link

SCH227 commented Nov 9, 2021

@kopp thank you for the report! We corrected the specs of the advisory.

@SCH227 SCH227 closed this as completed Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants