PyPi: Sqlathanor

CVE-2019-11324

Transitive

Safety vulnerability ID: 37403

This vulnerability was reviewed by experts

The information on this page was manually curated by our Cybersecurity Intelligence Team.

Created at Apr 18, 2019 Updated at Nov 07, 2023
Scan your Python projects for vulnerabilities →

Advisory

Sqlathanor 0.5.0 updates its dependency 'urllib3' to v1.24.2 to include a security fix.

Affected package

sqlathanor

Latest version: 0.7.0

Serialization/De-serialization Support for the SQLAlchemy Declarative ORM

Affected versions

Fixed versions

Vulnerability changelog

=========================================

.. image:: https://travis-ci.org/insightindustry/sqlathanor.svg?branch=v.0.5.0
:target: https://travis-ci.org/insightindustry/sqlathanor
:alt: Build Status (Travis CI)

.. image:: https://codecov.io/gh/insightindustry/sqlathanor/branch/v.0.5.0/graph/badge.svg
:target: https://codecov.io/gh/insightindustry/sqlathanor
:alt: Code Coverage Status (Codecov)

.. image:: https://readthedocs.org/projects/sqlathanor/badge/?version=v.0.5.0
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=v.0.5.0
:alt: Documentation Status (ReadTheDocs)

New Features
-----------------

* 68: Replaced serialization to ``dict`` with serialization to ``OrderedDict`` to preserve
key ordering when serializing to JSON and YAML. The interface and interaction
with ``OrderedDict`` should be 100% consistent with the behavior of past ``dict``
objects - just now their order will be preserved when on Python versions before
3.7.

Bug Fixes
-----------------

* 71: Modified default ``to_str()`` serializer function to coerce values to strings.
* 73: Corrected a variety of mismatches in the default serializer/deserializer
functions relating to ``datetime.timedelta`` objects and SQLAlchemy ``Interval``
and ``DATETIME`` type objects.
* 75: Corrected a bug that may have introduced errors in applications using
Python 3.7, SQLAlchemy 1.3+, and relying on ``AssociationProxy`` constructions
in their models.
* Updated the ``requirements.txt`` (which does not actually indicate utilization
dependencies, and instead indicates development dependencies) to upgrade
a number of libraries that had recently had security vulnerabilities
discovered.


-----------

Resources

Use this package?

Scan your Python project for dependency vulnerabilities in two minutes

Scan your application

Severity Details

CVSS Base Score

HIGH 7.5

CVSS v3 Details

HIGH 7.5
Attack Vector (AV)
NETWORK
Attack Complexity (AC)
LOW
Privileges Required (PR)
NONE
User Interaction (UI)
NONE
Scope (S)
UNCHANGED
Confidentiality Impact (C)
NONE
Integrity Impact (I)
HIGH
Availability Availability (A)
NONE

CVSS v2 Details

MEDIUM 5.0
Access Vector (AV)
NETWORK
Access Complexity (AC)
LOW
Authentication (Au)
NONE
Confidentiality Impact (C)
NONE
Integrity Impact (I)
PARTIAL
Availability Impact (A)
NONE