Skip to content

Commit 833a67e

Browse files
committed
fix(ci): ignore unmaintained compatibility dependency
The advisory is introduced only through ldk-node 0.6.2, which is pinned for backward-compatibility integration coverage. Extend the audit allowlist without hiding unrelated warnings. AI-assisted-by: OpenAI Codex
1 parent b8e2370 commit 833a67e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/audit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: rustsec/audit-check@v2
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
30-
# The affected rustls-webpki version is only pulled in by dev dependencies
31-
# pinned for backward-compatibility and integration tests.
32-
ignore: RUSTSEC-2026-0098,RUSTSEC-2026-0099,RUSTSEC-2026-0104
30+
# These advisories are only pulled in by dev dependencies pinned for
31+
# backward-compatibility and integration tests.
32+
ignore: RUSTSEC-2025-0134,RUSTSEC-2026-0098,RUSTSEC-2026-0099,RUSTSEC-2026-0104

0 commit comments

Comments
 (0)