Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 23c8b0c

Browse files
committed
Fix markup.
Security: CVE-2007-2138
1 parent aa27977 commit 23c8b0c

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

doc/src/sgml/release.sgml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.501 2007/04/20 02:37:37 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.502 2007/04/20 03:27:23 tgl Exp $ -->
22
<!--
33

44
Typical markup:
@@ -73,8 +73,7 @@ do it for earlier branch release files.
7373
truly secure value of <varname>search_path</>. Without it,
7474
an unprivileged SQL user can use temporary objects to execute code
7575
with the privileges of the security-definer function (CVE-2007-2138).
76-
See <xref linkend="sql-createfunction"
77-
endterm="sql-createfunction-title"> for more information.
76+
See <command>CREATE FUNCTION</> for more information.
7877
</para>
7978
</listitem>
8079

@@ -3106,8 +3105,7 @@ do it for earlier branch release files.
31063105
truly secure value of <varname>search_path</>. Without it,
31073106
an unprivileged SQL user can use temporary objects to execute code
31083107
with the privileges of the security-definer function (CVE-2007-2138).
3109-
See <xref linkend="sql-createfunction"
3110-
endterm="sql-createfunction-title"> for more information.
3108+
See <command>CREATE FUNCTION</> for more information.
31113109
</para>
31123110
</listitem>
31133111

@@ -6146,8 +6144,7 @@ psql -t -f fixseq.sql db1 | psql -e db1
61466144
truly secure value of <varname>search_path</>. Without it,
61476145
an unprivileged SQL user can use temporary objects to execute code
61486146
with the privileges of the security-definer function (CVE-2007-2138).
6149-
See <xref linkend="sql-createfunction"
6150-
endterm="sql-createfunction-title"> for more information.
6147+
See <command>CREATE FUNCTION</> for more information.
61516148
</para>
61526149
</listitem>
61536150

@@ -9656,8 +9653,7 @@ typedefs (Michael)</para></listitem>
96569653
truly secure value of <varname>search_path</>. Without it,
96579654
an unprivileged SQL user can use temporary objects to execute code
96589655
with the privileges of the security-definer function (CVE-2007-2138).
9659-
See <xref linkend="sql-createfunction"
9660-
endterm="sql-createfunction-title"> for more information.
9656+
See <command>CREATE FUNCTION</> for more information.
96619657
</para>
96629658
</listitem>
96639659

@@ -12843,8 +12839,7 @@ DROP SCHEMA information_schema CASCADE;
1284312839
truly secure value of <varname>search_path</>. Without it,
1284412840
an unprivileged SQL user can use temporary objects to execute code
1284512841
with the privileges of the security-definer function (CVE-2007-2138).
12846-
See <xref linkend="sql-createfunction"
12847-
endterm="sql-createfunction-title"> for more information.
12842+
See <command>CREATE FUNCTION</> for more information.
1284812843
</para>
1284912844
</listitem>
1285012845

0 commit comments

Comments
 (0)