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
667869ea
Commit
667869ea
authored
Jun 30, 2005
by
zach%zachlipton.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finish up fix for bug 22472 ("runtests.sh: die, die, die!"). Remove
references to runtests.sh in docs, checksetup.pl, and other fine places. r=LpSolit, a=my snapple peach iced tea
parent
640ef811
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
checksetup.pl
checksetup.pl
+2
-2
installation.xml
docs/xml/installation.xml
+1
-2
security.xml
docs/xml/security.xml
+1
-2
No files found.
checksetup.pl
View file @
667869ea
...
...
@@ -992,7 +992,7 @@ if ($my_create_htaccess) {
open
HTACCESS
,
'>'
,
'.htaccess'
;
print
HTACCESS
<<'END';
# don't allow people to retrieve non-cgi executable files or our private data
<FilesMatch ^(.*\.pl|.*localconfig.*
|runtests.sh
)$>
<FilesMatch ^(.*\.pl|.*localconfig.*)$>
deny from all
</FilesMatch>
<FilesMatch ^(localconfig.js|localconfig.rdf)$>
...
...
@@ -1290,7 +1290,7 @@ unless ($switch{'no_templates'}) {
# These are the files which need to be marked executable
my
@executable_files
=
(
'whineatnews.pl'
,
'collectstats.pl'
,
'checksetup.pl'
,
'importxml.pl'
,
'runtests.
sh
'
,
'testserver.pl'
,
'checksetup.pl'
,
'importxml.pl'
,
'runtests.
pl
'
,
'testserver.pl'
,
'whine.pl'
);
# tell me if a file is executable. All CGI files and those in @executable_files
...
...
docs/xml/installation.xml
View file @
667869ea
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.9
4 2005/06/29 21:22:09 mozilla%colinogilvie.co.uk
Exp $ -->
<!-- $Id: installation.xml,v 1.9
5 2005/06/29 23:43:33 zach%zachlipton.com
Exp $ -->
<chapter
id=
"installing-bugzilla"
>
<title>
Installing Bugzilla
</title>
...
...
@@ -1008,7 +1008,6 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
ns_register_filter preauth GET /bugzilla/\#localconfig\# filter_deny
ns_register_filter preauth GET /bugzilla/*.pl filter_deny
ns_register_filter preauth GET /bugzilla/syncshadowdb filter_deny
ns_register_filter preauth GET /bugzilla/runtests.sh filter_deny
ns_register_filter preauth GET /bugzilla/data/* filter_deny
ns_register_filter preauth GET /bugzilla/template/* filter_deny
...
...
docs/xml/security.xml
View file @
667869ea
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: security.xml,v 1.
5 2005/06/07 19:40:25 jocuri%softhome.net
Exp $ -->
<!-- $Id: security.xml,v 1.
6 2005/06/29 23:43:33 zach%zachlipton.com
Exp $ -->
<chapter
id=
"security"
>
<title>
Bugzilla Security
</title>
...
...
@@ -204,7 +204,6 @@ skip-networking
<simplelist
type=
"inline"
>
<member><filename>
*.pl
</filename></member>
<member><filename>
*localconfig*
</filename></member>
<member><filename>
runtests.sh
</filename></member>
</simplelist>
</para>
</listitem>
...
...
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