source: node_modules/ramda-adjunct/SECURITY.md

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[d24f17c]1# Security Policies and Procedures
2
3This document outlines security procedures and general policies for the `Ramda Adjunct`
4project.
5
6 * [Reporting a Bug](#reporting-a-bug)
7 * [Disclosure Policy](#disclosure-policy)
8 * [Comments on this Policy](#comments-on-this-policy)
9
10## Reporting a Bug
11
12The `Ramda Adjunct` team and community take all security bugs in `Ramda Adjunct` seriously.
13Thank you for improving the security of `Ramda Adjunct`. We appreciate your efforts and
14responsible disclosure and will make every effort to acknowledge your
15contributions.
16
17Report security bugs by emailing the lead maintainer at **vladimir.gorej@gmail.com**.
18
19The lead maintainer will acknowledge your email within 48 hours, and will send a
20more detailed response within 48 hours indicating the next steps in handling
21your report. After the initial reply to your report, one of the team members will
22endeavor to keep you informed of the progress towards a fix and full
23announcement, and may ask for additional information or guidance.
24
25Report security bugs in third-party modules to the person or team maintaining
26the module, but still let us know that we have such a third-party module in our
27dependencies.
28
29## Disclosure Policy
30
31When the team receives a security bug report, they will assign it to a
32primary handler. This person will coordinate the fix and release process,
33involving the following steps:
34
35 * Confirm the problem and determine the affected versions.
36 * Audit code to find any potential similar problems.
37 * Prepare fixes for all releases still under maintenance. These fixes will be
38 released as fast as possible to npm.
39
40## Comments on this Policy
41
42If you have suggestions on how this process could be improved please submit a
43pull request.
Note: See TracBrowser for help on using the repository browser.