File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ RUN set -e && yum clean all && rm -rf /var/cache/yum/* \
30
30
# - https://github.com/advisories/GHSA-f6pv-j8mr-w6rr \
31
31
# - https://github.com/dbt-labs/dbt-core/issues/10250 \
32
32
# - https://data.safetycli.com/v/70612/97c/ \
33
- && pipenv check --ignore 70612 \
33
+ # NOTE: This ignored vulnerability (71064) was detected in requests, \
34
+ # but the upgraded version doesn't support the use case (protocol we are using).\
35
+ # Ref: https://github.com/operator-framework/ansible-operator-plugins/pull/67#issuecomment-2189164688
36
+ && pipenv check --ignore 70612 --ignore 71064 \
34
37
&& yum remove -y gcc libffi-devel openssl-devel python39-devel \
35
38
&& yum clean all \
36
39
&& rm -rf /var/cache/yum
Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ RUN set -e && yum clean all && rm -rf /var/cache/yum/* \
26
26
# - https://github.com/advisories/GHSA-f6pv-j8mr-w6rr \
27
27
# - https://github.com/dbt-labs/dbt-core/issues/10250 \
28
28
# - https://data.safetycli.com/v/70612/97c/ \
29
- && pipenv check --ignore 70612 \
29
+ # NOTE: This ignored vulnerability (71064) was detected in requests, \
30
+ # but the upgraded version doesn't support the use case (protocol we are using).\
31
+ # Ref: https://github.com/operator-framework/ansible-operator-plugins/pull/67#issuecomment-2189164688
32
+ && pipenv check --ignore 70612 --ignore 71064 \
30
33
&& yum remove -y gcc libffi-devel openssl-devel python39-devel \
31
34
&& yum clean all \
32
35
&& rm -rf /var/cache/yum
You can’t perform that action at this time.
0 commit comments