Skip to content

Commit

Permalink
Fixing vulnerability - CVE-2024-6345
Browse files Browse the repository at this point in the history
A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system. The issue is fixed in version 70.0.
  • Loading branch information
felipengeletrica authored Jul 30, 2024
1 parent 2f77a33 commit 9712e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pynmeagps==1.0.20
pynmea2==1.19.0
setuptools==65.5.1
setuptools==70.0.0
git+https://github.com/pybluez/pybluez.git#egg=pybluez
RPi.GPIO==0.7.1
keyboard==0.13.5
Expand Down

0 comments on commit 9712e5f

Please sign in to comment.