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

Update backend to use malware scanning buckets for files #2808

Open
6 tasks
joshgamache opened this issue Feb 7, 2025 · 1 comment
Open
6 tasks

Update backend to use malware scanning buckets for files #2808

joshgamache opened this issue Feb 7, 2025 · 1 comment

Comments

@joshgamache
Copy link
Contributor

Describe the task

With the completion of #2663, file scanning is enabled in our file storage on GCP/GCS. Three buckets are now available -unscanned, -clean, -quarantined. The -unscanned bucket should be the target of initial uploads, but we'll need to find a way to determine when a file has finished scanning/confirmed clean. We can create a trigger (just like the one that exists for -unscanned) in GCP for when a file arrives in the -clean and -quarantined buckets, which could trigger a Cloud function to inform the backend to update the status/location/etc of the file. Alternatively, the backend could monitor the buckets itself, updating as needed.

Acceptance Criteria

  • first
  • second
  • third

Definition of Done

  • first
  • second
  • third

Additional context

  • Add any other context about the task here.
  • Or here
@joshgamache joshgamache added Estimation Tickets that need to be estimated Needs AC Task Backlog Refinement Giraffe 🦒 and removed Estimation Tickets that need to be estimated labels Feb 7, 2025
@zoeyli-46
Copy link

frontend ticket here! #558

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants