Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2024 02:33:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 268296] ports-mgmt/pkg: pip-audit regularly shows vulnerabilities not reported by pkg audit
Message-ID:  <bug-268296-32340-XsFJ99xxn6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268296-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268296-32340@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268296

Gene Watts <viyija2331@skrak.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |viyija2331@skrak.com

--- Comment #2 from Gene Watts <viyija2331@skrak.com> ---
Sounds like you're exploring the capabilities of pip-audit and the pkg comm=
and.=20

Running pip-audit inside a virtual environment is a great way to check for
vulnerabilities in isolated projects. Running it outside the virtual
environment can also be useful for a system-wide check, but keep in mind th=
at
it may report vulnerabilities in globally installed packages. The command y=
ou
ran with pkg vers confirms the current installed versions of certifi, pillo=
w,
and py. It shows that you have the same vulnerable versions listed by
pip-audit.
https://cgit.freebsd.org/src/tree/sys/dev/virtio/virtqueue.c?h=3Dreleng/13.=
0#n605
https://slice-master.io

The messages about sqlite3 and tkinter indicate that they=E2=80=99re not av=
ailable on
PyPI, which is expected since these are typically included with Python
distributions and aren=E2=80=99t standalone packages on PyPI.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268296-32340-XsFJ99xxn6>