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
chore(deps): update base image, Python version to 3.11.14, and improve SLSA Verifier installation (#1257)
This PR updates the base image, upgrades Python to version 3.11.14 for security patches, and enhances the installation process of SLSA Verifier by adding provenance-based binary hash verification.
Signed-off-by: behnazh-w <[email protected]>
Currently, we support the following type of project for automatic dependency resolution.
125
125
126
-
* Python (with a Python virtual environment created and packages installed using Python3.11.13, see :ref:`providing Python virtual environment <python-venv-deps>`.)
126
+
* Python (with a Python virtual environment created and packages installed using Python3.11.14, see :ref:`providing Python virtual environment <python-venv-deps>`.)
Copy file name to clipboardExpand all lines: docs/source/pages/tutorials/detect_malicious_package.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ Macaron supports analyzing a package's dependencies and performs the same set of
190
190
191
191
Let's assume ``/tmp/.django_venv`` is the virtual environment where ``[email protected]`` is installed.
192
192
193
-
.. note:: If you want Macaron to analyze the virtual environment directly to identify the dependencies, we require Python 3.11.13 to be used to install the package. Alternatively, you can generate the SBOM as instructed :ref:`here <python-sbom>` and pass it to Macaron as input.
193
+
.. note:: If you want Macaron to analyze the virtual environment directly to identify the dependencies, we require Python 3.11.14 to be used to install the package. Alternatively, you can generate the SBOM as instructed :ref:`here <python-sbom>` and pass it to Macaron as input.
194
194
195
195
Run Macaron as follows to analyze ``django`` and its direct dependencies.
0 commit comments