SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, high-level interface to SQL databases. It contains a powerful mapping layer that users can choose to work as automatically or as manually, determining relationships based on foreign keys or to bridge the gap between database and domain by letting you define the join conditions explicitly.
Security Fix(es):
SQLAlchemy 1.2.17 has SQL Injection when the group_by parameter can be controlled.(CVE-2019-7548)
{ "severity": "High" }
{ "x86_64": [ "python-sqlalchemy-debugsource-1.2.19-3.oe1.x86_64.rpm", "python-sqlalchemy-debuginfo-1.2.19-3.oe1.x86_64.rpm", "python2-sqlalchemy-1.2.19-3.oe1.x86_64.rpm", "python3-sqlalchemy-1.2.19-3.oe1.x86_64.rpm" ], "src": [ "python-sqlalchemy-1.2.19-3.oe1.src.rpm" ], "noarch": [ "python-sqlalchemy-help-1.2.19-3.oe1.noarch.rpm" ], "aarch64": [ "python-sqlalchemy-debuginfo-1.2.19-3.oe1.aarch64.rpm", "python-sqlalchemy-debugsource-1.2.19-3.oe1.aarch64.rpm", "python2-sqlalchemy-1.2.19-3.oe1.aarch64.rpm", "python3-sqlalchemy-1.2.19-3.oe1.aarch64.rpm" ] }