postpass icon indicating copy to clipboard operation
postpass copied to clipboard

a simple API wrapper around PostGIS

Results 3 postpass issues
Sort by recently updated
recently updated
newest added

Implement read-only transactions in both the and functions to prevent any potential write operations to the database. This enhances security by mitigating the risk of SQL injection attacks. solves https://github.com/woodpeck/postpass/issues/12

These parts of the code violate the GeoJSON specification (see RFC7946 https://datatracker.ietf.org/doc/html/rfc7946#section-3.3) regarding the allowed content of the FeatureCollection Object > A FeatureCollection object has a member with the name...

I recently came across the Postgres MCP, which is a plugin for AI tools. I noticed that they use `BEGIN TRANSACTION READ ONLY` to make sure everything stays read-only. You...