Verify #437: fix LCD tx search query param in suspicious-activity runbook #972
No reviewers
Labels
No labels
agent:fix_bugfix
agent:fix_conflicts
agent:fix_security
agent:gap_analysis
agent:implement
agent:implement
agent:implement
agent:open_issues
agent:ready
agent:research
agent:security_audit
agent:verify
architecture
backend
blocker:hybrid
blocker:launch
blocker:limit-orders
blocker:v2
block:log_only
block:security
bug
ci
contracts
correctness
deploy
dev
devops
docs
documentation
duplicate
e2e
enhancement
epic
feature
frontend
functional-completion
gas
good first issue
governance
help wanted
high-risk
hooks
hybrid
indexer
infra
infrastructure
integrators
invalid
launch-blocker
limit-orders
localnet
localterra
low priority
missing-implementation
needs-design
ops
performance
priority
high
priority
medium
product
qa
QA
question
ready
ready
research
scripts
security
security-hardening
smartcontracts
tech-debt
testing
ux
UX
v2
verification
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-dex-terraclassic!972
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-437-verify-lcd-query-param"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Verification of #437 (SEC-G04) found that LCD failed-tx discovery snippets used
events=oncosmos/tx/v1beta1/txs, which returnsquery cannot be emptyon Terra Classic LCD (LocalTerra and publicnode). Switched toquery=(Cosmos tx search syntax) and tightened doc guards.MR !969 already delivered the discovery runbook; this patch fixes live §2a/§2b LCD curls only.
Acceptance checklist
grep suspicious-activity-queries docs/templates/incident-dex-indexer.mdmake check-suspicious-activity-queries-docsmake verify-issue-437query=message.module='wasm', 100 txs scanned, 0 faileddocker compose exec postgres psql(host psql absent)Follow-ups
scripts/qa/verify-issue-437-live.shthat smoke-tests API + LCD §2a whenmake has-localterrasucceeds (optional; current verify script is doc-only).Security review
Commit reviewed:
255e3630eb62e713604396fc2ec7d074fdb69651Scope:
docs/runbooks/suspicious-activity-queries.md(LCDevents=→query=fix),scripts/qa/verify-issue-437.sh,scripts/check_suspicious_activity_queries_docs.pyOutcome:
FINDINGS: 0medium+Summary
Doc-only patch correcting Terra Classic LCD tx search snippets to use the supported
query=parameter (Cosmos tx search syntax) instead of the non-functionalevents=form. QA scripts gain a static marker check forquery=message.module.Analysis
--data-urlencodefor form fields;WALLET_ADDRinterpolation in §2b drill-down is pre-existing operator-controlled triage input, not attacker-controlled application input.$LCD/$INDEXER_URLare operator-set env vars in manual incident procedures; unchanged pattern.Prior threads
No prior security-review comments on this MR.
Security review: no medium+ findings on this diff.
mentioned in commit
4757f1a2de