From 209fae82731fbd17662c669053ca30ba6d7f8191 Mon Sep 17 00:00:00 2001 From: StringKE Date: Fri, 14 Aug 2026 00:26:21 +0400 Subject: [PATCH] fix(security): close remaining scan alerts Signed-off-by: StringKE --- .github/workflows/release.yml | 4 +++- sdk/linux/Cargo.lock | 20 ++------------------ 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5717cc21..46af4ee1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,13 +6,15 @@ on: - 'v*.*.*' permissions: - contents: write + contents: read jobs: release: name: GitHub Release runs-on: ubuntu-latest timeout-minutes: 10 + permissions: + contents: write steps: # actions/checkout v6.0.1 - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 diff --git a/sdk/linux/Cargo.lock b/sdk/linux/Cargo.lock index 31c31ec0..e167a65d 100644 --- a/sdk/linux/Cargo.lock +++ b/sdk/linux/Cargo.lock @@ -249,15 +249,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "concurrent-queue" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" -dependencies = [ - "crossbeam-utils", -] - [[package]] name = "const-oid" version = "0.10.2" @@ -288,12 +279,6 @@ dependencies = [ "libc", ] -[[package]] -name = "crossbeam-utils" -version = "0.8.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" - [[package]] name = "crypto-bigint" version = "0.7.5" @@ -482,11 +467,10 @@ dependencies = [ [[package]] name = "event-listener" -version = "5.4.1" +version = "5.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" +checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2" dependencies = [ - "concurrent-queue", "parking", "pin-project-lite", ]