PyPi: Extremitypathfinder

CVE-2023-32681

Transitive

Safety vulnerability ID: 58914

This vulnerability was reviewed by experts

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

Created at May 26, 2023 Updated at Feb 15, 2025
Scan your Python projects for vulnerabilities →

Advisory

Extremitypathfinder 2.6.0 updates its dependency 'requests' to v2.31.0 to include a security fix.

Affected package

extremitypathfinder

Latest version: 2.7.2

python package for fast shortest path computation on 2D polygon or grid maps

Affected versions

Fixed versions

Vulnerability changelog

-------------------

internal:

* implemented an optimised visibility graph algorithm: sort edges and candidates after their representation to always only check the relevant fraction of candidates for each edge. Runtime complexity O(n^2 log_2 n).
* added visibility computation tests
* automatically skip GitHub actions publishing when the version already exists. useful for minor improvements without publishing a version. build would always fail otherwise
* updated pinned dependencies to fix security alerts
* minor code refactoring

Resources

Use this package?

Scan your Python project for dependency vulnerabilities in two minutes

Scan your application

Severity Details

CVSS Base Score

MEDIUM 6.1

CVSS v3 Details

MEDIUM 6.1
Attack Vector (AV)
NETWORK
Attack Complexity (AC)
HIGH
Privileges Required (PR)
NONE
User Interaction (UI)
REQUIRED
Scope (S)
CHANGED
Confidentiality Impact (C)
HIGH
Integrity Impact (I)
NONE
Availability Availability (A)
NONE