Conversation
added 20 commits
February 19, 2026 06:47
…attachments, configure node debugger, etc..
…canned and cleanly running thru clamav with no errors..
…ood and bad attachments..
… and code clean-up..
…ully resolve failures in clamav instead of crashing..
…ded, need to keep app afloat, this finishes 1753 ticket..
…s in clamav-ts file..
…s in clamav-ts file..
…an-pix-1754' into attach-scan-pix-1755
…kend still needs touch ups as it hangs..
…, all good so far...
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.
Pre-Disk ClamAV Attachment Scanning Epic
Summary
Finalizes all back-end work for the pre-disk ClamAV attachment scanning epic, including Tickets
#1751, #1752, #1753, and #1754— all consolidated into this PR for #1755. This is the single source of truth for this epic.storeAttachmentContent().Key Features & Behavior
ClamAV Scan
eicar.txt) are rejected with a clear error message.Attachment Lifecycle
Front-End
Pre-Testing / Local Setup
AWS SSO Login and ClamAV Forwarding
To run the pre-disk ClamAV scan process, ensure the following is in place:
docker-compose.ymljust underSFTP_PLUGIN_CONFIG_SALT(around line 38):CLAM_AV_URL: tcp://clamav:3310magegov.aws sso login --profile magegovkubectl port-forward svc/clamav 3310:3310 -n clamavTesting
EICAR.txtis rejected.Conclusion
This PR includes, consolidates and proves all back-end work for the pre-disk ClamAV attachment scanning epic.