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
- Create a sample python project:
poetry new my-package
- Add pyTigerGraph to the project:
poetry add pytigergraph==1.5
- Add pip-audit to the project:
poetry add pip-audit
- Run audit:
poetry run pip-audit
- Verify results
Expected behavior
pyTigerGraph has no known vulnerabilities.