Your application allows users to upload and share documents. You need to implement a solution to scan uploaded documents for malicious content. What considerations and strategies would you employ to ensure the security of the uploaded files?

  • Utilize antivirus software to scan files on the server.
  • Implement a content filtering system with regular expression checks.
  • Use machine learning-based content analysis to detect malicious content.
  • Skip content scanning to improve performance.
Employing machine learning-based content analysis is an effective way to detect malicious content in uploaded files. It can adapt and improve over time, providing better security. The other options are less robust and may not adequately protect against malicious uploads.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *