Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Add Protected checkbox on Attachment upload form #10203

Closed
jertel opened this issue Apr 25, 2023 · 0 comments
Closed

FEATURE: Add Protected checkbox on Attachment upload form #10203

jertel opened this issue Apr 25, 2023 · 0 comments
Assignees

Comments

@jertel
Copy link
Contributor

jertel commented Apr 25, 2023

Objective

To help protect analysts from accidentally executing malware attached to cases, provide optional (default is disabled) protection methodology where attachments will be zipped prior to being downloaded. If a file is already compressed/zipped, zip it again anyway, since a future enhancement may include password protecting the zip file, depending on availability of that functionality in the official Golang library.

After a user attaches a file, the Protected checkbox should reset back to unchecked.

If a user resets the attach form then the Protected checkbox and internal form state must reset to unchecked/false.

The "hint" for the new Protected checkbox should state: Protected attachments are automatically zipped prior to downloading. This helps prevent analysts from accidentally executing the potentially infected attachment.

Additional Requirements:

  • Ensure protected box is editable
  • Ensure its protected state in history tab
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants