diff --git a/templates/pages/support.html b/templates/pages/support.html index 0d5701d5..4d05130c 100644 --- a/templates/pages/support.html +++ b/templates/pages/support.html @@ -2,16 +2,20 @@ {%block title%}Support{%endblock%} {%block contents%} -
PostgreSQL has a wide variety of community and commercial support options available for users. -The Community section of this website details the support options available to users from the PostgreSQL -community, including mailing lists and IRC. -And don't forget to read the FAQs and documentation. +
PostgreSQL has a wide variety of community and commercial support options available for users, including: +
Commercial support is also available from one of the many companies providing professional services -to the PostgreSQL community. A listing of companies that provide hosting with PostgreSQL access is +
Commercial support is also available from one of the many companies providing professional services +to the PostgreSQL community. A list of companies that provide PostgreSQL-specific hosting is also available.
The following {{whatname}} are registered in {{regionname}}.
-{%for s in services%} -Name | -{{s.org.name}}{%if s.url%} ({{s.url}}){%endif%} | -- |
---|---|---|
Provides | -Provides both support and hosting. | -- |
Description | -{{s.description}} | -- |
Number of employees | -{{s.employees}} | -- |
Office locations | -{{s.locations}} | -- |
Hours | -{{s.hours}} | -- |
Languages | -{{s.languages}} | -- |
Customer example | -{{s.customerexample}} | -- |
Experience | -{{s.experience}} | -- |
Contact information | -{{s.contact}} | -- |
Website | +{{s.url}} | +
---|---|
Description | +{{s.description}} | +
Provides | +Provides both support and hosting. | +
Employees | +{{s.employees}} | +
Office locations | +{{s.locations}} | +
Hours | +{{s.hours}} | +
Languages | +{{s.languages}} | +
Customer example | +{{s.customerexample}} | +
Experience | +{{s.experience}} | +
Contact information | +{{s.contact}} | +
Commercial support is available from many different companies providing professional services diff --git a/templates/security/security.html b/templates/security/security.html index 5838725d..1466fc3b 100644 --- a/templates/security/security.html +++ b/templates/security/security.html @@ -2,7 +2,7 @@ {%block title%}Security Information{%endblock%} {%block contents%} -
If you wish to report a new security vulnerability in PostgreSQL, please
@@ -61,33 +61,33 @@ You can filter the view of patches to show just patches for version:
- all
Reference | -Affected versions |
- Fixed in | -Component and CVSS v3 Base Score |
- Description | -
---|---|---|---|---|
-{%if p.cve%} {%endif%} -{%if p.newspost%}Announcement {%endif%} - |
- {{p.affected|join:", "}} | -{{p.fixed|join:", "}} | -
-{{p.component}} -{%if p.cvssscore >= 0%}{{p.cvssscore}} {{p.cvssvector}} -{%else%}Legacy: {{p.legacyscore}}{%endif%} |
- {{p.description}}{%if p.detailslink%} more details{%endif%} |
-
Reference | +Affected | +Fixed | +Component & CVSS v3 Base Score | +Description | +
---|---|---|---|---|
+ {%if p.cve%} {%endif%} + {%if p.newspost%}Announcement {%endif%} + |
+ {{p.affected|join:", "}} | +{{p.fixed|join:", "}} | +{{p.component}} + {%if p.cvssscore >= 0%}{{p.cvssscore}} {{p.cvssvector}} + {%else%}Legacy: {{p.legacyscore}}{%endif%} |
+ {{p.description}}{%if p.detailslink%} more details{%endif%} |
+
@@ -105,42 +105,40 @@ You can filter the view of patches to show just patches for version:
The following component references are used in the above table:
Component | +
---|
Component | +Description | +
---|---|
core server | +This vulnerability exists in the core server product. | +Description | - +
client | +This vulnerability exists in a client library or client application only. | +
core server | -This vulnerability exists in the core server product. | -
contrib module | +This vulnerability exists in a contrib module. Contrib modules are not installed by default when PostgreSQL is installed from source. They may be installed by binary packages. | +
client | -This vulnerability exists in a client library or client application only. | -
client contrib module | +This vulnerability exists in a contrib module used on the client only. | +
contrib module | -This vulnerability exists in a contrib module. Contrib modules are not installed by default when PostgreSQL is installed from source. They may be installed by binary packages. | - -
client contrib module | -This vulnerability exists in a contrib module used on the client only. | -
packaging | -This vulnerability exists in PostgreSQL binary packaging, e.g. an installer or RPM. | -
We always recommend that all users run the latest available minor release for whatever major version is in use. @@ -53,25 +53,27 @@ version may be required.
Version | -Current minor | -Supported | -First release date | -EOL date | -
---|---|---|---|---|
{{v.numtree}} | -{{v.numtree}}.{{v.latestminor}} | -{{v.supported|yesno:"Yes,No"}} | -{{v.firstreldate|date:"F Y"}} | -{{v.eoldate|date:"F Y"}} | -
Version | +Current minor | +Supported | +First release date | +EOL date | +
---|---|---|---|---|
{{v.numtree}} | +{{v.numtree}}.{{v.latestminor}} | +{{v.supported|yesno:"Yes,No"}} | +{{v.firstreldate|date:"F Y"}} | +{{v.eoldate|date:"F Y"}} | +