MDL-75708 reportbuilder: consider stress tests as requiring longtest.
[moodle.git] / lib / adodb / SECURITY.md
blob00670f24492a63829d1e6651283a898910b5c0f1
1 # ADOdb Security Policy
3 ## Supported Versions
5 The following releases of the library are currently being supported with
6 security updates. Please refer to the [project's home page](https://adodb.org)
7 for actual version numbers.
9 - Stable
10 - Legacy
11 - Development (Git *master* branch)
13 Older releases are no longer supported. 
16 ## Reporting a Vulnerability
18 If you discover a vulnerability in ADOdb, please contact 
19 the [project's maintainer](https://github.com/dregad)
21 - by e-mail (look for it in the Git history)
22 - via private chat on [Gitter](https://gitter.im/dregad)
24 Kindly provide the following information in your report:
26 - Affected ADOdb version(s) or Git revision
27 - A clear and detailed description of the issue, including if possible a code 
28   snippet to demonstrate or reproduce the vulnerability
29 - A patch for the issue if you have one, preferably in *Git diff* format
31 ### CVE handling
33 To ensure a comprehensive and detailed declaration of the issue, we generally 
34 prefer requesting CVE IDs ourselves, which usually happens after our analysis
35 confirms the vulnerability.
37 In case you have already obtained a CVE ID, do not forget to reference it in 
38 your report.
40 ### Credits
42 Let us know if and how you wish to be credited for the finding. 
44 Your name, e-mail, company, etc. will be included as specified in the CVE 
45 report, as well as in the Git commit message patching the issue.