|
| 1 | +# Security Policy for the XML-Sig distribution. |
| 2 | + |
| 3 | +Report security issues by email to Timothy Legge <timlegge@gmail.com>. |
| 4 | + |
| 5 | +This is the Security Policy for XML-Sig. |
| 6 | + |
| 7 | +This text is based on the CPAN Security Group's Guidelines for Adding |
| 8 | +a Security Policy to Perl Distributions (version 1.3.0) |
| 9 | +https://security.metacpan.org/docs/guides/security-policy-for-authors.html |
| 10 | + |
| 11 | +# How to Report a Security Vulnerability |
| 12 | + |
| 13 | +Security vulnerabilities can be reported to the current XML-Sig |
| 14 | +maintainers by email to Timothy Legge <timlegge@gmail.com>. |
| 15 | + |
| 16 | +Please include as many details as possible, including code samples |
| 17 | +or test cases, so that we can reproduce the issue. Check that your |
| 18 | +report does not expose any sensitive data, such as passwords, |
| 19 | +tokens, or personal information. |
| 20 | + |
| 21 | +If you would like any help with triaging the issue, or if the issue |
| 22 | +is being actively exploited, please copy the report to the CPAN |
| 23 | +Security Group (CPANSec) at <cpan-security@security.metacpan.org>. |
| 24 | + |
| 25 | +Please *do not* use the public issue reporting system on RT or |
| 26 | +GitHub issues for reporting security vulnerabilities. |
| 27 | + |
| 28 | +Please do not disclose the security vulnerability in public forums |
| 29 | +until past any proposed date for public disclosure, or it has been |
| 30 | +made public by the maintainers or CPANSec. That includes patches or |
| 31 | +pull requests. |
| 32 | + |
| 33 | +For more information, see |
| 34 | +[Report a Security Issue](https://security.metacpan.org/docs/report.html) |
| 35 | +on the CPANSec website. |
| 36 | + |
| 37 | +## Response to Reports |
| 38 | + |
| 39 | +The maintainer(s) aim to acknowledge your security report as soon as |
| 40 | +possible. However, this project is maintained by a single person in |
| 41 | +their spare time, and they cannot guarantee a rapid response. If you |
| 42 | +have not received a response from them within 2 weeks, then |
| 43 | +please send a reminder to them and copy the report to CPANSec at |
| 44 | +<cpan-security@security.metacpan.org>. |
| 45 | + |
| 46 | +Please note that the initial response to your report will be an |
| 47 | +acknowledgement, with a possible query for more information. It |
| 48 | +will not necessarily include any fixes for the issue. |
| 49 | + |
| 50 | +The project maintainer(s) may forward this issue to the security |
| 51 | +contacts for other projects where we believe it is relevant. This |
| 52 | +may include embedded libraries, system libraries, prerequisite |
| 53 | +modules or downstream software that uses this software. |
| 54 | + |
| 55 | +They may also forward this issue to CPANSec. |
| 56 | + |
| 57 | +# Which Software This Policy Applies To |
| 58 | + |
| 59 | +Any security vulnerabilities in XML-Sig are covered by this policy. |
| 60 | + |
| 61 | +Security vulnerabilities in versions of any libraries that are |
| 62 | +included in XML-Sig are also covered by this policy. |
| 63 | + |
| 64 | +Security vulnerabilities are considered anything that allows users |
| 65 | +to execute unauthorised code, access unauthorised resources, or to |
| 66 | +have an adverse impact on accessibility or performance of a system. |
| 67 | + |
| 68 | +Security vulnerabilities in upstream software (prerequisite modules |
| 69 | +or system libraries, or in Perl), are not covered by this policy |
| 70 | +unless they affect XML-Sig, or XML-Sig can |
| 71 | +be used to exploit vulnerabilities in them. |
| 72 | + |
| 73 | +Security vulnerabilities in downstream software (any software that |
| 74 | +uses XML-Sig, or plugins to it that are not included with the |
| 75 | +XML-Sig distribution) are not covered by this policy. |
| 76 | + |
| 77 | +## Supported Versions of XML-Sig |
| 78 | + |
| 79 | +The maintainer(s) will only commit to releasing security fixes for |
| 80 | +the latest version of XML-Sig. |
| 81 | + |
| 82 | +# Installation and Usage Issues |
| 83 | + |
| 84 | +The distribution metadata specifies minimum versions of |
| 85 | +prerequisites that are required for XML-Sig to work. However, some |
| 86 | +of these prerequisites may have security vulnerabilities, and you |
| 87 | +should ensure that you are using up-to-date versions of these |
| 88 | +prerequisites. |
| 89 | + |
| 90 | +Where security vulnerabilities are known, the metadata may indicate |
| 91 | +newer versions as recommended. |
| 92 | + |
| 93 | +## Usage |
| 94 | + |
| 95 | +Please see the software documentation for further information. |
0 commit comments