Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
53345983
Commit
53345983
authored
Dec 04, 2004
by
jake%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More typo (and factual) fixes.
parent
eb9abac0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
security.xml
docs/xml/security.xml
+6
-11
No files found.
docs/xml/security.xml
View file @
53345983
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: security.xml,v 1.
2 2004/12/03 22:56:31
jake%bugzilla.org Exp $ -->
<!-- $Id: security.xml,v 1.
3 2004/12/03 23:22:28
jake%bugzilla.org Exp $ -->
<chapter
id=
"security"
>
<chapter
id=
"security"
>
<title>
Bugzilla Security
</title>
<title>
Bugzilla Security
</title>
...
@@ -140,12 +140,11 @@
...
@@ -140,12 +140,11 @@
have no other reason to access MySQL remotely, then you should disable
have no other reason to access MySQL remotely, then you should disable
the network access. This, along with the suggestion in
the network access. This, along with the suggestion in
<xref
linkend=
"security-os-ports"
/>
, will help protect your system from
<xref
linkend=
"security-os-ports"
/>
, will help protect your system from
any remote vulnerabilites in MySQL. This is done using different
any remote vulnerabilites in MySQL.
methods in MySQL versions 3 and 4.
</para>
</para>
<example>
<example
id=
"security-mysql-network-ex"
>
<title>
Disabling Networking in MySQL
3.x
</title>
<title>
Disabling Networking in MySQL
</title>
<para>
Simply enter the following in
<filename>
/etc/my.conf
</filename>
:
<para>
Simply enter the following in
<filename>
/etc/my.conf
</filename>
:
<screen>
<screen>
...
@@ -156,12 +155,6 @@ skip-networking
...
@@ -156,12 +155,6 @@ skip-networking
</para>
</para>
</example>
</example>
<example>
<title>
Disabling Networking in MySQL 4.x
</title>
<para>
There's a bug in Bugzilla about this
</para>
</example>
</section>
</section>
...
@@ -381,6 +374,8 @@ skip-networking
...
@@ -381,6 +374,8 @@ skip-networking
</para>
</para>
<example
id=
"security-bugzilla-charset-ex"
>
<example
id=
"security-bugzilla-charset-ex"
>
<title>
Forcing Bugzilla to output a charset
</title>
<para>
Locate the following line in
<para>
Locate the following line in
<filename>
Bugzilla/CGI.pm
</filename>
:
<filename>
Bugzilla/CGI.pm
</filename>
:
<programlisting>
$self->charset('');
</programlisting>
<programlisting>
$self->charset('');
</programlisting>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment