PyPi: Py-Hiverunner

CVE-2018-1314

Transitive

Safety vulnerability ID: 38559

This vulnerability was reviewed by experts

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

Created at Nov 08, 2018 Updated at Dec 03, 2024
Scan your Python projects for vulnerabilities →

Advisory

Py-hiverunner 5.0.0 updates the default supported Hive version to 2.3.4 because version 2.3.3 has a vulnerability. See: CVE-2018-1314.

Affected package

py-hiverunner

Latest version: 0.1.3

Python API for unittest Hive applications

Affected versions

Fixed versions

Vulnerability changelog

Added
- JUnit5 [Extension](https://junit.org/junit5/docs/current/user-guide/extensions) support with `HiveRunnerExtension`. See [106](https://github.com/klarna/HiveRunner/issues/106).

Changed
- Default supported Hive version is now 2.3.4 (was 2.3.3) as version 2.3.3 has a [vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2018-1314).
- `TemporaryFolder` ([JUnit 4](https://junit.org/junit4/javadoc/4.12/org/junit/rules/TemporaryFolder.html)) has been changed to `Path` ([Java NIO](https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html)) throughout the project for the JUnit5 update.
- NOTE: The `HiveServerContext` class now uses `Path` instead of `TemporaryFolder` in the constructor.

Resources

Use this package?

Scan your Python project for dependency vulnerabilities in two minutes

Scan your application

Severity Details

CVSS Base Score

MEDIUM 4.3

CVSS v3 Details

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

CVSS v2 Details

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