Skip to content

Commit de2096c

Browse files
Jonathan D.A. Jewellclaude
andcommitted
chore: enrol indieweb2-bastion with initial scan findings
3 medium-severity findings from panic-attack assail scan: - Command injection risk in scripts/interactive_tidy.sh - unwrap() calls in integration test and crypto test code Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f1b3dc8 commit de2096c

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"repo": "hyperpolymath/indieweb2-bastion",
3+
"scan_timestamp": "2026-02-14T00:00:00Z",
4+
"commit": "fc8914b37f3ade434bba934cbc224a6bcd9d8500",
5+
"findings": [
6+
{
7+
"id": "cmd-inject-interactive-tidy",
8+
"type": "security",
9+
"severity": "medium",
10+
"message": "Unquoted variable expansion in shell script may allow command injection",
11+
"location": {"file": "scripts/interactive_tidy.sh", "line": 0},
12+
"auto_fixable": true,
13+
"fix_suggestion": "Quote all variable expansions with double quotes"
14+
},
15+
{
16+
"id": "panic-path-integration-test",
17+
"type": "quality",
18+
"severity": "medium",
19+
"message": "unwrap() calls in integration tests may mask error details",
20+
"location": {"file": "graphql-dns-api/tests/integration_test.rs", "line": 0},
21+
"auto_fixable": false,
22+
"fix_suggestion": "Replace unwrap() with expect() or proper error handling"
23+
},
24+
{
25+
"id": "panic-path-crypto-test",
26+
"type": "quality",
27+
"severity": "medium",
28+
"message": "unwrap() calls in crypto test code",
29+
"location": {"file": "odns-rs/common/src/crypto.rs", "line": 0},
30+
"auto_fixable": false,
31+
"fix_suggestion": "Replace unwrap() with expect() providing context"
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)