Skip to content

Commit

Permalink
docs: create a security policy (#2410)
Browse files Browse the repository at this point in the history
* docs: create a security policy

* docs: appropriately link security policy

* docs: update security policy

Co-authored-by: Anderson Arboleya <[email protected]>

* docs: remove unnecessary line

Co-authored-by: Peter Smith <[email protected]>

* docs: remove unnecessary line break

Co-authored-by: Anderson Arboleya <[email protected]>

* docs: grammatical fix

Co-authored-by: Anderson Arboleya <[email protected]>

* docs: remove line break

Co-authored-by: Anderson Arboleya <[email protected]>

* docs: update guidelines

Co-authored-by: Anderson Arboleya <[email protected]>

* docs: update sentence structure

Co-authored-by: Anderson Arboleya <[email protected]>

* docs: remove unrelated section

* docs: update SECURITY.md

Co-authored-by: Anderson Arboleya <[email protected]>

---------

Co-authored-by: Anderson Arboleya <[email protected]>
Co-authored-by: Peter Smith <[email protected]>
  • Loading branch information
3 people authored Jun 6, 2024
1 parent b1dbe42 commit e49b33f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Check out our [Help Wanted](https://github.com/FuelLabs/fuels-ts/issues?q=is%3Ao

If you are planning something big, for example, changes related to multiple components or changes to current behaviors, make sure to [open an issue](https://github.com/FuelLabs/fuels-ts/issues/new) to discuss with us before starting on the implementation.

If you find a vulnerability or suspect it may be a security issue, please read our [Security Policy](./SECURITY.md) and follow the instructions.

# Setting up

```sh
Expand Down
15 changes: 15 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Security Policy

The Fuel Typescript SDK is still in development, and we take security very seriously.

## Security Issues

If you find a vulnerability or exploit, please report it immediately and privately:
- https://github.com/FuelLabs/fuels-ts/security/advisories/new

> Please **DO NOT** file a public issue.

## Non-Security Issues

If the issue is not security-related, please report it publicly:
- https://github.com/FuelLabs/fuels-ts/issues/new

0 comments on commit e49b33f

Please sign in to comment.