mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 17:59:13 -04:00
- Encoded user-supplied terms to prevent query parameter injection in GeoDB API calls. - Forced `limit` and `offset` to be finite integers in SQL builder for added defense against injection risks. - Added unit tests to verify term encoding and limit validation behavior.