~ubuntu-branches/ubuntu/trusty/couchdb/trusty

« back to all changes in this revision

Viewing changes to share/doc/src/cve/index.rst

  • Committer: Package Import Robot
  • Author(s): Jason Gerard DeRose
  • Date: 2013-12-01 16:55:05 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20131201165505-for2toyl58mhzwj2
Tags: 1.5.0-0ubuntu1
* New upstream release (LP: #1254371)
* Don't include `couchdb` info page in `couchdb-bin` binary package as it
  provides no meaningful benefit over the `couchdb` man page (note this change
  means we don't need to add a Build-Depends on `install-info` for Trusty)
* Remove Build-Depends: texlive-latex-base, texlive-latex-recommended,
  texlive-latex-extra, texlive-fonts-recommended, texinfo (as documentation
  thus produced doesn't get included in the binary packages anyway)
* debian/rules: don't call ./configure with --enable-strictness as we dropped
  Build-Depends on `texlive-*`, `texinfo`, plus didn't add `install-info` 
* Add Build-Depends: lsb-release (used for [vendor] info in default.ini)
* debian/rules: insert proper [vendor] info in default.ini (note this should
  be improved once there is a better mechanism upstream)
* debian/couchdb.upstart: start on filesystem and static-network-up,
  stop on deconfiguring-networking, plus add "author" line

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. Licensed under the Apache License, Version 2.0 (the "License"); you may not
 
2
.. use this file except in compliance with the License. You may obtain a copy of
 
3
.. the License at
 
4
..
 
5
..   http://www.apache.org/licenses/LICENSE-2.0
 
6
..
 
7
.. Unless required by applicable law or agreed to in writing, software
 
8
.. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 
9
.. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 
10
.. License for the specific language governing permissions and limitations under
 
11
.. the License.
 
12
 
 
13
 
 
14
.. _cve:
 
15
 
 
16
Security Issues Information
 
17
===========================
 
18
 
 
19
.. toctree::
 
20
   :maxdepth: 1
 
21
   :glob:
 
22
 
 
23
   *
 
24
 
 
25
.. _cve/report:
 
26
 
 
27
Reporting New Security Problems with Apache CouchDB
 
28
===================================================
 
29
 
 
30
The Apache Software Foundation takes a very active stance in eliminating
 
31
security problems and denial of service attacks against Apache CouchDB.
 
32
 
 
33
We strongly encourage folks to report such problems to our private security
 
34
mailing list first, before disclosing them in a public forum.
 
35
 
 
36
Please note that the security mailing list should only be used for reporting
 
37
undisclosed security vulnerabilities in Apache CouchDB and managing the
 
38
process of fixing such vulnerabilities. We cannot accept regular bug reports
 
39
or other queries at this address. All mail sent to this address that does not
 
40
relate to an undisclosed security problem in the Apache CouchDB source code
 
41
will be ignored.
 
42
 
 
43
If you need to report a bug that isn't an undisclosed security vulnerability,
 
44
please use the `bug reporting page`_.
 
45
 
 
46
Questions about:
 
47
 
 
48
- How to configure CouchDB securely
 
49
- If a vulnerability applies to your particular application
 
50
- Obtaining further information on a published vulnerability
 
51
- Availability of patches and/or new releases
 
52
 
 
53
should be address to the `users mailing list`_. Please see the `mailing
 
54
lists page`_ for details of how to subscribe.
 
55
 
 
56
The private security mailing address is: `security@couchdb.apache.org`_
 
57
 
 
58
Please read `how the Apache Software Foundation handles security`_ reports to
 
59
know what to expect.
 
60
 
 
61
Note that all networked servers are subject to denial of service attacks,
 
62
and we cannot promise magic workarounds to generic problems (such as a client
 
63
streaming lots of data to your server, or re-requesting the same URL
 
64
repeatedly). In general our philosophy is to avoid any attacks which can
 
65
cause the server to consume resources in a non-linear relationship to the
 
66
size of inputs.
 
67
 
 
68
.. _bug reporting page: https://issues.apache.org/jira/browse/COUCHDB
 
69
.. _mailing lists page: http://couchdb.apache.org/#mailing-list
 
70
.. _how the Apache Software Foundation handles security: http://apache.org/security/committers.html
 
71
.. _security@couchdb.apache.org: mailto:security@couchdb.apache.org
 
72
.. _users mailing list: mailto:user@couchdb.apache.org
 
73