Skip to content

Commit 10cd124

Browse files
h4x3rotabclaude
andcommitted
fix(kms/auth-eth): unblock Slither CI (lockfile + SPDX)
Two CI failures on e54868e: 1. Slither CI failed because the crytic/slither-action runs `npm ci` and package-lock.json was out of sync with package.json after the earlier dep cleanup (dropped @openzeppelin/contracts-upgradeable, supertest, @types/supertest; fastify et al were already drifted). Regenerated by running `npm install` locally; `npm ci` now succeeds and `npx jest` still passes (4/4). 2. SPDX/REUSE check failed because kms/auth-eth/slither.config.json had no copyright header (JSON has no comment syntax). Added it to the REUSE.toml annotation list alongside the other auto-generated / config-only JSON files. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e54868e commit 10cd124

2 files changed

Lines changed: 336 additions & 765 deletions

File tree

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ path = [
2323
"**/tsconfig.node.json",
2424
"**/tsconfig.browser.json",
2525
"kms/auth-eth-bun/.oxlintrc.json",
26+
"kms/auth-eth/slither.config.json",
2627
"package-lock.json",
2728
"**/package-lock.json",
2829
"kms/auth-eth/.openzeppelin/unknown-2035.json",

0 commit comments

Comments
 (0)