From 58972217a4ff197cb01ab9dc12f3e507f174f8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Libert?= Date: Thu, 4 Apr 2024 13:52:26 +0200 Subject: [PATCH] fix message schema type (#4670) * fix message schema type * remove security for now as it yields problems that we can't resolve However we still have security reports on issues on GitHub so we are not loosing information there. * Fix wrong changes on security * Try to remove security everwhere --------- Co-authored-by: AurelienFT --- .github/workflows/ci.yml | 4 ++-- .github/workflows/security-audit.yml | 6 +++--- massa-node/base_config/openrpc.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9333a56d391..7aa746061ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,8 +107,8 @@ jobs: - uses: actions/checkout@v3 with: submodules: "recursive" - - uses: actions-rust-lang/audit@v1 - name: Audit Rust Dependencies + # - uses: actions-rust-lang/audit@v1 + # name: Audit Rust Dependencies # Full cross-platform tests required to merge on main branch full: diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 420c0f6054c..4150880dc1a 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} + # - uses: actions-rs/audit-check@v1 + # with: + # token: ${{ secrets.GITHUB_TOKEN }} diff --git a/massa-node/base_config/openrpc.json b/massa-node/base_config/openrpc.json index fed7a84abd9..8ffd75856b2 100644 --- a/massa-node/base_config/openrpc.json +++ b/massa-node/base_config/openrpc.json @@ -962,7 +962,7 @@ "description": "Message to be signed in byte array", "schema": { "format": "byte", - "type": "array" + "type": "string" }, "required": true } @@ -3489,4 +3489,4 @@ } } } -} +} \ No newline at end of file