docs: SEC-I03 admin controls, blacklist/pause coverage, and value-flow bug review #452
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#452
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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
Agent-assisted review of admin controls, blacklist/pause coverage, and obvious value-flow bugs completed. Overall verdict: PASS with two low-severity housekeeping findings and one informational design note. No critical or high-severity issues found.
What Was Done
Three areas reviewed:
ensure_governance. All pair admin operations gate oninfo.sender != pair_info.lp_admin. RouterSetWrapMapperqueries factory governance correctly. No bypass path found.BlacklistCheckcall.Findings Triaged
assert_pair_in_registryonexecute_set_pair_limit_batch_maxandexecute_set_pair_limit_clean_config-- filed as Issue 54 (#455)Related Issues
Verification Checklist
mentioned in issue #381
Went back over the two code findings on a fresh full-stack redeploy (chain + indexer rebuilt to current main,
21381a0e), so this isn't just "merged" — it's live on-chain.I03-F01 / #455 — assert_pair_in_registry on the limit-config admin fns:
I03-F02 / #456 — blacklist guard default-deny:
Checklist is complete and the children are merged + live-verified — good to close from my side. @PlasticDigits
mentioned in issue #472
mentioned in merge request !1006
Good to close on this end. As said by @Brouie blacklist guard functions as needed and assert_pair registry admin fn all carry the registry guard. Ready to close on this end @PlasticDigits