Skip to content

Commit 7e5d706

Browse files
authored
Merge pull request #823 from plotly/add-security-policy
Create SECURITY.md
2 parents 1992b57 + fe5886c commit 7e5d706

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

SECURITY.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
Note that the typical use case for plotly.js is for visualizing data from trusted sources. For example if you use plotly.js to add a dashboard to your site and you control all the input data that's sent to plotly.js, you are not dependent on plotly.js for XSS protection.
10+
11+
If you require a higher degree of assurance, please consider purchasing our
12+
[Plotly On-Premise](https://plot.ly/product/enterprise/) product, or [contact the Plotly sales team](mailto:[email protected])
13+
for more options.
14+
15+
## Reports
16+
17+
To report a security vulnerability, please email [email protected] with steps to reproduce the problem. Please allow up to
18+
24 hours for an initial response.
19+
20+
## Bounties
21+
22+
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.
23+
24+
## Release Process
25+
26+
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. Alternatively, security fixes may 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 instead of 1.14.1.
27+
28+
Security fixes are 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.
29+
30+
Since the typical plotly.js use case involves trusted data, we do not remove old, potentially vulnerable versions from our GitHub repo or from our CDN.
31+
32+
## Advisories
33+
34+
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)