You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
Scan with pip-audit reports unfixed vulnerability:
To Reproduce
poetry new my-package
poetry add pytigergraph==1.5
poetry add pip-audit
poetry run pip-audit
Expected behavior
pyTigerGraph has no known vulnerabilities.
The text was updated successfully, but these errors were encountered: