Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
This is resolved in version >=5.0.2; however, the current release (3.1.1) of tileserver-gl uses @mapbox/mbtiles version 0.11.0 which is coded to 4.x module dependency for sqlite3. There was a later release of mbtiles almost 2 years ago even, 0.12.1 that utilizes ^5.0.0 which allows for easy update of the sqlite3 module to a fixed version.
There is a NIST bulletin for a vulnerability in the nodejs-sqlite3 module that is used. https://nvd.nist.gov/vuln/detail/CVE-2022-21227
This is resolved in version >=5.0.2; however, the current release (3.1.1) of tileserver-gl uses
@mapbox/mbtiles
version0.11.0
which is coded to 4.x module dependency for sqlite3. There was a later release of mbtiles almost 2 years ago even, 0.12.1 that utilizes^5.0.0
which allows for easy update of the sqlite3 module to a fixed version.