Safety vulnerability ID: 58914
The information on this page was manually curated by our Cybersecurity Intelligence Team.
Extremitypathfinder 2.6.0 updates its dependency 'requests' to v2.31.0 to include a security fix.
Latest version: 2.7.2
python package for fast shortest path computation on 2D polygon or grid maps
-------------------
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
Scan your Python project for dependency vulnerabilities in two minutes
Scan your application