From 89f86d93e18ee0676f32a38c12faaac32ae7bf59 Mon Sep 17 00:00:00 2001 From: Nikolaos Xenakis Date: Mon, 13 Apr 2026 12:20:53 +0300 Subject: [PATCH 1/2] fix: add security md --- SECURITY.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..d6d6a4b --- /dev/null +++ b/SECURITY.md @@ -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 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. \ No newline at end of file From ed4867115373b6893d5ea8a64a9386b07f80453b Mon Sep 17 00:00:00 2001 From: Nikolaos Xenakis Date: Mon, 13 Apr 2026 12:46:45 +0300 Subject: [PATCH 2/2] fix: format --- SECURITY.md | 45 ++++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index d6d6a4b..e4ee3c6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,32 +1,43 @@ # 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. +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. +> [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 responsibly to us as described below: +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 +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. +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: +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. +- 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 @@ -34,4 +45,4 @@ We prefer all communications to be in English. ## Disclaimer -This security policy is subject to change at any time. \ No newline at end of file +This security policy is subject to change at any time.