-
Notifications
You must be signed in to change notification settings - Fork 4
docs: Add basic README instructions #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
2a5e186
XC-331: README
gregorydemay 42f3d31
XC-331: added SECURITY.md file
gregorydemay 3a62aef
XC-331: table of content
gregorydemay 143a61a
XC-321: comleted other READMEs
gregorydemay 8ee895a
XC-321: change RPC config
gregorydemay 14b9834
XC-321: add consensus Equality in README
gregorydemay 3d23bec
XC-321: added details about `getSlot`
gregorydemay c096030
XC-321: added details about sending a transaction
gregorydemay 7c7acfc
XC-321: link to future crate docs
gregorydemay 7593bb0
XC-321: update features and link
gregorydemay 471f98e
XC-331: add dir
gregorydemay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| # Security Policy | ||
|
|
||
| DFINITY takes the security of our software products seriously, which includes all source code repositories under the [DFINITY](https://github.com/dfinity) GitHub organization. | ||
|
|
||
| > [!IMPORTANT] | ||
| > [DFINITY Foundation](https://dfinity.org) has a [Internet Computer (ICP) Bug Bounty program](https://dfinity.org/bug-bounty/) that rewards researchers for finding and reporting vulnerabilities in the Internet Computer. Please check the scope and eligibility criteria outlined in the policy to see if the vulnerability you found qualifies for a reward. | ||
|
|
||
| ## 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: | ||
|
|
||
| 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: | ||
| * A description of the vulnerability | ||
| * Steps to reproduce the vulnerability | ||
| * Risk rating of the vulnerability | ||
| * Any other relevant information | ||
|
|
||
| We will respond to your report within 72 hours and work with you to fix the vulnerability as soon as possible. | ||
|
|
||
| ### Security Updates | ||
|
|
||
| We are committed to fixing security vulnerabilities in a timely manner. Once a security vulnerability is reported, we will: | ||
|
|
||
| * Investigate the report and confirm the vulnerability. | ||
| * Develop a fix for the vulnerability. | ||
| * Release a new version of the project that includes the fix. | ||
| * Announce the security fix in the project's release notes. | ||
|
|
||
| ## Preferred Language | ||
|
|
||
| We prefer all communications to be in English. | ||
|
|
||
| ## Disclaimer | ||
|
|
||
| This security policy is subject to change at any time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,9 @@ | ||
| [](https://internetcomputer.org) | ||
| [](https://forum.dfinity.org/t/sol-rpc-canister/41896) | ||
| [](LICENSE) | ||
|
|
||
| # Crate `sol_rpc_client` | ||
|
|
||
| Library to interact with the [SOL RPC canister](https://github.com/dfinity/sol-rpc-canister/) from a canister running on | ||
| the Internet Computer. | ||
| See the Rust [documentation](https://docs.rs/sol_rpc_client) for more details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,8 @@ | ||
| [](https://internetcomputer.org) | ||
| [](https://forum.dfinity.org/t/sol-rpc-canister/41896) | ||
| [](LICENSE) | ||
|
|
||
| # Crate `sol_rpc_types` | ||
|
|
||
| Library defining the types for interacting with the [SOL RPC canister](https://github.com/dfinity/sol-rpc-canister/). | ||
| See the Rust [documentation](https://docs.rs/sol_rpc_types) for more details. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.