Hi, I just noticed that version `3.53.1` of `pulum...
# python
m
Hi, I just noticed that version
3.53.1
of
pulumi
depends on
grpcio==1.50
, which according to CWE-834, CVE-2023-33953 is a version vulnerable to Excessive Iteration, and some crafted requests can cause a termination of connection between a proxy and a backend. So I would like to request, if possible, to change the requirement to
grpcio==1.53.2
which seems safer.
d
Pulumi is currently at 3.121.0
m
you are right, I had in my
requirements.txt
pulumi==3.53.1
,
3.121.0
uses
grpcio~=1.60.1
thanks a lot for noticing!