-
Notifications
You must be signed in to change notification settings - Fork 13
chore: harden dependency supply chain and add security policy #263
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
9 commits
Select commit
Hold shift + click to select a range
5d846fd
chore: harden supply chain security
bb8c523
fix: add .npmrc
a41cd80
fix: audit
6f96257
fix(ci): explicitly run postinstall scripts when ignore-scripts=true
2a95aba
fix: update bun.lock
124afb0
fix: test setup
0d3e28d
Update package.json
nikosxenakis a111352
Update package.json
nikosxenakis c830e6f
fix: lock file
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 @@ | ||
| ignore-scripts=true | ||
|
nikosxenakis marked this conversation as resolved.
|
||
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 an [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 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: | ||
| - 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. |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.