Skip to content

Commit 88a06d5

Browse files
committed
fix: lab1/sca/01/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 - https://snyk.io/vuln/SNYK-PYTHON-PYTHONMULTIPART-15117506
1 parent 152b488 commit 88a06d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lab1/sca/01/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ idna==3.3
2323
msgpack==1.0.3
2424
packaging==21.3
2525
proto-plus==1.19.8
26-
protobuf==3.19.5
26+
protobuf==6.33.5
2727
pyasn1==0.4.8
2828
pyasn1-modules==0.2.8
2929
pydantic==1.9.0
3030
pyparsing==3.0.6
31-
python-multipart==0.0.5
31+
python-multipart==0.0.22
3232
requests==2.27.0
3333
rsa==4.8
3434
six==1.16.0

0 commit comments

Comments
 (0)