Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DFINITY takes the security of our software products seriously, which includes al
## How to report a vulnerability

We appreciate your help in keeping our projects secure.
If you believe you have found a security vulnerability in any of our repositories, please report it resonsibly to us as described below:
If you believe you have found a security vulnerability in any of our repositories, please report it responsibly to us as described below:

1. **Do not disclose the vulnerability publicly.** Public disclosure could be exploited by attackers before it can be fixed.
2. **Send an email to securitybugs@dfinity.org.** Please include the following information in your email:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/schema-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl Storable for Asset {
}
```

> **Note:** Stables structures do not enforce a specific data format.
> **Note:** Stable structures do not enforce a specific data format.
It's up to the developer to use the data format that fits their use-case.
In this example, CBOR is used for encoding `Asset`.

Expand Down