Make 80-cols terminal friendly

stable-3.1
Sandro Santilli 2019-12-19 14:07:59 +01:00
parent d895b22378
commit 47f6f436e9
1 changed files with 22 additions and 7 deletions

View File

@ -1,15 +1,26 @@
# Security Policies and Procedures
If you believe you have found a security vulnerability in PostGIS please report it to us following the procedure below. We appreciate your efforts to disclose the issue responsibly.
If you believe you have found a security vulnerability in PostGIS please
report it to us following the procedure below. We appreciate your efforts
to disclose the issue responsibly.
## Reporting a Vulnerability
To report a security issue, please email the team at [security@postgis.net](mailto:security@postgis.net), which is a private maintainer-only group. The security team will reply as soon as
possible to acknowledge the receipt of your message and to discuss future steps or request additional information.
To report a security issue, please email the team at
[security@postgis.net](mailto:security@postgis.net), which is a private
maintainer-only group. The security team will reply as soon as possible
to acknowledge the receipt of your message and to discuss future steps
or request additional information.
For reporting non-security issues, please use the traditional channels and open a [Trac ticket](https://trac.osgeo.org/postgis/) or use the public mailing lists ([users](https://lists.osgeo.org/mailman/listinfo/postgis-users) and [devel](https://lists.osgeo.org/mailman/listinfo/postgis-devel).
For reporting non-security issues, please use the traditional channels
and open a [Trac ticket](https://trac.osgeo.org/postgis/)
or use the public mailing lists:
To help us better diagnose the issue, please include the following information (as much as you can provide):
- https://lists.osgeo.org/mailman/listinfo/postgis-users
- https://lists.osgeo.org/mailman/listinfo/postgis-devel
To help us better diagnose the issue, please include the following
information (as much as you can provide):
- Current PostGIS version: `SELECT postgis_full_version();`.
- Current PostgreSQL version: `SELECT version();`.
@ -21,6 +32,10 @@ Upon receiving a vulnerability report, the security team will:
* Confirm the vulnerability and the affected releases.
* Verify if there are similar problems in the code.
* Patch all releases still under maintenance and release micro versions including the fix.
* Patch all releases still under maintenance and release micro versions
including the fix.
Please note that issues in [unsupported releases](https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS) will likely not be addressed, and issues with third party dependencies need to be reported to the team maintaining them.
Please note that issues in unsupported releases
(https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS)
will likely not be addressed, and issues with third party dependencies
need to be reported to the team maintaining them.