diff --git a/advisories/github-reviewed/2019/04/GHSA-887w-45rq-vxgf/GHSA-887w-45rq-vxgf.json b/advisories/github-reviewed/2019/04/GHSA-887w-45rq-vxgf/GHSA-887w-45rq-vxgf.json index 8e05d28607d..41eb7b4f8de 100644 --- a/advisories/github-reviewed/2019/04/GHSA-887w-45rq-vxgf/GHSA-887w-45rq-vxgf.json +++ b/advisories/github-reviewed/2019/04/GHSA-887w-45rq-vxgf/GHSA-887w-45rq-vxgf.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-887w-45rq-vxgf", - "modified": "2023-09-01T09:50:01Z", + "modified": "2024-10-28T14:20:14Z", "published": "2019-04-16T15:50:41Z", "aliases": [ "CVE-2019-7164" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ @@ -20,23 +24,24 @@ "ecosystem": "PyPI", "name": "SQLAlchemy" }, - "ecosystem_specific": { - "affected_functions": [ - "sqlalchemy.dialects.postgresql.base.PGDDLCompiler.visit_create_index", - "sqlalchemy.dialects.postgresql.base.PGDDLCompiler.visit_exclude_constraint", - "sqlalchemy.orm.session.Session.execute", - "sqlalchemy.sql.compiler.SQLCompiler.visit_textual_label_reference", - "sqlalchemy.sql.compiler.SQLCompiler.visit_function", - "sqlalchemy.sql.compiler.DDLCompiler.define_constraint_cascades", - "sqlalchemy.sql.compiler.DDLCompiler.define_constraint_deferrability", - "sqlalchemy.sql.compiler.IdentifierPreparer.validate_sql_phrase", - "sqlalchemy.sql.elements._document_text_coercion", - "sqlalchemy.sql.elements._expression_literal_as_text", - "sqlalchemy.sql.elements._literal_as", - "sqlalchemy.sql.elements._interpret_as_column_or_from", - "sqlalchemy.sql.selectable._interpret_as_from", - "sqlalchemy.sql.selectable.HasSuffixes._setup_suffixes" - ] + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.3.0b1" + }, + { + "fixed": "1.3.0b3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "SQLAlchemy" }, "ranges": [ { @@ -46,7 +51,7 @@ "introduced": "0" }, { - "fixed": "1.3.0" + "fixed": "1.2.18" } ] } @@ -78,6 +83,10 @@ "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-887w-45rq-vxgf" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/sqlalchemy/PYSEC-2019-123.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/sqlalchemy/sqlalchemy"