Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efea1f7

Browse files
authored
Create SECURITY.md
1 parent 1992b57 commit efea1f7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

SECURITY.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# plotly.js Security Policy
2+
3+
The open source plotly.js library is provided "AS IS", with no security guarantees. Please see our
4+
[license](https://raw.githubusercontent.com/plotly/plotly.js/master/LICENSE) for more information.
5+
6+
In the 1.x releases of plotly.js, we attempt to protect against XSS attacks (and similar issues) resulting from
7+
untrusted data being graphed by plotly.js. However, XSS or other issues may still exist.
8+
9+
If you require a higher degree of assurance, please consider purchasing our
10+
[Plotly On-Premise](https://plot.ly/product/enterprise/) product, or [contact the Plotly sales team](mailto:[email protected])
11+
for more options.
12+
13+
## Reports
14+
15+
To report a security vulnerability, please email [email protected] with steps to reproduce the problem. Please allow up to
16+
24 hours for an initial response.
17+
18+
## Bounties
19+
20+
In some cases, we offer monetary compensation (bounties) for reports of security vulnerabilities. Please see the [Plotly Security Vulnerability Bounty Program](http://help.plot.ly/security/) page for more information.
21+
22+
## Release Process
23+
24+
plotly.js security fixes are normally released as "patch" releases on top of the current plotly.js version. For example if the current plotly.js version is 1.14.0 and we fix a security issue, we will release 1.14.1 with the fix. Security fixes may also be made as part of a major or minor plotly.js release, if the fix coincides with our normal release cycle. For example if the current plotly.js version is 1.14.0, we may release version 1.15.0 with the fix.
25+
26+
Security fixes are also backported to older versions of plotly.js as required by paying Plotly On-Premise or Plotly Cloud customers. These fixes are released as "patch" releases, and are made available to the community once affected customers have upgraded. We also accept backports to older versions contributed by community members.
27+
28+
## Advisories
29+
30+
All plotly.js security advisories released after August 1, 2016 are available at the [Plotly Security Advisories](http://help.plot.ly/security-advisories/) page.

0 commit comments

Comments
 (0)