Commit 5a8302d
chore(v1.100.3c): H-04 — drop internal-path comments from 3 tracked files (#507)
Closes repo hygiene audit finding H-04: 3 comment-only references
to files under /home/commonfolder/... that are not part of the
public repo. Particularly notable: the polkit rules file ships to
every install, so the reference was visible on every operator host.
Per locked rule "first verify the 3 H-04 sites still apply, then
fix only confirmed live ones": each site was grep-verified in the
current tree before edit.
Changes:
- cli/lib/nftban/lib/nftban_distro_config.sh:296 — drop
"See: /home/commonfolder/POLKIT-PATH-AUDIT-REPORT.md"; reword
surrounding comment.
- packaging/polkit-1/rules.d/30-nftban-panel.rules:243 — drop
"// - /home/commonfolder/NFTBAN_PANEL_INTEGRATION_PLAN.md".
Adjacent "Panel Integration Phase 1" reference preserved.
- tests/review/05_feeds_test.sh:28 — replace path with neutral
phrasing "internal code-review checklist (05_FEEDS)".
Verification (locked gate):
git grep -nE "/home/gituser|/home/commonfolder|nftban-v1.0-dev" \
-- ":(exclude).claude/*"
Remaining hits are intentional and outside this slice's scope:
- 5 × CHANGELOG.md (historical narrative quoting prior slice's
audit gate text + cited paths — intentional record)
- 1 × scripts/test_server_cleanup.sh:121 (one-shot dev cleanup
script, not in audit H-list — handled separately)
Out of scope (deferred): H-05 / H-07 / H-08 / H-09 / H-16 / H-19.
Lifecycle completion lane (PR-25..PR-30) remains explicitly OPEN.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c357384 commit 5a8302d
4 files changed
Lines changed: 24 additions & 5 deletions
File tree
- cli/lib/nftban/lib
- packaging/polkit-1/rules.d
- tests/review
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
14 | 35 | | |
15 | 36 | | |
16 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | | - | |
297 | 296 | | |
298 | 297 | | |
299 | 298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | 243 | | |
245 | 244 | | |
246 | 245 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments