Skip to content
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

Create SECURITY.md #17

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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
7 changes: 2 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
DEPLOYER_MNEMONIC=
ADMIN_ADDRESS=
# API_KEY=
TESTNET=yes
# MAINNET=no
DEX_ADMIN=""
isLocked= # 0 or 1
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
build/*.fif
build/*.cell
node_modules
Expand All @@ -8,3 +9,5 @@ bin
.vs_code
/.idea
.DS_Store
yarn*
.p*
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ It was built from tag [v1.0.0](https://github.com/ston-fi/dex-core/releases/tag/
The following assumes the use of `node@>=16`.

### Install Dependencies
`npm install`
`yarn install`

### Compile Contracts
`npm run build`

### Run Tests
`npm run test`
`yarn build`

### Deploy Contracts
`npm run deploy`
`yarn deploy`

## Security
This repository is subject to STON.fi bug bounty program, see [here](https://github.com/ston-fi/bug-bounty) for more info.
Expand Down
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
41 changes: 0 additions & 41 deletions build/_build.ts

This file was deleted.

136 changes: 0 additions & 136 deletions build/_deploy.ts

This file was deleted.

22 changes: 0 additions & 22 deletions build/router.deploy.ts

This file was deleted.

Loading