Safety vulnerability ID: 55305
The information on this page was manually curated by our Cybersecurity Intelligence Team.
Gnss-lib-py 0.1.9 updates its dependency 'ipython' to v8.12.0 to include a security fix.
Latest version: 1.0.3
Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data and state estimates
This version includes many exciting upgrades:
- documentation improvements in the Development Guides and Standard Naming Conventions
- Namespacing that simplifies running modules to:
import gnss_lib_py as glp
data = glp.NavData()
or
from gnss_lib_py import NavData
data = NavData()
- compatibility with the Chemnitz smartLoc dataset
- improvements and bug fixes to `ephemeris.py` for downloading broadcast ephemeris
- added sorting and improved wildcard searching for `navdata.py`
- improved testing coverage throughout
- updated package dependencies to clear security warnings
Scan your Python project for dependency vulnerabilities in two minutes
Scan your application