Skip to content

Commit bf1b1ff

Browse files
committedJul 5, 2022
Add license/security
1 parent 78374a0 commit bf1b1ff

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed
 

‎LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Fastly, Inc.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

‎README.md

+15
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,18 @@ each argument are as follows, but you may still override these defaults individu
8888
| `next` | `./out` | (None) | For apps written using [Next.js](https://nextjs.org), using `npm run export`. |
8989
| `gatsby` | `./public` | (None) | For apps written using [Gatsby](https://www.gatsbyjs.com). |
9090
| `docusaurus` | `./build` | (None) | For apps written using [Docusaurus](https://docusaurus.io) |
91+
92+
## Issues
93+
94+
If you encounter any non-security-related bug or unexpected behavior, please [file an issue][bug]
95+
using the bug report template.
96+
97+
[bug]: https://github.com/fastly/compute-js-static-publish/issues/new?labels=bug
98+
99+
### Security issues
100+
101+
Please see our [SECURITY.md](./SECURITY.md) for guidance on reporting security-related issues.
102+
103+
## License
104+
105+
[MIT](./LICENSE).

‎SECURITY.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Report a security issue
2+
3+
The project team welcomes security reports and is committed to providing prompt attention to security issues. Security
4+
issues should be reported privately via [Fastly’s security issue reporting process](https://www.fastly.com/security/report-security-issue).
5+
6+
## Security advisories
7+
8+
Remediation of security vulnerabilities is prioritized by the project team. The project team endeavors to coordinate
9+
remediation with third-party stakeholders, and is committed to transparency in the disclosure process. The team announces
10+
security issues via [GitHub](https://github.com/fastly/compute-js-static-publish/releases) on a best-effort basis.
11+
12+
Note that communications related to security issues in Fastly-maintained OSS as described here are distinct from
13+
[Fastly Security Advisories](https://www.fastly.com/security-advisories).

0 commit comments

Comments
 (0)