-
Notifications
You must be signed in to change notification settings - Fork 2
/
bugs.epl
47 lines (38 loc) · 3.71 KB
/
bugs.epl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<: # $Id$ :>//
<: $html_title = "Bug Reporting and Security Guidelines" :>//
#include "header.epl"
<h1><: print "$html_title" :></h1>
<p>As the code develops and changes, there will always be new "features" and
bugs introduced. While the developers always strive to attain perfection,
mistakes and the unexpected do occur.</p>
<h1>Diagnosing problems</h1>
<p>Before wading in to track down a problem, it's worth consulting the
<a href="docs/faq/linked/faq.html">FAQ</a> and the
<a href="http://bugs.proftpd.org/">bug reporting system</a> to see if there
are any reports of similar issues.</p>
<ul>
<li><a href="/localsite/Userguide/linked/debugging-problems.html">Guide on tracking proftpd bugs</a></li>
<li><a href="http://www.catb.org/~esr/faqs/smart-questions.html">How to Ask Questions the Smart Way</a></li>
<li><a href="http://bugs.proftpd.org/buglist.cgi?order=bugs.bug_id+asc&bug_status=__open__&product=ProFTPD">All open bugs</a></li>
<li><a href="http://bugs.proftpd.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=ProFTPD&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">All bugs with a severity of 'normal' or higher</a></li>
<li><a href="http://bugs.proftpd.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=ProFTPD&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=enhancement&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Requested Enhancements</a></li>
</ul>
<h1>Reporting Security Issues</h1>
<p>The ProFTPD Project takes a very active stance in eliminating security
problems and denial of service attacks against the ProFTPD FTP server. We
are firm believers in responsible full disclosure and do our best to follow
<a href="http://www.wiretrip.net/rfp/policy.html">RFPolicy</a> whenever
possible.</p>
<p>In keeping with RFPolicy, we strongly encourage folks to
<a href="mailto:[email protected]">report security-related problems to
[email protected]</a> first, before disclosing them in a public forum.
<strong>We cannot accept regular bug reports or other queries at this
address. Instead, we ask that you use our
<a href="http://bugs.proftpd.org/">bug reporting system</a> for
those.</strong></p>
<p>Please note that all networked servers are subject to denial of service
attacks, and we cannot promise magic workarounds to generic problems or
issues which are a result of the host OS. In general, our philosophy is to
avoid any attacks which can cause the server to consume resources in a
non-linear relationship to the size of inputs.</p>
#include "footer.epl"