-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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,12 +1,12 @@ | ||
# Security Policy | ||
|
||
At [Mountain Protocol](https://mountainprotocol.com), we take security as our first principle and implement measures to guarantee that we're delivering secure code. The USDM smart contract has undergone an in-depth secure development process, including a thorough [audit by OpenZeppelin](https://github.com/mountainprotocol/audits), a leading firm in Blockchain security. | ||
At [X Protocol](*****), we take security as our first principle and implement measures to guarantee that we're delivering secure code. The USDM smart contract has undergone an in-depth secure development process, including a thorough [audit by OpenZeppelin](https://github.com/*****), a leading firm in Blockchain security. | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you have discovered a potential security issue or vulnerability in our smart contract, we greatly appreciate your help in disclosing it to us in a responsible manner. | ||
|
||
Security vulnerabilities should be disclosed through [our bug bounty program on Immunefi](https://immunefi.com/bounty/mountainprotocol/), or alternatively by email to <[email protected]>. The report should include the steps to reproduce the vulnerability, potential impacts, and any relevant information that could help us understand the issue. | ||
Security vulnerabilities should be disclosed through [our bug bounty program on Immunefi](*****), or alternatively by email to <*****>. The report should include the steps to reproduce the vulnerability, potential impacts, and any relevant information that could help us understand the issue. | ||
|
||
## Supported Versions | ||
|
||
|
This file contains 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 |
---|---|---|
|
@@ -17,14 +17,14 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mountainprotocol/tokens.git" | ||
"url": "git+https://github.com/*****" | ||
}, | ||
"author": "Mati <[email protected]>", | ||
"author": "*****", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mountainprotocol/tokens/issues" | ||
"url": "https://github.com/*****" | ||
}, | ||
"homepage": "https://github.com/mountainprotocol/tokens#readme", | ||
"homepage": "https://github.com/*****", | ||
"devDependencies": { | ||
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6", | ||
"@nomicfoundation/hardhat-toolbox": "^2.0.1", | ||
|