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
A vulnerability was discovered in the PyYAML library in versions before 5.4, where it is susceptible to arbitrary code execution when it processes untrusted YAML files through the full_load method or with the FullLoader loader. Applications that use the library to process untrusted input may be vulnerable to this flaw. This flaw allows an attacker to execute arbitrary code on the system by abusing the python/object/new constructor. This flaw is due to an incomplete fix for CVE-2020-1747. See CVE-2020-14343.
Current Behavior
Feast Python SDK requires PyYAML==5.3.* version.
This not only affects Feast, but also any app depending on it, since dependencies are shared.
Steps to reproduce
N/A
Specifications
N/A
Possible Solution
Bump PyYAML to a ">=5.4" version.
The text was updated successfully, but these errors were encountered:
Expected Behavior
According to CVE-2020-14343:
Current Behavior
Feast Python SDK requires
PyYAML==5.3.*
version.This not only affects Feast, but also any app depending on it, since dependencies are shared.
Steps to reproduce
N/A
Specifications
N/A
Possible Solution
Bump PyYAML to a ">=5.4" version.
The text was updated successfully, but these errors were encountered: