diff --git a/.github/workflows/dependencies-review.yml b/.github/workflows/dependencies-review.yml index e69de29..4116eb2 100644 --- a/.github/workflows/dependencies-review.yml +++ b/.github/workflows/dependencies-review.yml @@ -0,0 +1,20 @@ +name: 'Dependency Review' +on: [pull_request] + +# Declare default permissions as read only. +permissions: read-all + +jobs: + dependency-review: + runs-on: ubuntu-latest + permissions: + pull-requests: write + steps: + - name: 'Checkout Repository' + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + + - name: 'Dependency Review' + uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0 + with: + fail-on-severity: high + comment-summary-in-pr: true \ No newline at end of file diff --git a/SECURITY.MD b/SECURITY.MD index 1432860..1ac798f 100644 --- a/SECURITY.MD +++ b/SECURITY.MD @@ -1,9 +1,9 @@ # Reporting Security Issues The Rootstock team and community take security bugs in rootstock seriously. Beside this project is out of our Bug Bounty Program scope, we appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. ## Responsible Disclosure -For all security related issues, rootstock-foundry-starterkit has two main points of contact. Reach us at or use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/rsksmart/rootstock-foundry-starterkit/security/advisories/new) tab. +For all security related issues, rootstock-foundry-starterkit has two main points of contact. Reach us at or use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/rsksmart/rsk-wagmi-starter-kit/security/advisories/new) tab. The Rootstock team will send a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance. -**Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/rsksmart/rootstock-foundry-starterkit/issues). +**Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/rsksmart/rsk-wagmi-starter-kit/issues). ## Vulnerability Handling ### Response Time RootstockLabs will make a best effort to meet the following response times for reported vulnerabilities: