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

[pip-audit] pytigergraph 1.5 PYSEC-2022-43064 #196

Closed
dnovvak opened this issue Nov 8, 2023 · 3 comments
Closed

[pip-audit] pytigergraph 1.5 PYSEC-2022-43064 #196

dnovvak opened this issue Nov 8, 2023 · 3 comments

Comments

@dnovvak
Copy link

dnovvak commented Nov 8, 2023

Describe the bug
Scan with pip-audit reports unfixed vulnerability:

Found 1 known vulnerability in 1 package
Name         Version ID               Fix Versions
------------ ------- ---------------- ------------
pytigergraph 1.5     PYSEC-2022-43064

To Reproduce

  1. Create a sample python project: poetry new my-package
  2. Add pyTigerGraph to the project: poetry add pytigergraph==1.5
  3. Add pip-audit to the project: poetry add pip-audit
  4. Run audit: poetry run pip-audit
  5. Verify results

Expected behavior
pyTigerGraph has no known vulnerabilities.

@parkererickson-tg
Copy link
Collaborator

We have remedied the issues brought up by CVE-2022-30331, as described here: https://docs.tigergraph.com/home/alerts/cve-2022-30331. UDFs are not controlled by pyTigerGraph anyways. The pip-audit database appears to be out of date.

@dnovvak
Copy link
Author

dnovvak commented Nov 8, 2023

Ok, thank you @parkererickson-tg!
Ticket raised on https://github.com/pypa/advisory-database

@parkererickson-tg
Copy link
Collaborator

Cool, thank you!

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