From b42b9b8233891a7231583a753213541fd86e6f7d Mon Sep 17 00:00:00 2001 From: Bernardo Codesido Date: Fri, 16 Aug 2024 17:02:07 -0300 Subject: [PATCH] Address review comments --- .github/workflows/codeql.yml | 8 ++------ SECURITY.md | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c19daea9..3644674c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "master", main" ] + branches: [ "main" ] pull_request: - branches: [ "master", "main" ] + branches: [ "main" ] schedule: - cron: "0 0 * * *" @@ -29,10 +29,6 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - name: Before Index (java) - if: ${{ matrix.language == 'java' }} - run: ./configure.sh - - name: Initialize CodeQL uses: github/codeql-action/init@5973e2313ac1b9aaedb1f911a1e91228cde07d28 # v2.26.0 with: diff --git a/SECURITY.md b/SECURITY.md index c3a8c923..a017660f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ The Rootstock team and community take security bugs in rootstock seriously. Besi ## Responsible Disclosure -For all security related issues, XXX has two main points of contact. Reach us at or use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/rsksmart/rootstock-integration-tests/security/advisories/new) tab. +For all security related issues, Rootstock Integration Tests has two main points of contact. Reach us at or use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/rsksmart/rootstock-integration-tests/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.