docs: user-facing incident FAQ for pause/blacklist/rate limits (#390) #919
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!919
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/issue-390-user-incident-faq"
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
Adds SEC-A03 user-facing incident documentation (#390):
docs/user-incident-faq.mdexplains in plain language what pair pause, wallet/token/pair blacklist, and rate limits mean for traders and LPs; expected UI/tx impact; fund/escrow safety; and recovery after restrictions lift.docs/security-model.md(security entry point) and the dApp legal footer (LegalFooterNotice.tsxvialegalCopy.ts).make check-user-incident-faq-docs(wired intomake lint).skills/AGENTS_USER_INCIDENT_FAQ.md.Acceptance checklist
docs/test -f docs/user-incident-faq.mdgrep -c 'Withdraw liquidity' docs/user-incident-faq.mdgrep UnblacklistWallet docs/user-incident-faq.mddocs/security-model.mdgrep user-incident-faq docs/security-model.mdVerification checklist (third parties)
Manual (optional): start
make dev, scroll to page footer — link What happens during an incident? opensdocs/user-incident-faq.mdon GitLab.Blockers
None.
Security review
Commit reviewed:
1227fe94bddc38506fc367dbbffdc37e8fb9e530Scope: MR !919 — user-facing incident FAQ (
docs/user-incident-faq.md), security-model cross-links, legal footer + pause-banner href updates (legalCopy.ts,LegalFooterNotice.tsx,TradeOrderTicket.tsx,LimitOrdersPage.tsx), drift guard (scripts/check_user_incident_faq_docs.py), agent playbook, Makefile lint wiring.Method: Full diff review; traced all new UI
href/label values to sinks; checked for injection, XSS/open-redirect, SSRF, authz, secret leakage, and unsafe deserialization in changed paths. No prior security-review threads on this MR.Outcome:
FINDINGS: 0medium+Security review: no medium+ findings on this diff.
Notes (informational, below reporting threshold)
DOCS_GITLAB_BASE+/user-incident-faq.md) withrel="noopener noreferrer"— no attacker-controlled URL or markup injection path.Inline threads: none (no findings).
added 9 commits
mainde8ac4e1- Merge origin/main into docs/issue-390-user-incident-faqCompare with previous version
Resolved merge conflicts with
mainby mergingorigin/mainintodocs/issue-390-user-incident-faq.Conflicts resolved:
Makefile— kept bothcheck-user-incident-faq-docsandcheck-launch-go-no-go-docs(plusverify-issue-391) in.PHONY, targets, andlint.legalCopy.ts— combined user incident FAQ constants (#390) with security contact constants (#392).LegalFooterNotice.tsx— footer now shows both What happens during an incident? and Report suspicious activity links; consolidated unit tests under__tests__/.Sanity checks:
make check-user-incident-faq-docs,make check-launch-go-no-go-docs, andLegalFooterNoticeunit tests all pass.Security review
Commit reviewed:
de8ac4e1ea36a0b08e476cd0a3ae213694180289Scope: MR !919 — user-facing incident FAQ (
docs/user-incident-faq.md),docs/security-model.mdcross-links, legal footer + pause-banner href updates (legalCopy.ts,LegalFooterNotice.tsx,TradeOrderTicket.tsx,LimitOrdersPage.tsx), drift guard (scripts/check_user_incident_faq_docs.py), agent playbook, Makefile lint wiring. Re-reviewed after merge withmain(combined #390 FAQ link + #392 security-report footer link).Method: Full diff review; traced all new UI
href/label values to sinks; checked for injection, XSS/open-redirect, SSRF, authz bypass, secret leakage, and unsafe deserialization in changed paths. Prior security review on1227fe94had zero findings; merge-conflict resolution added only staticSECURITY_REPORT_ISSUE_URLfooter link (same pattern as FAQ href).Outcome:
FINDINGS: 0medium+Security review: no medium+ findings on this diff.
Notes (informational, below reporting threshold)
DOCS_GITLAB_BASE+/user-incident-faq.md, fixed GitLab issue template URL) withrel="noopener noreferrer"— no attacker-controlled URL or markup injection path.Inline threads: none (no findings).
mentioned in commit
a43de8c75dmentioned in issue #390