Fix audit remediation follow-ups#338
Open
KillariDev wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Audit Issue List And Remediation Plan
Date: 2026-06-18
Sources reviewed:
Issues Collected
bun run testomitted the Solidity fuzz harness.assert.rejectscalls used strings as if they matched revert reasons.SecurityPoolForker.Fix Plan
msg.sender.test:auction-fuzzscript rather than the default localtestcommand.PR Review Follow-Up Fixes
After reviewing this remediation PR, the following adjustments were made:
bun run testis too costly for the normal local/full suite.testscript and kept it intest:auction-fuzzfor focused or CI-specific execution.stale liquidationevent and must be restaged against current vault state; extra target REP deposits still do not block the original liquidation snapshot.executeStagedOperationnow consumes expired operations and emitsstaged operation expiredinstead of reverting before cleanup.Remaining Follow-Up
The broader property-test recommendations from TST-001, TST-004, TST-006, TST-007, TST-008, and TST-009 are not fully exhausted by this pass. The current changes add targeted regressions for the reported exploitable issues, but a future follow-up should add a CI-specific fuzz/property gate and a stateful REP/ETH conservation harness across recursive fork, auction, escalation, migration, and claim workflows.