From d8589a5724a36179b4cd4a458346fc7187aff4fb Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 18 Jun 2024 15:24:04 +0300 Subject: [PATCH 1/5] add security details, migrate README details --- README.md | 4 ++-- SECURITY.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 660d785..a36ecd4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Solidity Development Template(Foundry) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![CI Status](https://github.com/wschwab/sol-template/actions/workflows/test.yml/badge.svg)](https://github.com/wschwab/sol-template/actions/workflows/test.yml) +[![CI Status](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test.yml/badge.svg)](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test.yml) This template repo is a quick and easy way to get started with a new Solidity project. It comes with a number of features that are useful for developing and deploying smart contracts. Such as pre-commit hooks for formatting, auto generated documentation, and more @@ -48,7 +48,7 @@ Follow these steps to set up your local environment for development: - Test contracts: `forge test` - Run coverage: `forge coverage` -Note: the CI badge above is configured to run from `github.com/wschwab/sol-template/`. When forking to use this template, the badge should be modified (via the url embedded in the Markdown at the beginning of the README) to point at the target repo. +Note: the CI badge above is configured to run from `github.com/alchemix-finance/alchemix-sol-template/`. When forking to use this template, the badge should be modified (via the url embedded in the Markdown at the beginning of the README) to point at the target repo. ## Pre-commit Hooks diff --git a/SECURITY.md b/SECURITY.md index 290bd40..6a733cf 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,8 +10,8 @@ Preferred-Languages: en ## Security contact details. -security@ +security@alchemix.fi ## The URL for accessing the security.txt file. -https:///security.txt +https://alchemix.fi/security.txt From 4c1a4d1ca42155373755b89bc02967b4fb667d48 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 18 Jun 2024 15:33:09 +0300 Subject: [PATCH 2/5] added bug bounty to security details --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 6a733cf..9609df8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Link to vulnerability disclosure details (Bug Bounty). -https://immunefi.com/bug-bounty/example/ +https://immunefi.com/bug-bounty/alchemix/ ## Languages that our team speaks and understands. From 14badf7fdb4d9cde488dc79f17f87c09456ce1ad Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 18 Jun 2024 15:38:14 +0300 Subject: [PATCH 3/5] potential CI badge fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a36ecd4..1a2f580 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Solidity Development Template(Foundry) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![CI Status](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test.yml/badge.svg)](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test.yml) +[![CI Status](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test/badge.svg)](https://github.com/alchemix-finance/alchemix-sol-template/actions) This template repo is a quick and easy way to get started with a new Solidity project. It comes with a number of features that are useful for developing and deploying smart contracts. Such as pre-commit hooks for formatting, auto generated documentation, and more From 460b9d881760a9f171736a2036254ca207afd12e Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 18 Jun 2024 15:44:25 +0300 Subject: [PATCH 4/5] attempt 2 fixing CI badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a2f580..d6eaa88 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ ## Solidity Development Template(Foundry) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![CI Status](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test/badge.svg)](https://github.com/alchemix-finance/alchemix-sol-template/actions) +![CI Status](https://img.shields.io/github/actions/workflow/status/alchemix-finance/alchemix-sol-template/test) + This template repo is a quick and easy way to get started with a new Solidity project. It comes with a number of features that are useful for developing and deploying smart contracts. Such as pre-commit hooks for formatting, auto generated documentation, and more From 04835ff638611d1dd87b2bc4e8cfd1be58e475a3 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 18 Jun 2024 15:45:45 +0300 Subject: [PATCH 5/5] reverting changes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d6eaa88..1a2f580 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ ## Solidity Development Template(Foundry) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -![CI Status](https://img.shields.io/github/actions/workflow/status/alchemix-finance/alchemix-sol-template/test) - +[![CI Status](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test/badge.svg)](https://github.com/alchemix-finance/alchemix-sol-template/actions) This template repo is a quick and easy way to get started with a new Solidity project. It comes with a number of features that are useful for developing and deploying smart contracts. Such as pre-commit hooks for formatting, auto generated documentation, and more